@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Titillium%20Web:200,300,300i,400,400i,600,600i,700,700i,900");

body {
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #8f98a8;
    overflow-x: hidden;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web", sans-serif;
    color: #002a3c;
    margin-top: 0px;
    font-weight: 700;
    text-transform: normal;
    line-height: 1.16;
}

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

h1 {
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 50px;
    }
}

h2 {
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
    line-height: 58px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

li {
    list-style: none;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #8f98a8;
    margin-bottom: 0;
}

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

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

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

*::selection {
    background: #002a3c;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #8f98a8;
    font-size: 15px;
    opacity: 0.7;
}

*::placeholder {
    color: #8f98a8;
    font-size: 15px;
    opacity: 0.7;
}

/*--
    - select
-----------------------------------------*/
select {
    color: #b9b9b9;
    font-size: 14px;
    opacity: 1;
    appearance: none;
}

#scrollUp {
    background: #6639ff;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
}

#scrollUp:hover {
    background: #8f98a8;
}

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

.clear {
    clear: both;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

.fw-5 {
    font-weight: 500;
}

.fs-16 {
    font-size: 16px;
}

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

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #002a3c;
}

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

.black-color {
    color: #002a3c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grb-btn {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    background: #6639ff;
    display: inline-block;
    border-radius: 3px;
    min-width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.grb-btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.grb-btn i {
    font-size: 15px;
    color: #002a3c;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background: #ffffff;
}

.grb-btn.st-1 {
    background: #6639ff;
}

.grb-btn.st-1 i {
    color: #6639ff;
}

.grb-btn.st-2 {
    background: #8500d1;
}

.grb-btn.st-3 {
    background: #ffc400;
    color: #002a3c;
}

.grb-btn:hover {
    background: #6639ff !important;
    color: #ffffff !important;
}

.grb-btn:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.grb-video {
    font-size: 20px;
    color: #6639ff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
}

.grb-video:hover {
    color: #6639ff;
}

.grb-video.pr-btn {
    width: 86px;
}

.grb-video.st-3 {
    color: #ffc400;
    font-size: 30px;
    background: #ffffff;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.grb-border-btn {
    height: 60px;
    background: none;
    text-align: center;
    padding: 0 38px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 58px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.grb-border-btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.grb-border-btn.st-1 {
    border-color: #6639ff;
    color: #6639ff;
}

.grb-border-btn.st-2 {
    border-color: #8500d1;
    color: #8500d1;
}

.grb-border-btn.fw-5 {
    font-weight: 500;
}

.grb-border-btn:hover {
    border-color: #6639ff;
    background: #6639ff;
    color: #ffffff;
}

.grb-border-btn:hover:before {
    left: 120%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.shutter-btn {
    position: relative;
    z-index: 1;
}

.shutter-btn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: #1a1a2b;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.shutter-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}

.play_btn {
    position: relative;
}

.play_btn:after,
.play_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.play_btn:before {
    animation-delay: 0.8s;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 40px;
    }
}

.section-title .border-left {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
}

.section-title .border-left:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background: #6639ff;
    left: 0;
    top: 0px;
}

.section-title .border-left p {
    font-size: 18px;
    font-weight: 700;
    color: #6639ff;
    text-transform: uppercase;
    padding-left: 12px;
    display: inline-block;
    line-height: 1;
}

.section-title .border-left.st-2:before {
    background: #8500d1;
}

.section-title .border-left.st-2 p {
    color: #8500d1;
}

.section-title .border-left.st-3:before {
    background: #ffc400;
}

.section-title .border-left.st-3 p {
    color: #ffc400;
}

.section-title .border-c-bottom {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.section-title .border-c-bottom:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background: #6639ff;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}

.section-title .border-c-bottom p {
    font-size: 18px;
    font-weight: 700;
    color: #6639ff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}

.section-title .border-c-bottom.st-2:before {
    background: #8500d1;
}

.section-title .border-c-bottom.st-2 p {
    color: #8500d1;
}

.section-title .border-c-bottom.st-3:before {
    background: #ffc400;
}

.section-title .border-c-bottom.st-3 p {
    color: #ffc400;
}

.section-title h2 {
    font-size: 48px;
    line-height: 58px;
    color: #002a3c;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .section-title h2 br {
        display: none;
    }
}

/*
*****
02. overlay
*************************
*/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

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

[data-overlay=heading]::before {
    background-color: #002a3c;
}

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

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

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

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

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

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

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

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

[data-opacity="9"]::before {
    opacity: 0.9;
}

/*
*****
03. header
*************************
*/
.header__top {
    padding-top: 10px;
    padding-bottom: 6px;
}

.logo {
    line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .logo {
        line-height: 80px;
    }
}

.header__main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid #ffffff24;
}

.header-main-1 {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 100;
    padding-bottom: 5px;
    border-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-1 {
        border-top: 1px solid #8f98a8;
        top: 70px;
        padding-bottom: 0;
        background: #ffffff;
    }
}

@media (max-width: 767px) {
    .header-main-1 {
        padding-bottom: 0;
        background: #ffffff;
        top: 0;
    }
}

.header-main-1::after {
    position: absolute;
    content: "";
    width: 400px;
    height: 100px;
    background: white;
    right: 0;
    top: 12px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-main-1::after {
        display: none;
    }
}

.header-main-1 .logo {
    position: relative;
    z-index: 5;
}

.header-main-1 .header__menu-area {
    position: relative;
    margin-top: 12px;
    z-index: 5;
    background: #ffffff;
    border-top-left-radius: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-main-1 .header__menu-area {
        margin-top: 0;
    }
}

.header-main-1.sticky .main-menu ul li:hover a {
    color: #6639ff;
}

.header-main-1 .logo-text-white {
    display: none;
}

.header-main-1 .logo-text-black {
    display: block;
}

.header-main-1 .main-menu ul li a {
    color: #002a3c;
}

.header-main-1 .header__search a {
    color: #002a3c;
}

.header-main-1.sticky {
    padding-bottom: 0;
    border-top: 0;
}

.header-main-1.sticky:after {
    display: none;
}

.sticky.header-main-1 .header__menu-area {
    margin-top: 0;
}

.sticky .logo-bg-1 {
    display: none;
}

.sticky .menu-bg-1 {
    display: none;
}

.header-main-2 {
    top: 70px;
    border-bottom: 0;
    background: #002a3c;
}

@media (max-width: 767px) {
    .header-main-2 {
        top: 0;
    }
}

.header-main-2 .main-menu nav>ul>li {
    position: relative;
}

.header-main-3 .main-menu nav>ul>li:before {
    position: absolute;
    content: url(../img/shape/menu-link-shape.png);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.header-main-3 .main-menu nav>ul>li:hover:before {
    opacity: 1;
    visibility: visible;
}

.header-main-2 .header__search {
    margin-left: 30px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .header-main-2 .header__search {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .header-main-2 .header__search {
        margin-left: 0;
    }
}

.menu-cta-2 {
    background: #ffc400;
    width: 220px;
    height: 100%;
    margin-left: 26px;
    float: right;
    padding-top: 26px;
    padding-bottom: 20px;
    max-height: 100px;
}

.menu-cta-2 li {
    display: inline-block;
    padding-left: 15px;
}

.menu-cta-2 {
    position: relative;
}

.menu-cta-2:before {
    position: absolute;
    bottom: -47px;
    content: "";
    width: 100%;
    height: 47px;
    background: #ffc400;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.menu-cta-2:after {
    position: absolute;
    bottom: -47px;
    content: "";
    width: 34px;
    height: 47px;
    bottom: -47px;
    left: -34px;
    background: #ff8800;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.sticky .menu-cta-2:before {
    display: none;
}

.sticky .menu-cta-2:after {
    display: none;
}

.menu-cta-2 .cta__content span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.menu-cta-2 .cta__content span a:hover {
    color: #002a3c;
    opacity: 0.8;
}

.menu-cta-2 .cta__icon span {
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin-top: 6px;
    background: #ffffff;
}

.menu-cta-2 .cta__icon span i {
    font-size: 20px;
    line-height: 37px;
    color: #002a3c;
}

.header-main-3 {
    border-color: #ffffff24;
}

.h3-bar {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 50px;
    transform: translate(50%, -50%);
}

.h3-bar a {
    font-size: 30px;
    color: #ffffff;
}

.h3-bar a i {
    font-weight: 700;
}

.sticky .h3-bar a {
    color: #002a3c;
}

.menu-cta-3 {
    float: right;
    align-items: center;
    padding-top: 25px;
    margin-left: 20px;
}

.menu-cta-3 li {
    display: inline-block;
}

.menu-cta-3 .cta__content p {
    color: #ffffff;
    font-weight: 500;
}

.sticky .menu-cta-3 .cta__content p {
    color: #002a3c;
}

.menu-cta-3 .cta__content span {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #ffc400;
    line-height: 1;
}

.menu-cta-3 .cta__content span a:hover {
    color: #ffc400;
    opacity: 0.8;
}

.sticky .menu-cta-3 .cta__content span {
    color: #002a3c;
}

.logo-bg-1 {
    position: absolute;
    top: -1px;
    left: -118px;
    z-index: -1;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .logo-bg-1 {
        left: -130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .logo-bg-1 {
        left: -115px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .logo-bg-1 {
        display: none;
    }
}

.logo-bg-1 img {
    max-width: inherit;
}

.menu-bg-1 {
    position: absolute;
    top: 0px;
    left: -80px;
    z-index: -1;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .menu-bg-1 {
        left: -65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-bg-1 {
        left: -96px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .menu-bg-1 {
        display: none;
    }
}

.menu-bg-1 img {
    max-width: inherit;
}

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

.main-menu ul li {
    display: inline-block;
    margin: 0px 11px;
    position: relative;
    /*submenu start*/
    /*submenu end*/
}

.main-menu ul li a {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 40px 0;
    line-height: 20px;
    font-weight: 500;
}

.main-menu ul>li>.sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 9;
    border-top: 4px solid #ffc400;
    text-align: left;
    padding: 15px 0;
}

.main-menu ul>li>.sub-menu>li>.sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: calc(100% + 1px);
    opacity: 0;
    position: absolute;
    top: -19px !important;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 9;
    border-top: 4px solid #ffc400;
    text-align: left;
    padding: 15px 0;
}

.main-menu ul>li>.sub-menu>li {
    display: block;
    margin: 0px;
    padding: 8px 25px 8px 25px;
}

.main-menu ul>li>.sub-menu>li>a {
    padding: 0px;
    display: block;
    color: #212237;
    position: relative;
}

.main-menu ul>li>ul>li>.sub-menu>li>a {
    padding: 0px;
    display: block;
    color: #212237;
    position: relative;
}

.main-menu ul li .sub-menu li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #ffc400;
    opacity: 0;
}

.main-menu ul>li>.sub-menu>li a:hover {
    color: #ffc400;
    padding-left: 5px;
}

.main-menu ul>li>ul>li>.sub-menu>li:hover a {
    color: #ffc400;
    padding-left: 5px;
}

.main-menu ul li .sub-menu li:hover a:before {
    width: 100%;
    left: 0;
    right: auto;
}

.main-menu ul>li:hover a {
    color: #ffc400;
}

.main-menu ul>li:hover.menu-item-has-children::after {
    color: #ffc400;
    opacity: 1;
    visibility: visible;
}

.main-menu ul>li>ul>li:hover.menu-item-has-children::after {
    color: #ffc400;
    opacity: 1;
    visibility: hidden;
}

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

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

.main-menu ul>li.menu-item-has-children {
    position: relative;
}

.main-menu ul>li.menu-item-has-children:after {
    position: absolute;
    content: "";
    font-size: 12px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
    opacity: 0;
    visibility: hidden;
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul>li.menu-item-has-children:after {
        right: -10px;
    }
}

.main-menu ul>li li.menu-item-has-children>a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    margin-top: -5px;
    font-size: 9px;
    color: #b6b6b6;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: rotate(-90deg);
}


.main-menu.main-menu-1 nav>ul>li {
    position: relative;
}

.main-menu.main-menu-1 nav>ul>li:hover:before {
    opacity: 1;
    visibility: visible;
}

.main-menu.main-menu-1 nav>ul>li:before {
    position: absolute;
    content: "";
    width: calc(100% + 24px);
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #f2eeff;
    left: -12px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.main-menu.main-menu-1 nav>ul>li.menu-item-has-children:before {
    width: calc(100% + 38px);
}

.main-menu.main-menu-1 ul li:hover>a {
    color: #6639ff;
}

.main-menu.main-menu-1 ul li .sub-menu {
    border-color: #6639ff;
}

.main-menu.main-menu-1 ul li .sub-menu li:hover a {
    color: #6639ff;
}

.main-menu.main-menu-1 ul li .sub-menu li a:before {
    background: #6639ff;
}

.main-menu.main-menu-1 ul li.menu-item-has-children:after {
    color: #6639ff;
}

.header__search {
    display: inline-block;
    margin-left: 15px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px),
only screen and (min-width: 992px) and (max-width: 1200px) {
    .header__search {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header__search {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .header__search {
        margin-left: 0;
    }
}

.header__search a {
    font-size: 16px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 33px;
    color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header__search a {
        font-size: 20px;
        height: 40px;
        width: 40px;
        margin-left: 20px;
        line-height: 38px;
    }
}

.header__search a:hover {
    font-weight: 800;
}

.header__btn {
    display: inline-block;
    margin-left: 26px;
    float: right;
    margin-top: 20px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .header__btn {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header__btn {
        display: none;
    }
}

.sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 800;
    right: 0;
    left: 0;
    width: 100%;
    transition: 0.4s;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .sticky .logo {
        line-height: 80px;
    }
}

.sticky .main-menu ul li a {
    color: #002a3c;
}

.sticky .main-menu ul>li:hover>a {
    color: #ffc400;
}

.sticky .main-menu ul li.active>a {
    color: #002a3c;
}

.sticky .header__search a {
    color: #002a3c;
    border-color: #8f98a8;
}

.header__main.sticky {
    border-bottom: 0;
}

.logo-text-black {
    display: none;
}

.sticky .logo-text-white {
    display: none;
}

.sticky .logo-text-black {
    display: block;
}

.side-toggle {
    background: none;
    border: none;
    padding: 0;
}

.side-info.info-open {
    right: 0;
}

.side-info {
    background: #002a3c;
    height: 100%;
    position: fixed;
    z-index: 950;
    right: -100%;
    top: 0;
    width: 465px;
    padding: 45px;
    transition: 0.6s;
    overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .side-info {
        width: 300px;
        padding: 15px 25px;
    }
}

.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.overlay-open {
    opacity: 0.3;
    visibility: visible;
}

.side-info-close {
    background: none;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.side-info-close:hover {
    color: #6639ff;
}

.menu-sidebar {
    top: 54%;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-sidebar {
        right: 40px;
    }
}

.menu-sidebar .side-toggle:hover {
    color: #6639ff;
}

.offset-logo {
    border-bottom: 1px transparent;
}

.offset_search_content {
    position: relative;
}

.offset_search_content input {
    width: 100%;
    border: 0;
    padding: 5px 15px;
    padding-right: 15px;
    font-weight: 300;
    background: none;
    border: 1px solid #f5f5f5;
    padding-right: 40px;
    color: #ffffff;
    height: 40px;
}

.offset_search_content input::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 400;
    opacity: 0.7;
}

.offset_search_content input::-moz-placeholder {
    color: #ffffff;
    font-weight: 400;
    opacity: 0.7;
}

.offset_search_content input:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 400;
    opacity: 0.7;
}

.offset_search_button {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    color: #f5f5f5;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offset_search_button:hover {
    color: #fff;
}

.info-widget p {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

.side-map iframe {
    width: 100%;
    height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .side-gallery {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .contact-infos {
        margin-top: 20px;
    }
}

.contact-infos h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.contact-list>a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.7;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin-bottom: 5px;
}

.contact-list>a:hover {
    opacity: 1;
}

.contact-list>a i {
    width: 30px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    flex: 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .contact-list>a i {
        width: 20px;
    }
}

.footer__social.offset-social li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .footer__social.offset-social li a {
        width: 40px;
        height: 40px;
    }
}

.side-image img {
    width: 100%;
}

/* mean menu */
.side-menu-icon.d-lg-none.f-right {
    margin: 20px 0;
}

.mean-container .mean-nav>ul {
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-top: 1px solid #28283f;
    font-size: 16px;
    text-transform: none;
    opacity: 0.7;
}

.mean-container .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-bottom: 40px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 34px;
    border: none;
}

.contact__list h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact__list p {
    color: #d0d0d0;
    margin-bottom: 2px;
}

.side-portfolio a {
    width: 33.33%;
    float: left;
    padding: 0 3px;
    margin-bottom: 6px;
    display: block;
    position: relative;
}

.side-portfolio a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #6639ff;
    opacity: 0;
    visibility: hidden;
}

.side-portfolio a:hover:before {
    opacity: 0.7;
    visibility: visible;
}

.side-portfolio img {
    width: 100%;
}

/*
*****
04. hero
*************************
*/
.hero-area {
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.hero-content p {
    font-size: 18px;
    color: #ffc400;
    font-family: 700;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-bg-shape {
        display: none;
    }
}

.hero-s-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: -1;
}

.hero-s-1 img {
    opacity: 0.8;
}

.hero-s-2 {
    position: absolute;
    top: -101px;
    left: -69px;
    z-index: -1;
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.hero-s-2 img {
    opacity: 0.8;
}

.hero-content-btn {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .hero-content-btn {
        float: none;
    }
}

@media (max-width: 767px) {
    .hero-content-btn {
        margin-bottom: 30px;
    }
}

.hero-content-btn .grb-btn {
    font-size: 15px;
    color: #002a3c;
    background: #ffc400;
    padding: 0 37px;
}

.hero-video-btn {
    display: flex;
    align-items: center;
}

.hero-video-btn .grb-video {
    margin-right: 10px;
}

.hero-video-btn p {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.hero-area.st-2:before {
    display: none;
}

.hero-content-btn.st-2 {
    margin-right: 0;
    float: none;
}

.hero-content-btn.st-2 .grb-btn {
    color: #002a3c;
    background: #ffc400;
}

.h3-s1 {
    position: absolute;
    top: -54px;
    right: -270px;
    z-index: 1;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px),
only screen and (min-width: 1201px) and (max-width: 1400px),
only screen and (min-width: 992px) and (max-width: 1200px) {
    .h3-s1 {
        top: 100px;
        right: -312px;
    }
}

.h3-s2 {
    position: absolute;
    bottom: -120px;
    left: 16%;
    height: 204px;
    width: 204px;
    border: 30px solid #ffc400;
    border-radius: 50%;
    z-index: 2;
}

.hero-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.hero-line:before {
    left: 100px;
}

.hero-line:after {
    right: 100px;
}

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

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

.slider-height {
    min-height: 950px;
    padding-top: 365px;
}

@media (max-width: 767px) {
    .slider-height {
        min-height: 800px;
        padding-top: 290px;
    }
}

.banner3-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
	z-index: 1;
}

.slider-height.st-2 {
    padding-top: 335px;
}

@media (max-width: 767px) {
    .slider-height.st-2 {
        padding-top: 280px;
    }
}

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

.slider-overlay {
    position: relative;
}

.slider-overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #002a3c;
    opacity: 0;
    z-index: 1;
}

.slider-overlay-3:before {
    opacity: 0;
}

.slider-active .swiper-button-prev,
.slider-active .swiper-button-next {
    font-size: 20px;
    color: #b7b7b7;
    height: 48px;
    width: 54px;
    text-align: center;
    line-height: 46px;
    background: #6e6e6e;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
}

.slider-nav {
    display: inline-block;
    padding-bottom: 20px;
    position: absolute;
    right: 65px;
    bottom: 50px;
    z-index: 5;
}

@media (max-width: 767px) {
    .slider-nav {
        display: none;
    }
}

.slider-active .swiper-button-prev {
    border-radius: 55% 45% 45% 55%/50% 50% 50% 50%;
}

.slider-active .swiper-button-prev:hover {
    background: #ffc400;
    box-shadow: 0 -7px 15px rgba(16, 0, 71, 0.1);
    color: #002a3c;
}

.slider-active .swiper-button-next {
    border-radius: 45% 55% 55% 45%/50% 50% 50% 50%;
}

.slider-active .swiper-button-next:hover {
    background: #ffc400;
    box-shadow: 0 7px 15px rgba(16, 0, 71, 0.1);
    color: #002a3c;
}

.slider-active .swiper-button-prev:after,
.slider-active .swiper-button-next:after {
    display: none;
}

.swiper-pagination.st-3 {
    display: flex;
    align-items: center;
    right: 6px;
    width: 85px;
    bottom: 100px;
    position: absolute;
    left: auto;
    transform: rotate(90deg);
}

.swiper-pagination.st-3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: none;
    opacity: 1;
    border: 2px solid #555555;
}

.swiper-pagination.st-3 .swiper-pagination-bullet-active {
    height: 15px;
    width: 15px;
    border: 4px solid #ffc400;
    opacity: 1;
}

.grb__social.hero-social {
    position: absolute;
    bottom: 60px;
    z-index: 5;
    left: 32px;
}

.grb__social.hero-social ul li {
    display: block;
    margin: 8px 0px;
}

.grb__social.hero-social ul li a {
    background: none;
    border: 1px solid #555555;
    color: white;
}

.grb__social.hero-social ul li a:hover {
    color: #002a3c;
    border-color: #ffffff;
    background: #ffffff;
}

.follow li {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin: 3px 0 !important;
}

/*
*****
05. cta
*************************
*/
.grb__cta ul li {
    display: inline-block;
    padding-right: 62px;
    position: relative;
}

.grb__cta ul li:before {
    position: absolute;
    top: 10px;
    right: 29px;
    content: "";
    width: 1px;
    height: 30px;
    background: #f2f2f2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grb__cta ul li:before {
        right: 20px;
    }
}

.grb__cta ul li:last-child {
    padding-right: 0;
}

.grb__cta ul li:last-child:before {
    display: none;
}

.grb__cta.header-cta {
    height: 54px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grb__cta.header-cta ul {
        display: flex;
        justify-content: space-between;
    }
}

.cta__icon {
    float: left;
    margin-right: 10px;
}

.cta__icon span {
    height: 30px;
    width: 30px;
    background: #f2eeff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 10px;
}

.cta__icon span i {
    color: #6639ff;
    font-size: 18px;
}

.cta__content {
    overflow: hidden;
}

.cta__content p {
    color: #002a3c;
}

.cta__content span {
    color: #002a3c;
    font-weight: 700;
}

.cta__content span a:hover {
    color: #6639ff;
}

.grb__cta.st-2 .cta__icon span {
    background: #ffc400;
}

.grb__cta.st-2 .cta__icon span i {
    color: #002a3c;
}

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

.grb__social ul li a {
    color: #6639ff;
    font-size: 15px;
    height: 35px;
    width: 35px;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0 7px 20px 0 rgba(22, 35, 145, 0.1);
}

.grb__social ul li a.fb {
    color: #6639ff;
}

.grb__social ul li a.twt {
    color: #01b6e5;
}

.grb__social ul li a.insta {
    color: #d90b51;
}

.grb__social ul li a.pint {
    color: #e20000;
}

.grb__social ul li a:hover {
    color: #002a3c;
    background: #6639ff;
}

.grb__social.f-right ul li:last-child {
    margin-right: 0;
}

.grb__social.st-2 {
    position: relative;
    padding-right: 17px;
}

.grb__social.st-2 ul li a {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: none;
}

.grb__social.st-2 ul li a:hover {
    color: #002a3c;
    border-color: #ffffff;
    background: #ffffff;
}

.social-bg-1 {
    position: absolute;
    top: -20px;
    left: -16px;
    z-index: -1;
}

.newsletter-area {
    padding: 44px 0 7px 0;
    background: #002a3c;
    border-bottom: 1px solid #ffffff08;
}

@media (max-width: 767px) {
    .newsletter-area {
        padding: 56px 0 30px 0;
    }
}

.newsletter-text h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
}

.newsletter-text p {
    font-weight: 400;
    color: #858585;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .newsletter-text p {
        padding-right: 0;
    }
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 205px 0 20px;
    color: #ffffff;
    border-radius: 3px;
    background: #ffffff08;
    border: none;
}

@media (max-width: 767px) {
    .subscribe-form input {
        padding: 0 135px 0 15px;
    }
}

.subscribe-form input::placeholder {
    color: #919191;
}

.subscribe-form input:-moz-placeholder {
    color: #919191;
}

.subscribe-form button {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    width: 185px;
    background: #6639ff;
    color: #ffffff;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .subscribe-form button {
        width: 125px;
    }
}

.subscribe-form button i {
    color: #ffffff;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .subscribe-form button i {
        display: none;
    }
}

.subscribe-form button:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.subscribe-form button:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.subscribe-form.st-2 {
    margin-top: 60px;
}

.subscribe-form.st-2 input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 165px 0 20px;
    color: #ffffff;
    border-radius: 3px;
    background: #1f1a41;
    border: none;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-2 input {
        padding: 0 120px 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form.st-2 input {
        padding: 0 160px 0 15px;
    }
}

.subscribe-form.st-2 input::placeholder {
    color: #535353;
    font-size: 16px;
}

.subscribe-form.st-2 input:-moz-placeholder {
    color: #535353;
    font-size: 16px;
}

.subscribe-form.st-2 button {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    width: 145px;
    background: #8500d1;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-2 button {
        width: 110px;
    }
}

.subscribe-form.st-2 button i {
    color: #ffffff;
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-2 button i {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-3 input {
        padding: 0 120px 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form.st-3 input {
        padding: 0 160px 0 15px;
    }
}

.subscribe-form.st-3 button {
    width: 145px;
    color: #002a3c;
    background: #ffc400;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-3 button {
        width: 110px;
    }
}

.subscribe-form.st-3 button i {
    color: #002a3c;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .subscribe-form.st-3 button i {
        display: none;
    }
}

@media (max-width: 767px) {
    .area-404 {
        padding-top: 80px;
    }
}

.content-404 {
    padding: 0 110px;
}

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

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

@media (max-width: 767px) {
    .content-404 {
        padding: 0 0;
    }
}

.content-404 h2 {
    font-size: 225px;
    font-weight: 900;
    line-height: 1;
    color: #6639ff;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .content-404 h2 {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-404 h2 {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .content-404 h2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-404 h2 {
        font-size: 90px;
    }
}

.content-404 h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-404 h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

.search-form {
    margin-top: 25px;
}

.search-form input {
    font-size: 15px;
    color: #002a3c;
    padding: 0 50px 0 20px;
    background: #f6f6f6;
    height: 60px;
    border-radius: 3px;
    width: 100%;
    border: 0;
}

.search-form button {
    font-size: 16px;
    color: #002a3c;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    right: 15px;
    border: 0;
    background: none;
}

.search-input-field {
    width: 470px;
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .search-input-field {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-input-field {
        width: 470px;
    }
}

.go-home .grb-border-btn {
    font-size: 15px;
    font-weight: 500;
    border-width: 1px;
    line-height: 58px;
    border-radius: 3px;
    padding: 0 35px;
}

/*
*****
06. brand
*************************
*/
@media (max-width: 767px) {
    .brand-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.single-brand {
    text-align: center;
}

.single-brand:hover a:first-child {
    display: block;
}

.single-brand:hover a:last-child {
    display: none;
}

.single-brand a {
    display: inline-block;
}

.single-brand a img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.single-brand a:first-child {
    display: none;
}

/*
*****
07. about
*************************
*/
.about__area {
    padding-top: 70px;
    padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about__area {
        padding-top: 50px;
    }
}

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

.about__btn .grb-btn {
    font-size: 15px;
    min-width: 180px;
}

.about__btn .grb-btn i {
    border-radius: 50%;
    margin-left: 20px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 10px;
    color: #8500d1;
}

.about__btn.st-1 .grb-btn i {
    color: #6639ff;
}

.about__area.st-2 {
    padding-top: 160px;
    padding-bottom: 55px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__area.st-2 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .about__area.st-2 {
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

.about__area.st-3 {
    padding-top: 150px;
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__area.st-3 {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .about__area.st-3 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.about__img-inner img {
    border-radius: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.about__img-inner.st-2 {
    margin: -50px -35px 0 -220px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__img-inner.st-2 {
        margin: 30px -35px 0 -100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .about__img-inner.st-2 {
        margin: 0;
    }
}

.about__img-inner.st-3 {
    margin-right: 30px;
    max-width: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about__img-inner.st-3 {
        margin-bottom: 50px;
    }
}

.about__img .p-element .ab-border {
    width: 300px;
    height: 390px;
    position: absolute;
    border: 20px solid #ffc400;
    top: -70px;
    left: -70px;
    z-index: -5;
    animation: scale-up-one infinite 6s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about__img .p-element .ab-border {
        bottom: -50px;
        left: -50px;
        top: auto;
    }
}

.about__img .p-element .award {
    position: absolute;
    width: 185px;
    text-align: center;
    padding: 25px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(16, 0, 71, 0.1);
    right: 65px;
    top: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about__img .p-element .award {
        left: 45px;
        top: -50px;
    }
}

.about__img .p-element .award img {
    margin-bottom: 10px;
}

.about__img .p-element .award p {
    font-size: 16px;
    line-height: 22px;
    color: #002a3c;
}

.about__img .p-element .ab-image {
    position: absolute;
    bottom: -50px;
    left: -210px;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px),
only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__img .p-element .ab-image {
        left: -90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about__img .p-element .ab-image {
        display: none;
    }
}

.about3-main-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.about-3-s1 {
    position: absolute;
    top: -25px;
    left: 80px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about-3-s1 {
        transform: scale(0.7);
        transform-origin: top left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about-3-s1 {
        display: none;
    }
}

.about-3-s2 {
    position: absolute;
    top: 30%;
    left: -170px;
    animation-name: about-3-s2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about-3-s2 {
        display: none;
    }
}

@keyframes about-3-s2 {
    0% {
        top: 40%;
        left: -170px;
    }

    50% {
        top: 20%;
        left: -170px;
    }

    100% {
        top: 40%;
        left: -170px;
    }
}

.about-3-s3 {
    position: absolute;
    bottom: -26px;
    right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-3-s3 {
        bottom: -95px;
        right: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-3-s3 {
        bottom: -12px;
        right: 60px;
    }
}

@media (max-width: 767px) {
    .about-3-s3 {
        bottom: -12px;
        right: 60px;
        transform: scale(0.8);
        transform-origin: bottom right;
    }
}

.about__content.st-2 {
    margin-right: -45px;
    padding-left: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .about__content.st-2 {
        margin-right: 0;
        padding-left: 0;
    }
}

.about-points {
    background: #fcfdff;
    border: 1px solid #6639ff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 50px;
}

.about-points li {
    width: 50%;
    float: left;
    padding: 31px 15px 27px 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-points li {
        padding: 31px 8px 27px 15px;
    }
}

@media (max-width: 767px) {
    .about-points li {
        width: 100%;
        float: none;
        padding: 26px 15px 22px 19px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-points li {
        width: 50%;
        float: left;
    }
}

.about-points li:hover .p-icon i {
    color: #6639ff;
}

.about-points.st-2 {
    border: none;
    background: none;
    margin-bottom: 45px;
}

.about-points.st-2 li {
    padding: 0 20px 0 0;
}

@media (max-width: 767px) {
    .about-points.st-2 li {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.about-points.st-2 li:hover .p-icon i {
    color: #8500d1;
}

.about-points.st-2 li:hover .p-icon.st-3 i {
    color: #ffc400;
}

.about-points.st-ab {
    margin-top: 45px;
    margin-bottom: 0;
}

.points-heading {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.points-heading .p-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 10px 20px rgba(0, 5, 75, 0.08);
    margin-right: 25px;
}

.points-heading .p-icon i {
    color: #002a3c;
    line-height: 60px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.points-heading h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
}

@media (max-width: 767px) {
    .choosing__area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choosing__area .section-title h2 {
        padding-right: 200px;
    }
}

.choosing__area.st-3 {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .choosing__area.st-3 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.choosing__img {
    position: relative;
}

.choosing__img-inner.st-3 {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .choosing__img-inner.st-3 {
        margin-right: 0;
    }
}

.choosing__img3-main {
    max-width: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .choosing__img3-main {
        margin-bottom: 50px;
    }
}

.choosing__img-inner-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.choosing-3-s1 {
    position: absolute;
    left: -75px;
    top: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .choosing-3-s1 {
        display: none;
    }
}

.choosing-3-s2 {
    position: absolute;
    left: -50px;
    top: 40%;
    animation-name: choosing-3-s2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .choosing-3-s2 {
        left: -25px;
    }
}

@media (max-width: 767px) {
    .choosing-3-s2 {
        display: none;
    }
}

@keyframes choosing-3-s2 {
    0% {
        top: 40%;
    }

    50% {
        top: 70%;
    }

    100% {
        top: 40%;
    }
}

.choosing__information {
    background: #002a3c;
    padding: 38px 34px;
    margin-left: -115px;
    position: relative;
    z-index: 5;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .choosing__information {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choosing__information {
        margin-right: 0;
    }
}

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

.choosing__information ul li {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .choosing__information ul li {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .choosing__information ul li {
        display: inherit;
    }
}

.choosing__information ul li:last-child {
    margin-bottom: 0;
}

.choosing__number {
    margin-right: 28px;
}

@media (max-width: 767px) {
    .choosing__number {
        margin-bottom: 30px;
    }
}

.choosing__number span {
    border: 1px solid #8f98a8;
    color: #ffffff;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.choosing__number span:before {
    position: absolute;
    content: "";
    width: 76px;
    height: 76px;
    border: 1px solid #8f98a8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choosing__text h5 {
    color: #ffffff;
    font-size: 18px;
}

.choosing__text p {
    color: #c4c4c4;
}

.subscribe {
    width: 220px;
    padding: 19px 29px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    bottom: 45px;
    left: -30px;
    box-shadow: 0px 10px 20px rgba(16, 0, 71, 0.1);
}

@media (max-width: 767px) {
    .subscribe {
        bottom: 15px;
        left: 25px;
    }
}

.subscribe>a {
    font-size: 22px;
    margin-right: 15px;
    color: #dc0f0f;
    display: inline-block;
    float: left;
    line-height: 1;
}

.subscribe__text {
    overflow: hidden;
}

.subscribe__text h4 {
    font-size: 20px;
    line-height: 1;
}

.subscribe__text p {
    font-size: 13px;
    color: #002a3c;
    line-height: 20px;
}

.choosing-fl-area {
    background: #002a3c;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .choosing-fl-area {
        padding: 90px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choosing-container-2 {
        max-width: 720px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choosing-container-2 {
        max-width: 540px;
    }
}

.choosing-fl-img {
    margin-left: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .choosing-fl-img {
        margin-left: 0;
    }
}

.choosing-fl-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #002a3c;
    opacity: 0.4;
}

.choosing-fl-right {
    max-width: 570px;
}

.choosing__information.st-2 {
    margin-left: 0;
    padding: 12px 0 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choosing__information.st-2 {
        margin-right: 100px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px),
only screen and (min-width: 1201px) and (max-width: 1400px) {
    .choosing__information.st-2 ul li {
        margin-bottom: 35px;
    }
}

.choosing__information.st-2 ul li:last-child {
    margin-bottom: 0;
}

.choosing__information.st-2 .choosing__number {
    margin-left: 8px;
}

.choosing-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ab-experience {
    margin-top: 45px;
    overflow: hidden;
}

.ab-experience.st-3 {
    margin-bottom: 40px;
}

.ab-experience-content {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .ab-experience-content {
        width: 100%;
        margin-bottom: 20px;
    }
}

.ab-experience-content:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    color: #f2f2f2;
}

.ab-experience-icon {
    float: left;
    margin-right: 30px;
}

.ab-experience-icon i {
    font-size: 70px;
    color: #6639ff;
    line-height: 1;
}

.ab-experience-icon.st-2 i {
    color: #8500d1;
}

.ab-experience-icon.st-3 i {
    color: #ffc400;
}

.ab-experience-text {
    overflow: hidden;
}

.ab-experience-text p {
    font-size: 18px;
    font-weight: 700;
    color: #002a3c;
}

.ab-experience-text p span {
    display: block;
    font-size: 48px;
    color: #6639ff;
    line-height: 1;
    font-weight: 800;
}

.ab-experience-text p span.st-2 {
    color: #8500d1;
}

.ab-experience-text p span.st-3 {
    color: #ffc400;
}

.ab-experience-text.st-2 p span {
    color: #8500d1;
}

.ab-experience-p {
    width: 50%;
    overflow: hidden;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .ab-experience-p {
        width: 80%;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-details {
        padding-top: 80px;
    }
}

.about-details-box {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .about-details-box {
        margin-top: 0;
    }
}

.about-details-box-content {
    margin-top: 200px;
    background: #ffffff;
    padding: 45px 0 0 50px;
    margin-left: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about-details-box-content {
        margin-top: 250px;
    }
}

@media (max-width: 767px) {
    .about-details-box-content {
        margin-top: 0;
    }
}

.about-details-box-content h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .skill-area {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .grb-skill {
        margin: 0;
        margin-top: 10px;
    }
}

.grb-skill .progress {
    height: 7px;
    background-color: #f3efff;
    border-radius: 10px;
}

.grb-skill .progress-bar {
    background-color: #6639ff;
    border-radius: 10px;
}

.skill-wrapper {
    margin-bottom: 44px;
}

.skill-title {
    display: flex;
    justify-content: space-between;
}

.skill-title span {
    float: right;
    font-size: 15px;
    font-weight: 400;
    color: #002a3c;
}

.skill-category {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

/*
*****
08. services
*************************
*/
@media (max-width: 767px) {
    .service__area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__area .section-title {
        margin-bottom: 20px;
    }
}

.service__text {
    padding-top: 10px;
}

.single__service {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(16, 0, 71, 0.1);
    padding: 50px 25px;
    border-radius: 5px;
}

.single__service:hover .service__icon a {
    color: #ffffff;
    background: #6639ff;
    border-color: #6639ff;
}

.single__service h4 {
    margin-top: 8px;
    margin-bottom: 16px;
}

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

.single__service p {
    margin-bottom: 30px;
}

.service__icon a {
    height: 96px;
    width: 96px;
    text-align: center;
    line-height: 92px;
    border: 2px solid #6639ff;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    color: #6639ff;
    line-height: 100px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.service__btn {
    height: 50px;
    border: 1px solid #6639ff;
    display: inline-block;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 30px;
    color: #002a3c;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.service__btn:hover {
    color: #ffffff;
    background: #6639ff;
    border-color: #6639ff;
}

.service__btn i {
    font-size: 15px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .service-box-area {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .service-box-area-main {
        padding-top: 90px;
    }
}

.service-box-content {
    padding: 0 30px 25px;
    box-shadow: 20px 10px 30px rgba(16, 0, 71, 0.07);
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-box-content {
        padding: 0 25px 25px;
    }
}

@media (max-width: 767px) {
    .service-box-content {
        padding: 0 25px 20px;
    }
}

.service-box-content:hover {
    background: #8500d1;
}

.service-box-content:hover i {
    background: #ffffff;
}

.service-box-content:hover h4 {
    color: #ffffff;
}

.service-box-content:hover p {
    color: #ffffff;
}

.service-box-content.st-1:hover {
    background: #6639ff;
}

.service-box-content.st-3 {
    padding: 0 0 33px 0;
    box-shadow: none;
    border-radius: 0;
}

.service-box-content.st-3:hover {
    background: none;
}

.service-box-content.st-3:hover .service-box-content-icon i {
    background: #ffc400;
    border-radius: 50%;
    border-color: #ffc400;
}

.service-box-content.st-3:hover h4 {
    color: #ffc400;
}

.service-box-content.st-3:hover p {
    color: #8f98a8;
}

.service-box-content.st-3 .service-box-content-icon {
    float: left;
    margin-right: 30px;
}

.service-box-content.st-3 .service-box-content-icon i {
    color: #002a3c;
    width: 70px;
    height: 70px;
    background: none;
    line-height: 78px;
    border-radius: 0 50% 50% 50%;
    border: 1px solid #e6e6e6;
}

.service-box-content.st-3 .service-box-content-text {
    overflow: hidden;
}

.service-box-content.st-3 .service-box-content-text h4 {
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 35px;
}

.service-box-content-icon i {
    font-size: 40px;
    color: #8500d1;
    width: 78px;
    height: 78px;
    background: #f8ecff;
    text-align: center;
    line-height: 78px;
    border-radius: 0 0 50% 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service-box-content-icon.st-1 i {
    color: #6639ff;
    background: #f1f4fe;
}

.service-box-content-text h4 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-box-content-text p {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.process-area {
    padding-top: 140px;
    padding-bottom: 165px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.process-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #002a3c;
    opacity: 0.8;
}

.process-content {
    padding: 0px 20px;
    position: relative;
    z-index: 5;
}

.process-btn {
    display: inline-block;
    position: relative;
}

.process-btn:before {
    position: absolute;
    content: "";
    width: 136px;
    height: 136px;
    background: #ffffff;
    opacity: 0.11;
    border-radius: 50%;
    top: -25px;
    left: -25px;
    animation: animation-pulse-shrink 2s infinite;
}

.process-btn .grb-video {
    height: 85px;
    width: 85px;
    color: orange;
    line-height: 85px;
    font-size: 28px;
    position: relative;
    z-index: 5;
}

.prc-btn {
    position: relative;
}

@media (max-width: 767px) {
    .partners-area {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .partners-logo {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partners-logo {
        padding-left: 0;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .partners-logo {
        padding-left: 0;
    }
}

.single-partner {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .single-partner {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .service-details-area {
        padding-top: 90px;
        padding-bottom: 20px;
    }
}

.service-details-single-img {
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-details-single-img img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.service-details-heading h2 {
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 32px;
}

.service-details-content h5 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.service-details-content>h4 {
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .service-details-content>h4 {
        font-size: 23px;
    }
}

.service-details-content>p {
    margin-bottom: 43px;
}

.execute-list {
    margin-bottom: 42px;
}

.execute-list li {
    padding-left: 35px;
    position: relative;
    color: #002a3c;
    margin-bottom: 17px;
    font-weight: 500;
}

.execute-list li:before {
    position: absolute;
    content: "";
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    color: #6639ff;
    left: 0;
    top: 0;
}

.execute-list li:last-child {
    margin-bottom: 0;
}

.service-details-more .service-box-content {
    border: 1px solid #f2f2f2;
    box-shadow: none;
}

.service-details-more .service-box-content-text h4 {
    text-transform: none;
}

/*
*****
09. counter
*************************
*/
.counter__area {
    position: relative;
    background-size: cover;
    background-position: center center;
    display: block;
}

@media (max-width: 767px) {
    .counter__area {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.counter__area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #002a3c;
    opacity: 0.69;
    top: 0;
    left: 0;
}

.counter-right {
    text-align: right;
}

@media (max-width: 767px) {
    .counter-right {
        text-align: left;
    }
}

.counter-head {
    position: relative;
    z-index: 5;
}

.counter-left .section-title h2 {
    text-transform: none;
    padding-right: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .counter-left .section-title h2 {
        padding-right: 0;
    }
}

.counter-inner {
    position: relative;
}

.counter-content {
    background: #ffffff;
    box-shadow: 0px 20px 40px rgba(16, 0, 71, 0.1);
    position: absolute;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .counter-content {
        position: static;
    }
}

.counter-content-left {
    padding: 50px 70px 0px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-content-left {
        padding: 35px 30px 0px 35px;
    }
}

@media (max-width: 767px) {
    .counter-content-left {
        padding: 20px 20px 0px 20px;
    }
}

.counter-content-left .section-title h2 {
    text-transform: none;
}

.counter-content-left .section-title h2 span {
    color: #6639ff;
}

.counter-content-left>p {
    margin-bottom: 45px;
}

.single-counter {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .single-counter {
        width: 100%;
        margin-bottom: 20px;
    }
}

.single-counter-icon {
    float: left;
    width: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter-icon {
        width: 70px;
    }
}

.single-counter-icon i {
    font-size: 58px;
    color: #6639ff;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .single-counter-icon i {
        font-size: 52px;
    }
}

.single-counter-text {
    overflow: hidden;
}

.single-counter-text h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
}

.single-counter-text p {
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .counter-content-right {
        display: none;
    }
}

.counter-right-img {
    margin-left: -30px;
    position: relative;
}

.dot-dot {
    position: absolute;
    top: 0;
    right: 0;
}

.experience-text {
    text-align: center;
    width: 120px;
    height: 120px;
    background: #ffffff;
    box-shadow: 0px 20px 40px rgba(16, 0, 71, 0.1);
    position: absolute;
    bottom: -35px;
    right: 145px;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.experience-text p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.experience-text p span {
    font-size: 32px;
    color: #6639ff;
    display: block;
    margin-bottom: 10px;
}

.counter-board-area {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    .counter-board-area {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}

.counter-board-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002a3c;
    opacity: 0.85;
}

.counter-board-area.st-3 {
    padding-top: 0;
    padding-bottom: 0;
}

.counter-board-area.st-3:before {
    display: none;
}

.counter-board-border {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 65px;
    padding-bottom: 20px;
}

.counter-board-content {
    position: relative;
    z-index: 5;
}

.counter-board-single {
    text-align: center;
}

.counter-board-single i {
    font-size: 45px;
    color: #ffffff;
}

.counter-board-single p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.counter-board-single.st-3 i {
    color: #ffc400;
}

.counter-board-single.st-3 .counter-board-number {
    color: #002a3c;
}

.counter-board-single.st-3 p {
    color: #8f98a8;
}

.counter-board-number {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 4px;
}

.counter-board-number .odometer.odometer-auto-theme .odometer-digit,
.counter-board-number .odometer.odometer-theme-default .odometer-digit {
    vertical-align: text-top;
}

.counter-board-number .odometer.odometer-auto-theme,
.counter-board-number .odometer.odometer-theme-default {
    line-height: 1;
}

/*
*****
10. testimonial
*************************
*/
.testimonial-area.st-1 {
    padding-top: 395px;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .testimonial-area.st-1 {
        padding-top: 420px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-area.st-1 {
        padding-top: 330px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area.st-1 {
        padding-top: 120px;
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .testimonial-area.st-1 {
        padding-top: 60px;
        background-image: none !important;
    }
}

.testimonial-area.st-2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .testimonial-area.st-2 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

.testimonial-area.st-3 {
    padding-top: 120px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .testimonial-area.st-3 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

.testimonial-right-img {
    padding-left: 100px;
}

.test-i-img {
    position: absolute;
    height: 296px;
    width: 216px;
    border-radius: 189px;
    border-bottom-left-radius: 0;
    z-index: 2;
    overflow: hidden;
    box-shadow: -30px -10px 30px rgba(16, 0, 71, 0.1);
    bottom: 63px;
    left: 30px;
    animation-name: test-i-img-move;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.testimonial-single.st-1 {
    border: 2px solid #6639ff;
    border-radius: 20px;
    padding: 60px 87px 45px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-single.st-1 {
        padding: 60px 50px 45px;
    }
}

@media (max-width: 767px) {
    .testimonial-single.st-1 {
        padding: 40px 15px 45px;
    }
}

.testimonial-single.st-3 {
    max-width: 570px;
    background: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 20px 40px rgba(16, 0, 71, 0.1);
    position: relative;
    margin-top: 35px;
}

.testimonial-single.st-3:hover .testimonial-name.st-3 h5 a {
    color: #ffc400;
}

.testimonial-single.st-3>p {
    margin-bottom: 25px;
}

.testimonial-name h5 {
    margin-bottom: 0;
}

.testimonial-name.st-3 {
    display: inline-block;
    padding-top: 5px;
}

.testimonial-img {
    margin-bottom: 18px;
    width: 89px;
    height: 89px;
    display: inline-block;
    border-radius: 50%;
}

.testimonial-img.st-3 {
    height: 54px;
    width: 54px;
    margin-right: 20px;
    float: left;
}

.testimonial-quote {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    color: #6639ff;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 10px 30px rgba(16, 0, 71, 0.1);
    position: absolute;
    right: 68px;
    bottom: -20px;
    z-index: 5;
}

@media (max-width: 767px) {
    .testimonial-quote {
        display: none;
    }
}

.testimonial-quote i {
    font-weight: 700;
}

.testimonial-quote.pos-2 {
    box-shadow: none;
    font-size: 100px;
    background: none;
    top: 35px;
    right: 10px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .testimonial-quote.pos-2 {
        font-size: 80px;
        top: 45px;
        right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-quote.pos-2 {
        font-size: 60px;
        top: 26px;
        right: -25px;
    }
}

.testimonial-quote.st-2 {
    color: #8500d1;
}

.testimonial-quote.st-3 {
    height: 80px;
    width: 80px;
    border: 7px solid #f5f5f5;
    box-shadow: none;
    right: 30px;
    top: -42px;
    bottom: auto;
    line-height: 66px;
    color: #002a3c;
    background: #ffc400;
}

.testimonial-quote.st-3 i {
    font-weight: 700;
    font-size: 35px;
}

.testimonial-review {
    height: 40px;
    width: 150px;
    text-align: center;
    border: 1px solid #6639ff;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    transform: scale(0.7);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.testimonial-review li {
    font-size: 15px;
    line-height: 38px;
    color: #ffc400;
    display: inline-block;
    margin: 0 1px;
}

.swiper-slide-active .testimonial-review {
    transform: scale(1);
}

.testimonial-review.st-3 {
    position: static;
    transform: none;
    border: none;
    text-align: left;
    margin-bottom: 20px;
    height: auto;
    margin-left: 0;
}

.testimonial-review.st-3 li {
    line-height: 1;
}

.testimonial-review.st-3 li:first-child {
    margin-left: 0;
}

.testimonial-nav-1 {
    display: inline-block;
    padding: 0 5px;
    background: white;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 5;
}

@media (max-width: 767px) {
    .testimonial-nav-1 {
        position: static;
        transform: none;
        padding-top: 40px;
        display: flex;
        justify-content: center;
    }
}

.testimonial-nav-1 .testimonial1-button-prev,
.testimonial-nav-1 .testimonial1-button-next {
    font-size: 20px;
    color: #b4b4b4;
    height: 48px;
    width: 54px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #f2f2f2;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
}

.testimonial-nav-1 .testimonial1-button-prev:after,
.testimonial-nav-1 .testimonial1-button-next:after {
    display: none;
}

.testimonial-nav-1 .testimonial1-button-prev {
    border-radius: 55% 45% 45% 55%/50% 50% 50% 50%;
}

.testimonial-nav-1 .testimonial1-button-prev:hover {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: -7px 0 15px rgba(16, 0, 71, 0.1);
    color: #002a3c;
}

.testimonial-nav-1 .testimonial1-button-next {
    border-radius: 45% 55% 55% 45%/50% 50% 50% 50%;
}

.testimonial-nav-1 .testimonial1-button-next:hover {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 7px 0 15px rgba(16, 0, 71, 0.1);
    color: #002a3c;
}

.testimonial-nav-2 {
    display: inline-block;
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 34px;
}

.testimonial-nav-2 .testimonial2-btn-prev,
.testimonial-nav-2 .testimonial2-btn-next {
    font-size: 28px;
    color: #ababab;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #e9e9e9;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
    border-radius: 50%;
}

.testimonial-nav-2 .testimonial2-btn-prev:hover,
.testimonial-nav-2 .testimonial2-btn-next:hover {
    background: #6639ff;
    color: #ffffff;
}

.testimonial-nav-2 .testimonial2-btn-prev:after,
.testimonial-nav-2 .testimonial2-btn-next:after {
    display: none;
}

.testimonial-nav-2 .testimonial2-btn-prev.st-2:hover,
.testimonial-nav-2 .testimonial2-btn-next.st-2:hover {
    background: #8500d1;
    color: #ffffff;
}

.testimonial-nav-3 {
    display: inline-block;
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 62px;
    float: right;
}

@media (max-width: 767px) {
    .testimonial-nav-3 {
        padding-top: 0px;
        float: none;
    }
}

.testimonial-nav-3 .testimonial-btn-prev,
.testimonial-nav-3 .testimonial-btn-next {
    font-size: 30px;
    color: #565656;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #e1e1e1;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
}

.testimonial-nav-3 .testimonial-btn-prev:hover,
.testimonial-nav-3 .testimonial-btn-next:hover {
    background: #ffc400;
    color: #002a3c;
}

.testimonial-nav-3 .testimonial-btn-prev:after,
.testimonial-nav-3 .testimonial-btn-next:after {
    display: none;
}

/*
*****
11. portfolio
*************************
*/
.portfolio-area {
    padding-top: 140px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .portfolio-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .portfolio-st-2 {
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

.single-portfolio {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}

.single-portfolio:hover .portfolio-content {
    bottom: 0;
}

.portfolio-img {
    border-radius: 10px;
}

.portfolio-content {
    width: 250px;
    height: 90px;
    text-align: center;
    background: #ffc400;
    border-radius: 40px 40px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    padding-top: 38px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-content h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.portfolio-content span {
    color: #002a3c;
    font-weight: 400;
}

.p-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}

.p-link:hover {
    background: #6639ff;
    color: #ffffff;
}

.portfolio-item-img {
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-item-img:hover .portfolio-hover-contnet {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.portfolio-item-img:hover .portfolio-hover-contnet:before {
    top: 0;
}

.portfolio-item-img img {
    width: 100%;
}

.portfolio-hover-contnet {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.portfolio-hover-contnet:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8500d1;
    opacity: 0.8;
    z-index: -1;
}

.portfolio-hover-inner {
    padding: 0 50px;
    width: 100%;
}

.portfolio-hover-inner p {
    color: #ffffff;
}

.p-h-icon {
    font-size: 16px;
    color: #8500d1;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
}

.p-h-icon:hover {
    color: #ffc400;
}

.portfolio-hover-heading {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.portfolio-hover-heading:before {
    position: absolute;
    content: "";
    width: 86px;
    height: 2px;
    background: #ffffff;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.portfolio-hover-heading a:hover {
    color: #ffc400;
}

.portfolio-button {
    text-align: center;
    margin-bottom: 70px;
}

.portfolio-button button {
    font-size: 15px;
    font-weight: 500;
    padding: 0 17px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin: 0 5px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

@media (max-width: 767px) {
    .portfolio-button button {
        margin-bottom: 5px;
    }
}

.portfolio-button button:before {
    position: absolute;
    content: "";
    background: #8500d1;
    width: 11px;
    height: 6px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .portfolio-button button:before {
        display: none;
    }
}

.portfolio-button button:hover {
    color: #ffffff;
    background: #8500d1;
}

.portfolio-button button:hover:before {
    opacity: 1;
    visibility: visible;
}

.portfolio-button button.active {
    color: #ffffff;
    background: #8500d1;
}

.portfolio-button button.active:before {
    opacity: 1;
    visibility: visible;
}

.portfolio-see-all {
    text-align: center;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .p-search-area {
        padding-top: 90px;
    }
}

.portfolio-search-form input {
    height: 60px;
    border: 1px solid #f2f2f2;
    color: #002a3c;
    padding: 0 20px;
    border-radius: 3px;
    width: calc(100% - 200px);
}

@media (max-width: 767px) {
    .portfolio-search-form input {
        width: 100%;
    }
}

.portfolio-search-form button {
    width: 170px;
    height: 60px;
    border: none;
    background: #6639ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    float: right;
}

@media (max-width: 767px) {
    .portfolio-search-form button {
        float: none;
        margin-top: 25px;
    }
}

.portfolio-search-form button i {
    margin-right: 15px;
}

.portfolio-main-buttons {
    margin-bottom: 50px;
}

.portfolio-main-items .portfolio-item-img {
    border-radius: 5px;
}

.portfolio-main-items .portfolio-hover-contnet:before {
    display: none;
}

.portfolio-main-items .portfolio-item {
    margin-bottom: 40px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-main-items .portfolio-item {
        margin-bottom: 70px;
    }
}

.portfolio-main-buttons.portfolio-button button::before {
    display: none;
}

.portfolio-main-buttons.portfolio-button button:hover {
    color: #6639ff;
    background: #f9f8ff;
}

.portfolio-main-buttons.portfolio-button button.active {
    color: #6639ff;
    background: #f9f8ff;
}

.p-h-icon.pm-s {
    font-size: 15px;
    font-weight: 500;
    color: #8f98a8;
    min-width: 110px;
    padding: 20px 0;
    border-radius: 3px;
    box-shadow: 0px 10px 30px rgba(16, 0, 71, 0.1);
    height: auto;
    line-height: 1;
}

.p-h-icon.pm-s i {
    display: block;
    font-size: 28px;
    color: #6639ff;
    margin-bottom: 15px;
}

.project-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .project-meta {
        display: inherit;
    }
}

.project-name h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.project-like-view li {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin: 0 10px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .project-like-view li {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .project-like-view li:first-child {
        margin-left: 0;
    }
}

.project-like-view li:last-child {
    margin-right: 0;
}

.project-like-view li i {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .portfolio-details-area {
        padding-top: 90px;
        padding-bottom: 30px;
    }
}

.portfolio-details-content h5 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.choosing__information.portfolio-w-p {
    background: none;
    padding: 0 40px 0 0;
    margin-left: 0;
    position: relative;
    z-index: 5;
}

.choosing__information.portfolio-w-p ul li {
    align-items: flex-start;
    margin-bottom: 34px;
}

.choosing__information.portfolio-w-p ul li:hover .choosing__number span {
    border-color: #6639ff;
    color: #6639ff;
    background: none;
}

.choosing__information.portfolio-w-p .choosing__text h5 {
    font-size: 15px;
    color: #002a3c;
    text-transform: none;
    line-height: 1;
    margin-bottom: 12px;
}

.choosing__information.portfolio-w-p .choosing__text p {
    color: #8f98a8;
}

.choosing__information.portfolio-w-p .choosing__number span {
    border: 1px solid #6639ff;
    color: #6639ff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
}

.choosing__information.portfolio-w-p .choosing__number span:before {
    display: none;
}

.choosing__information.portfolio-w-p .choosing__number {
    margin-right: 20px;
}

.portfolio-details-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.portfolio-details-category {
    margin-right: 15px;
}

.portfolio-details-date {
    position: relative;
    padding-left: 20px;
}

.portfolio-details-date:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #6639ff;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .portfolio-details-meta .project-like-view {
        float: left;
        margin-bottom: 30px;
    }
}

.portfolio-details-meta .project-like-view li {
    font-size: 15px;
    font-weight: 500;
    color: #8f98a8;
    background: #f8f8f8;
    padding: 0 12px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
}

.portfolio-details-meta .project-like-view li i {
    margin-right: 10px;
}

.portfolio-details-img {
    margin-bottom: 15px;
}

.portfolio-details-img-left {
    margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .portfolio-details-img-left {
        margin-right: 0;
    }
}

.portfolio-details-img-right {
    padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-details-img-right {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .portfolio-details-img-right {
        padding-left: 0;
    }
}

.portfolio-details-img-right .portfolio-details-single-img {
    border-radius: 5px;
}

.portfolio-details-single-img {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-details-single-img {
        margin-bottom: 20px;
    }
}

.portfolio-details-single-img img {
    width: 100%;
}

.p-sidebar-widget {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px 30px;
    box-shadow: 0px 10px 20px rgba(16, 0, 71, 0.1);
    max-width: 500px;
}

.ps-widget-meta {
    margin-bottom: 35px;
}

.ps-widget-meta h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.used-tools li {
    margin: 0 3px;
    display: inline-block;
}

.used-tools li a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
}

.used-tools .ps {
    background: #4466d6;
}

.used-tools .ai {
    background: #e18e00;
}

.used-tools .xd {
    background: #aa2894;
}

.widget-meta-dt li {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

.widget-meta-dt li:first-child {
    margin-left: 0;
}

.widget-meta-dt li:last-child {
    margin-right: 0;
}

.widget-meta-dt li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #e9e9e9;
    top: 5px;
    right: -16px;
}

.widget-meta-dt li:last-child::after {
    display: none;
}

.clients-name {
    color: #002a3c;
    font-size: 15px;
}

.clients-name span {
    font-weight: 500;
}

.file-size {
    color: #002a3c;
}

.pd-hire-area::before {
    display: none;
}

.pd-hire-inner {
    padding: 85px 0 85px 0;
    background: #f4f1ff;
}

.pd-hire-btn .grb-btn {
    color: #ffffff !important;
}

.related-shots-inner>h3 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 44px;
}

@media (max-width: 767px) {
    .related-shots-inner>h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .portfolio-area-slide {
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

.portfolio-slide-single {
    overflow: hidden;
    width: 370px;
    height: 480px;
    border-radius: 10px;
    margin-right: 30px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .portfolio-slide-single {
        width: 350px;
        height: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-slide-single {
        width: 290px;
        height: 376px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slide-single {
        width: 330px;
        height: 425px;
    }
}

@media (max-width: 767px) {
    .portfolio-slide-single {
        width: 100%;
        height: 100%;
    }
}

.portfolio-slide-single:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #002a3c;
    opacity: 30%;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-slide-single:hover:before {
    top: 0;
}

.portfolio-slide-single:hover .portfolio-slide-single-content {
    top: 0;
}

.portfolio-slide-single-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.cbg-shape {
    position: absolute;
    top: -20px;
    left: -45px;
    z-index: -1;
}

.cbg-shape img {
    max-width: inherit;
}

.portfolio-slide-inner {
    position: relative;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.icon-link a {
    display: inline-block;
    font-size: 18px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffffff;
    margin-bottom: 25px;
    color: #002a3c;
    font-weight: 700;
}

.portfolio-slide-single-text span {
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
}

.portfolio-slide-single-text h5 {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
}

.portfolio-slide-single-text h5 a:hover {
    opacity: 0.7;
}

.portfolio-active .swiper-button-prev,
.portfolio-active .swiper-button-next {
    font-size: 20px;
    color: #6d6d6d;
    height: 48px;
    width: 54px;
    text-align: center;
    line-height: 46px;
    background: #f2f2f2;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
}

.portfolio-active .swiper-button-prev {
    border-radius: 55% 45% 45% 55%/50% 50% 50% 50%;
}

.portfolio-active .swiper-button-prev:hover {
    background: #6639ff;
    box-shadow: 0 -7px 15px rgba(16, 0, 71, 0.1);
    color: #ffffff;
}

.portfolio-active .swiper-button-next {
    border-radius: 45% 55% 55% 45%/50% 50% 50% 50%;
}

.portfolio-active .swiper-button-next:hover {
    background: #6639ff;
    box-shadow: 0 7px 15px rgba(16, 0, 71, 0.1);
    color: #ffffff;
}

.portfolio-active .swiper-button-prev:after,
.portfolio-active .swiper-button-next:after {
    display: none;
}

.portfolio-nav {
    display: inline-block;
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 62px;
}

.portfolio-container {
    max-width: calc(((100% - 1280px) / 2) + 1280px);
    margin-left: auto;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .portfolio-container {
        max-width: calc(((100% - 1110px) / 2) + 1110px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-container {
        max-width: calc(((100% - 930px) / 2) + 930px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-container {
        max-width: calc(((100% - 690px) / 2) + 690px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-container {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .portfolio-container {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
}

.portfolio-slide-nav .swiper-button-prev,
.portfolio-slide-nav .swiper-button-next {
    font-size: 30px;
    color: #002a3c;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;
    background: #ffc400;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0 5px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.portfolio-slide-nav .swiper-button-prev.swiper-button-disabled,
.portfolio-slide-nav .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.portfolio-slide-nav {
    display: block;
}

.portfolio-slide-nav .swiper-button-prev:hover {
    background: #ffc400;
    color: #002a3c;
}

.portfolio-slide-nav .swiper-button-next:hover {
    background: #ffc400;
    color: #002a3c;
}

.portfolio-slide-nav .swiper-button-prev:after,
.portfolio-slide-nav .swiper-button-next:after {
    display: none;
}

.swipper-nav-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -35px;
    background: #000;
    height: 60px;
    width: 60px;
}

@media (max-width: 767px) {
    .swipper-nav-arrow {
        position: static;
        transform: none;
    }
}

.swipper-nav-arrow.swiper-button-next {
    left: auto;
    right: -35px;
}

/*
*****
12. team
*************************
*/
@media (max-width: 767px) {
    .team-area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.team-member {
    max-width: 400px;
}

@media (max-width: 767px) {
    .team-member {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

.team-member:hover .member-img:before {
    height: 100%;
}

.team-member:hover .member-name h5 {
    color: #ffffff;
}

.team-member:hover .member-name span {
    color: #ffffff;
}

.team-member:hover .member-name-bg img:first-child {
    display: none;
}

.team-member:hover .member-name-bg img:last-child {
    display: block;
}

.team-member.st-2 {
    max-width: 330px;
}

.team-member.st-2:hover .member-name h5 {
    color: #002a3c;
}

.team-member.st-2:hover .member-name span {
    color: #8f98a8;
}

.team-member.st-2 .member-img {
    border-radius: 135px;
}

.team-member.st-2 .member-img:before {
    position: absolute;
    content: url("../img/shape/team-s1.png");
    background: none;
    z-index: 2;
    left: -65px;
    top: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .team-member.st-2 .member-img:before {
        display: none;
    }
}

.team-member.st-2 .member-img:after {
    position: absolute;
    content: url("../img/shape/team-s2.png");
    background: none;
    z-index: 1;
    left: -155px;
    top: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .team-member.st-2 .member-img:after {
        display: none;
    }
}

.team-member.st-2 .member-img:hover:before {
    top: 60%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-member.st-2 .member-img:hover:before {
        top: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-member.st-2 .member-img:hover:before {
        left: -20px;
        top: 69%;
    }
}

.team-member.st-2 .member-img:hover:after {
    top: 56%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-member.st-2 .member-img:hover:after {
        top: 46%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-member.st-2 .member-img:hover:after {
        left: -120px;
        top: 63%;
    }
}

.team-member.st-2 .member-img:hover .member-social.st-2 {
    bottom: 87px;
}

.team-member.st-2 .member-name {
    margin-top: -5px;
    background: none;
    text-align: center;
}

.team-member.st-2 .member-name h5 a:hover {
    color: #8500d1;
}

.team-member.st-2 .member-name.st-2 {
    background: none;
}

.team-member.st-3 {
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    max-width: 330px;
}

@media (max-width: 767px) {
    .team-member.st-3 {
        box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .team-member.st-3 .member-social-icons.st-3 {
        opacity: 1;
        visibility: visible;
    }
}

.team-member.st-3:hover {
    box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
}

.team-member.st-3:hover .member-img-bg {
    transform: rotate(30deg);
}

.team-member.st-3:hover .member-name h5 a {
    color: #002a3c;
}

.team-member.st-3:hover .member-name span {
    color: #8f98a8;
}

.team-member.st-3:hover .member-social-icons.st-3 {
    opacity: 1;
    visibility: visible;
}

.team-member.st-3 .member-name {
    background: none;
}

.member-social.st-2 {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0;
    border: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.member-social.st-2:hover .member-social-icons {
    transform: none;
}

.member-social.st-2 .member-social-icons {
    opacity: 1;
    visibility: visible;
    transform: none;
    padding-bottom: 0;
}

.member-social.st-2 .member-social-icons li {
    display: inline-block;
    margin: 0 3px;
}

.member-social.st-2 .member-social-icons li a:hover {
    color: #8500d1;
}

.member-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.member-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    bottom: 0;
    background: #002a3c;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.member-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.member-img.st-3 {
    padding-bottom: 20px;
    position: absolute;
    bottom: 165px;
    width: 100%;
}

.member-img.st-3:before {
    background: none;
}

.member-img-bg {
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 8px;
    right: 2px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .member-img-bg {
        top: 2px;
        left: 12px;
        right: 5px;
    }
}

.member-name {
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    padding: 26px 25px 20px;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    width: 220px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-name {
        padding: 26px 14px 20px;
        width: 200px;
    }
}

.member-name h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.member-name h5:hover a {
    opacity: 0.8;
}

.member-name span {
    font-size: 15px;
    font-weight: 400;
}

.member-name-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.member-name-bg img {
    max-width: inherit;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-name-bg img {
        width: 200px;
    }
}

.member-name-bg img:last-child {
    display: none;
}

.member-name.st-3 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: none;
    padding: 200px 0 30px 0;
    border-radius: 0;
    position: static;
    text-align: center;
    margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-name.st-3 {
        padding: 150px 0 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .member-name.st-3 {
        padding: 240px 0 30px 0;
        margin-top: 125px;
    }
}

@media (max-width: 767px) {
    .member-name.st-3 {
        margin-top: 165px;
    }
}

.member-name.st-3 h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.member-name.st-3 h5:hover a {
    color: #002a3c;
}

.member-social {
    position: absolute;
    top: -31px;
    left: 22px;
    color: #ffffff;
    height: 39px;
    width: 39px;
    background: #6639ff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-social {
        left: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .member-social {
        line-height: 36px;
    }
}

.member-social:hover .member-social-icons {
    transform: translateY(-87%);
    opacity: 1;
    visibility: visible;
}

.member-social>i {
    font-size: 16px;
}

.member-social-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-40%) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .member-social-icons {
        padding-bottom: 30px;
    }
}

.member-social-icons li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #b6bac2;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .member-social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.member-social-icons li a:hover {
    color: #6639ff;
}

.member-social-icons.st-3 {
    position: static;
    transform: none;
    padding-bottom: 0;
    margin-top: 27px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.member-social-icons.st-3 li {
    display: inline-block;
    margin: 0 4px;
}

.member-social-icons.st-3 li a {
    width: 35px;
    height: 35px;
    border: 1px solid #8f98a8;
    text-align: center;
    line-height: 33px;
    color: #b6bac2;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .member-social-icons.st-3 li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.member-social-icons.st-3 li a:hover {
    color: #002a3c;
    background: #ffc400;
    border-color: #ffc400;
}

.team-p-members .member-social-icons {
    display: block;
}

.team-right {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .team-right {
        margin-top: 0;
        float: left;
        margin-bottom: 40px;
    }
}

.team-right .grb-btn {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .team-description-area {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .team-description-img {
        margin-bottom: 75px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .team-description-content .section-title h2 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-description-content .section-title h2 {
        font-size: 38px;
    }
}

/*
*****
13. blog
*************************
*/
@media (max-width: 767px) {
    .blog-area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.blog-area .grb-btn {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .blog-area-2 {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .blog-area-3 {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

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

.blog-single {
    background: #ffffff;
    padding: 20px 20px;
    box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
}

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

.blog-single.st-2 {
    background: #ffffff;
    padding: 0;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .blog-single.st-2 {
        box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
    }
}

.blog-single.st-2:hover {
    box-shadow: 0 10px 20px rgba(16, 0, 71, 0.1);
}

.blog-single.st-2:hover .blog-img img {
    transform: scale(1.1);
}

.blog-single.st-2 .blog-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.blog-single.st-2 .blog-img img {
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

@media (max-width: 767px) {
    .blog-single.st-2 .blog-meta {
        padding-left: 0;
        margin-top: 10px;
        display: inline-block;
    }
}

.blog-img {
    margin-bottom: 18px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.blog-content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-content h4 {
        font-size: 17px;
        line-height: 24px;
    }
}

.blog-content h4 a:hover {
    color: #6639ff;
}

.blog-content p {
    margin-bottom: 33px;
}

.blog-content.st-2 {
    padding: 0 20px;
    padding-bottom: 20px;
}

.blog-content.st-2 h4 {
    color: #8f98a8;
    margin-top: 22px;
    margin-bottom: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-content.st-2 h4 {
        font-size: 17px;
        line-height: 24px;
    }
}

.blog-content.st-2 h4 a:hover {
    color: #002a3c;
}

.blog-content.st-2 p {
    margin-bottom: 33px;
}

.blog-content.st-2 .read-btn {
    color: #8500d1;
}

.read-btn {
    font-weight: 700;
    font-size: 15px;
    color: #002a3c;
    display: inline-block;
    margin-bottom: 5px;
}

.read-btn:hover {
    color: #6639ff;
}

.blog-date {
    width: 70px;
    height: 85px;
    background: #ffc400;
    border-radius: 0 10px 0 10px;
    text-align: center;
    padding: 12px 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

.blog-date i {
    display: block;
    font-size: 20px;
    color: #002a3c;
}

.blog-date span {
    font-size: 20px;
    line-height: 25px;
    color: #002a3c;
    display: inline-block;
    margin-top: 3px;
}

.blog-date p {
    font-size: 13px;
    font-weight: 400;
    color: #002a3c;
    line-height: 1;
}

.blog-date-shape {
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 0;
}

.blog-date.st-2 {
    width: 70px;
    height: 70px;
    background: #8500d1;
    border-radius: 3px;
    padding: 12px 0;
    top: 203px;
    right: auto;
    left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-date.st-2 {
        top: 120px;
    }
}

@media (max-width: 767px) {
    .blog-date.st-2 {
        top: 0;
        left: 0;
    }
}

.blog-date.st-2 i {
    display: none;
}

.blog-date.st-2 span {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: inline-block;
    margin-top: 3px;
}

.blog-date.st-2 p {
    color: #ffffff;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-meta {
        padding-left: 0;
    }
}

.blog-meta li {
    margin-right: 30px;
    display: inline-block;
}

.blog-meta li:last-child {
    margin-right: 0;
}

.blog-meta li i {
    font-size: 13px;
    color: #8500d1;
    margin-right: 5px;
}

.blog-meta li span {
    font-size: 15px;
    font-weight: 400;
}

.blog-meta li span:hover {
    color: #002a3c;
}

.blog-meta li span.author {
    font-weight: 500;
}

@media (max-width: 767px) {
    .blog-main-area {
        padding-top: 90px;
    }
}

.blog-date.bms-date {
    position: static;
    border-radius: 3px;
    height: 100px;
    width: 100px;
    margin-right: 30px;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-date.bms-date {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-date.bms-date {
        width: 95px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .blog-date.bms-date {
        display: none;
    }
}

.blog-date.bms-date i {
    font-size: 22px;
    font-weight: 700;
}

.blog-date.bms-date span {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.blog-date.bms-date p {
    font-size: 15px;
    font-weight: 500;
}

.bms-title {
    overflow: hidden;
}

.bms-title h4 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .bms-title h4 {
        font-size: 22px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bms-title h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .bms-title h4 {
        font-size: 18px;
        line-height: 28px;
    }
}

.bms-title h4 a:hover {
    color: #6639ff;
}

.bm-details .bms-title h4 {
    font-size: 36px;
    line-height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bm-details .bms-title h4 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .bm-details .bms-title h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bm-details .bms-title h4 {
        font-size: 24px;
        font-weight: 32px;
    }
}

.bms-btn .grb-border-btn {
    font-weight: 500;
    border-width: 1px;
    height: 45px;
    line-height: 43px;
    padding: 0 24px;
    border-radius: 3px;
}

.bms-btn .grb-border-btn:hover {
    color: #ffffff;
    border-color: #6639ff;
    background: #6639ff;
}

.project-like-view.bms-lv {
    overflow: hidden;
    margin-bottom: 10px;
}

.project-like-view.bms-lv li {
    margin: 0 20px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .project-like-view.bms-lv li {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-like-view.bms-lv li {
        margin-left: 0;
        margin-right: 25px;
        margin-bottom: 0;
    }
}

.project-like-view.bms-lv li:first-child {
    margin-left: 0;
}

.project-like-view.bms-lv li a {
    color: #9a9a9a;
}

.project-like-view.bms-lv li i {
    color: #ffc400;
    font-weight: 700;
}

.bs-widget {
    border: 1px solid #e8e8e8;
    padding: 25px 30px;
    max-width: 585px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .bs-widget {
        padding: 25px 20px;
    }
}

.sidebar-search {
    padding: 30px;
    background: #efefef;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .sidebar-search {
        padding: 20px;
    }
}

.sidebar-search .search-form {
    margin-top: 0;
}

.bs-widget.sidebar-search {
    border: 0;
}

.search-input-field.bss {
    width: 100%;
}

.search-input-field.bss input {
    background: #ffffff;
    padding: 0 130px 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .search-input-field.bss input {
        padding: 0 105px 0 15px;
    }
}

.search-input-field.bss button {
    border-radius: 3px;
    padding: 0 20px;
    background: #6639ff;
    color: #ffffff;
    right: 0;
    overflow: hidden;
}

.search-input-field.bss button i {
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .search-input-field.bss button i {
        display: none;
    }
}

.search-input-field.bss button:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.search-input-field.bss button:hover:before {
    left: 120%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.bs-widget-title h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.bs-category-list {
    overflow: hidden;
}

.bs-category-list li {
    margin-bottom: 18px;
}

.bs-category-list li:last-child {
    margin-bottom: 0;
}

.bs-category-list li a {
    display: flex;
    justify-content: space-between;
}

.bs-category-list li a:hover p {
    color: #6639ff;
    margin-left: 17px;
}

.bs-category-list li a:hover span {
    color: #6639ff;
}

.bs-category-list li p {
    font-size: 16px;
    font-weight: 400;
    color: #002a3c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.bs-category-list li p:before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #6639ff;
    top: 0;
    left: -17px;
}

.bs-category-list li span {
    font-size: 16px;
    font-weight: 400;
    color: #002a3c;
}

.bs-post li {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bs-post li {
        margin-bottom: 20px;
    }
}

.bs-post li:last-child {
    margin-bottom: 0;
}

.bs-post-single {
    overflow: hidden;
}

.bs-post-img {
    width: 90px;
    height: 70px;
    margin-right: 15px;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .bs-post-img {
        width: 80px;
        margin-right: 12px;
    }
}

.bs-post-content {
    overflow: hidden;
}

.bs-post-content h6 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.bs-post-content h6 a:hover {
    color: #6639ff;
}

.bs-post-content span {
    font-size: 14px;
    font-weight: 400;
    color: #8d8d8d;
    line-height: 1;
}

.bs-widget.widget-tag {
    padding-bottom: 15px;
}

.bs-tags li {
    display: inline-block;
}

.grb-tag {
    border: 1px solid #e8e8e8;
    padding: 0 17px;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
    line-height: 33px;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.grb-tag:hover {
    color: #ffffff;
    background: #6639ff;
    border-color: #6639ff;
}

.bs-widget.bs-ad-container {
    border: 0;
    padding: 0;
}

.bs-ad-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #11004b;
    opacity: 0.8;
}

.bs-ad-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-ad-inner-text {
    text-align: center;
}

.bs-ad-inner-text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
}

.bs-ad-inner-text p span {
    font-weight: 700;
}

.bs-ad-inner-text>span {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 27px;
    display: inline-block;
    line-height: 1;
}

.bm-details .bms-date {
    display: none;
}

.project-like-view.bm-details {
    margin-top: 10px;
    margin-bottom: 25px;
}

.project-like-view.bm-details li {
    font-size: 15px;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 20px;
}

.bm-details-quote {
    background: #f9f8ff;
    border-radius: 10px;
    padding: 48px 100px;
    margin: 40px 0;
}

@media (max-width: 767px) {
    .bm-details-quote {
        padding: 30px;
    }
}

.bm-details-quote p {
    font-size: 20px;
    line-height: 30px;
    color: #002a3c;
    font-style: italic;
}

@media (max-width: 767px) {
    .bm-details-quote p {
        font-size: 18px;
    }
}

.bm-details-quote h4 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    padding-left: 100px;
    position: relative;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .bm-details-quote h4 {
        padding-left: 80px;
        font-size: 18px;
    }
}

.bm-details-quote h4:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #6639ff;
    top: 10px;
    left: 0;
}

.bm-details-quote-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .bm-details-quote-icon {
        display: none;
    }
}

.bm-details-quote-icon i {
    font-size: 50px;
    color: #6639ff;
}

.i-q-1 {
    position: absolute;
    top: 30px;
    left: 20px;
}

.i-q-2 {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.bms-content hr {
    border-color: #707070;
}

.bms-tags span {
    font-size: 15px;
    font-weight: 500;
    color: #002a3c;
    margin-right: 5px;
}

.bms-tags a:hover {
    color: #002a3c;
}

@media (max-width: 767px) {
    .bms-share {
        float: none;
        margin-top: 30px;
    }
}

.bms-share span {
    margin-right: 5px;
    font-weight: 500;
    color: #002a3c;
}

.bms-share span i {
    margin-right: 10px;
}

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

.bms-social ul li {
    display: inline-block;
}

.bms-social ul li:last-child {
    margin-right: 0;
}

.bms-social ul li a {
    color: #b6bac2;
    font-size: 16px;
    height: 18px;
    width: 18px;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    box-shadow: none;
}

.bms-social ul li a:hover {
    color: #002a3c;
    background: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .article-nav-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.article-nav-content span {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
}

.article-nav-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.article-nav-content h6 a:hover {
    color: #6639ff;
}

.article-nav-content.next-article {
    text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .article-nav-content.next-article {
        margin-top: 30px;
        text-align: left;
        padding-left: 0;
    }
}

.post-comment-title h3 {
    font-size: 18px;
    text-transform: uppercase;
}

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

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

.comments-avatar {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 25px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .comments-avatar {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
}

.comments-text {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.comments-text p {
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 400;
}

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

.avatar-name h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.avatar-name span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.post-time {
    position: relative;
    padding-left: 12px;
}

.post-time:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #bfbfbf;
    left: 0;
    top: 3px;
}

.comment-reply {
    font-weight: 400;
    font-size: 16px;
}

.comment-reply i {
    padding-right: 8px;
    font-size: 18px;
    color: #6639ff;
}

.post-comment-form h4 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 27px;
}

.post-input input,
.post-input textarea {
    border: 1px solid #f2f2f2;
    width: 100%;
}

.post-input input {
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.post-input textarea {
    padding: 15px 20px;
    margin-bottom: 25px;
    resize: none;
    height: 160px;
}

.grb-btn.comment-btn {
    padding: 0 35px;
    border: none;
}

.blog-post-img {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-post-img {
        height: 135px;
        width: 135px;
        margin-right: 25px;
    }
}

@media (max-width: 575px) {
    .blog-post-img {
        float: none;
        margin-bottom: 30px;
    }
}

.blog-post-content {
    overflow: hidden;
}

.blog-post-content span {
    font-size: 14px;
    font-weight: 500;
}

.blog-post-content h4 {
    font-size: 20px;
    line-height: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-post-content h4 {
        font-size: 18px;
    }
}

.blog-post-heading {
    margin-top: 24px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-post-heading {
        margin-top: 18px;
        margin-bottom: 17px;
    }
}

.blog-post-heading a:hover {
    color: #ffc400;
}

.blog-category {
    margin-right: 30px;
    display: inline-block;
}

.blog-category-st {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    width: 150px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #8500d1;
    border-radius: 3px;
    display: inline-block;
}

.bcb-1 {
    background: #8500d1;
}

.bcb-2 {
    background: #ffc400;
}

.bcb-3 {
    background: #02c54a;
}

.bcb-4 {
    background: #008ad1;
}

/*
*****
14. contact
*************************
*/
.hire-area {
    padding-top: 185px;
    padding-bottom: 185px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .hire-area {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.hire-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #01001e;
    opacity: 0.75;
}

.hire-area.pd-hire-area {
    padding-top: 0;
    padding-bottom: 115px;
}

@media (max-width: 767px) {
    .hire-area.pd-hire-area {
        padding-bottom: 60px;
    }
}

.hire-content {
    padding: 0px 20px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hire-content {
        padding: 0px 60px;
    }
}

@media (max-width: 767px) {
    .hire-content {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .hire-content .section-title {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .hire-content .section-title h2 {
        font-size: 23px;
    }
}

.hire-btn .grb-btn {
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
}

@media (max-width: 767px) {
    .contact-area {
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

.contact-heading {
    margin-bottom: 46px;
}

.contact-heading h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

.contact-address-list li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-list-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 3px;
    background: #f5f2ff;
    margin-right: 30px;
}

.contact-list-icon i {
    font-size: 30px;
    line-height: 70px;
    color: #6639ff;
}

.contact-list-icon.st-3 {
    background: #fffbee;
}

.contact-list-icon.st-3 i {
    color: #ffc400;
}

.contact-list-text span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #002a3c;
    display: block;
}

.contact-form input {
    background: #f8f8f8;
    color: #002a3c;
    height: 50px;
    width: 100%;
    border: 0;
    line-height: 40px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid transparent;
}

.contact-form input:focus {
    border-color: #6639ff;
}

.contact-form textarea {
    background: #f8f8f8;
    padding: 20px 20px;
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    line-height: 26px;
    height: 150px;
    border: 1px solid transparent;
}

.contact-form textarea:focus {
    border-color: #6639ff;
}

.contact-form button {
    color: #ffffff;
    padding: 0 35px;
    height: 60px;
    line-height: 60px;
    background: #6639ff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border: 0;
    position: relative;
    overflow: hidden;
}

.contact-form button i {
    margin-right: 10px;
}

.contact-form button:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.contact-form button:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.contact-map-area {
    height: 620px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map-area {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .contact-map-area {
        height: 400px;
    }
}

.contact-map-area iframe {
    height: 100%;
    width: 100%;
}

/*
*****
15. features
*************************
*/
.features-area {
    padding: 10px 0;
}

.features-icon {
    float: left;
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-icon {
        margin-right: 20px;
    }
}

.features-icon i {
    font-size: 42px;
    color: #002a3c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-icon i {
        font-size: 40px;
    }
}

.features-text {
    overflow: hidden;
}

.features-text span {
    font-size: 18px;
    color: #002a3c;
    font-weight: 700;
    display: block;
    line-height: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-text span {
        font-size: 16px;
    }
}

/*
*****
16. page-title
*************************
*/
.page-title-area {
    padding-top: 170px;
    padding-bottom: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.page-title-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #002a3c;
    opacity: 0.7;
    z-index: -1;
}

.page-title-heading h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 50px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-title-heading h1 {
        font-size: 36px;
    }
}

.grb-breadcrumb {
    position: absolute;
    z-index: 5;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}

.breadcrumb {
    background: #ffffff;
    padding: 19px 5px;
    margin-bottom: 0;
    box-shadow: 0px 5px 10px rgba(16, 0, 71, 0.1);
    display: inline-flex;
}

.breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
    color: #989898;
    padding: 0 25px;
}

.breadcrumb-item a:hover {
    color: #002a3c;
}

.breadcrumb-item.active {
    color: #002a3c;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0px;
    content: "";
    width: 2px;
    height: 20px;
    background: #98989830;
    margin-right: 25px;
    margin-top: 1px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

/*
*****
17. faq
*************************
*/
.grb-accordion .accordion-button.collapsed::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #6639ff;
    background-image: none;
    width: auto;
    height: auto;
    font-weight: 400;
}

.grb-accordion .accordion-button::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #6639ff;
    background-image: none;
    width: auto;
    height: auto;
    font-weight: 400;
}

.grb-accordion .accordion-item {
    background-color: #fff;
}

.grb-accordion .accordion-button {
    font-size: 15px;
    font-weight: 700;
    color: #002a3c;
    padding: 0 20px;
    height: 60px;
    line-height: 25px;
}

.grb-accordion .accordion-button:not(.collapsed) {
    color: #002a3c;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

.grb-accordion .accordion-button:focus {
    border: 1px solid #f2f2f2;
    box-shadow: none;
    background: none;
}

.grb-accordion .accordion-body {
    padding: 20px 20px;
}

.grb-accordion .accordion-item:first-of-type .accordion-button,
.grb-accordion .accordion-item:last-of-type .accordion-button {
    border-radius: 0;
}

.grb-accordion .accordion-item:first-of-type,
.grb-accordion .accordion-item:last-of-type {
    border-radius: 0;
}

/*
*****
18. pricing
*************************
*/
@media (max-width: 767px) {
    .pricing-area {
        padding-top: 80px;
    }
}

.pricing-plans {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .pricing-plans {
        margin-top: 90px;
    }
}

.single-pricing {
    padding: 40px 20px;
    box-shadow: 0px 20px 30px rgba(16, 0, 71, 0.07);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.single-pricing.active,
.single-pricing:hover {
    background: #6639ff;
}

.single-pricing.active .pricing-title h5,
.single-pricing:hover .pricing-title h5 {
    color: #ffffff;
}

.single-pricing.active .pricing-title span,
.single-pricing:hover .pricing-title span {
    color: #ffffff;
}

.single-pricing.active .pricing-list li,
.single-pricing:hover .pricing-list li {
    color: #ffffff;
}

.single-pricing.active .grb-border-btn,
.single-pricing:hover .grb-border-btn {
    color: #002a3c;
    border-color: #ffffff;
    background: #ffffff;
}

.pricing-title {
    text-align: center;
}

.pricing-title h5 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pricing-title span {
    font-size: 48px;
    font-weight: 700;
    color: #ffc400;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pricing-list {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 45px;
}

.pricing-list li {
    font-size: 15px;
    color: #002a3c;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 767px) {
    .pricing-list li {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-list li {
        margin-bottom: 28px;
    }
}

.pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-btn .grb-border-btn {
    font-weight: 500;
    padding: 0 28px;
    border-width: 1px;
    border-radius: 3px;
}

.pricing-plans {
    position: relative;
}

.pricing-plans .nav-tabs {
    border: none;
    background: #f9f8ff;
    display: inline-block;
    position: absolute;
    top: -135px;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-plans .nav-tabs {
        top: -120px;
    }
}

@media (max-width: 767px) {
    .pricing-plans .nav-tabs {
        top: -90px;
        left: 0;
        right: auto;
    }
}

.pricing-plans .nav-item {
    display: inline-block;
}

.pricing-plans .nav-link {
    padding: 0 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #002a3c;
    height: 50px;
    line-height: 50px;
    background: #f9f8ff;
    border-radius: 3px;
    border: none;
    min-width: 108px;
}

.pricing-plans .nav-link.active {
    background: #6639ff;
    color: #ffffff;
}

/*
*****
19. coming
*************************
*/
.coming-area {
    padding-top: 310px;
    padding-bottom: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .coming-area {
        padding-top: 260px;
        padding-bottom: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-area {
        padding-top: 220px;
        padding-bottom: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .coming-area {
        padding-top: 180px;
        padding-bottom: 160px;
    }
}

.coming-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #002a3c;
    opacity: 0.91;
}

.coming-inner {
    position: relative;
    z-index: 5;
}

.coming-inner h1 {
    font-size: 70px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-inner h1 {
        font-size: 64px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .coming-inner h1 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .coming-inner h1 {
        font-size: 36px;
    }
}

.coming-time {
    margin-bottom: 46px;
}

.coming-time li {
    display: inline-block;
    margin: 0 30px;
}

@media (max-width: 767px) {
    .coming-time li {
        margin: 0 20px;
        margin-bottom: 30px;
    }
}

.coming-time li:last-child span:after {
    display: none;
}

.coming-time li span {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #39345e;
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
}

@media (max-width: 767px) {
    .coming-time li span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 26px;
    }
}

.coming-time li span:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #272536;
    right: -32px;
    top: 30px;
}

@media (max-width: 767px) {
    .coming-time li span:after {
        display: none;
    }
}

.coming-time li p {
    font-size: 16px;
    font-weight: 500;
    color: #b7b4c9;
}

.search-input-field.cms {
    width: 100%;
}

.search-input-field.cms input {
    font-size: 15px;
    color: #ffffff;
    padding: 0 180px 0 30px;
    background: #39345e;
    height: 70px;
    border-radius: 3px;
    width: 100%;
    border: 0;
}

@media (max-width: 767px) {
    .search-input-field.cms input {
        height: 60px;
        padding: 0 125px 0 20px;
    }
}

.search-input-field.cms input::-moz-placeholder {
    color: #b7b4c9;
    opacity: 1;
}

.search-input-field.cms input::placeholder {
    color: #b7b4c9;
    opacity: 1;
}

.search-input-field.cms button {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    padding: 0 35px;
    background: #6639ff;
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .search-input-field.cms button {
        height: 60px;
        padding: 0 25px;
        line-height: 60px;
    }
}

.search-input-field.cms button i {
    margin-right: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .search-input-field.cms button i {
        display: none;
    }
}

.search-input-field.cms button:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.search-input-field.cms button:hover:before {
    left: 120%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

/*
*****
20. menu-search
*************************
*/
.nav-search {
    position: relative;
    display: block;
    color: inherit;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    background: transparent;
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff;
}

input.main-search-input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 767px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/*
*****
21. footer
*************************
*/
.footer-area {
    background: #002a3c;
}

@media (max-width: 767px) {
    .footer-area {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .srv-m {
        margin-left: -40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cat-m {
        margin-left: 30px;
    }
}

.footer-widget p {
    color: #858585;
    line-height: 26px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .fw3 {
        margin-left: -15px;
    }
}

.footer-widget-title h4 {
    color: #ffffff;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.footer-list li {
    color: #858585;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer-list li a:hover {
    color: #ffffff;
}

.footer-list.st-2 li {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-list.st-3 li {
    position: relative;
    overflow: hidden;
}

.footer-list.st-3 li:hover a {
    padding-left: 24px;
}

.footer-list.st-3 li:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.footer-list.st-3 li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ffc400;
    border-radius: 50%;
    left: -10px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.question-area {
    margin-bottom: 25px;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-logo.st-3 a {
    width: 194px;
    height: 194px;
    text-align: center;
    line-height: 194px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.footer-shape-st-3 {
    position: absolute;
    top: -100px;
    left: -160px;
}

@media (max-width: 767px) {
    .footer-shape-st-3 {
        display: none;
    }
}

.footer-shape-st-3 img {
    max-width: inherit;
}

.question-icon {
    float: left;
    width: 65px;
}

.question-icon i {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
}

.question-text {
    overflow: hidden;
}

.question-text p {
    font-weight: 400;
    color: #858585;
}

.question-text span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px;
    display: inline-block;
}

.footer-address {
    margin-bottom: 25px;
}

.footer-address h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 3px;
}

.footer-address p {
    color: #858585;
}

.grb__social.footer-social li {
    margin: 0 2px;
}

.grb__social.footer-social li:first-child {
    margin-left: 0;
}

.grb__social.footer-social li a {
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #6639ff;
    line-height: 30px;
    border-radius: 3px;
}

.grb__social.footer-social-2 {
    margin-top: 45px;
}

.grb__social.footer-social-2 li {
    margin: 0 5px;
}

.grb__social.footer-social-2 li:first-child {
    margin-left: 0;
}

.grb__social.footer-social-2 li a {
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: #8500d1;
    line-height: 35px;
    border-radius: 50%;
}

.grb__social.footer-social-2 li a:hover {
    color: #8500d1;
    background: #ffffff;
}

.worktime-list li {
    margin-bottom: 20px;
}

.worktime-list li h5 {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.worktime-list li h5 span {
    color: #ff5211;
}

.worktime-list li span {
    color: #858585;
    font-weight: 400;
}

.copyright-area {
    background: #f2f2f2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .copyright-area {
        padding: 30px 0;
    }
}

.copyright-area.st-2 {
    border-top: 1px solid #343434;
    background: #002a3c;
    padding: 37px 0;
}

.copyright-logo {
    background: #6639ff;
    text-align: center;
    line-height: 100px;
}

.logo-shape {
    position: relative;
}

.logo-shape:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 45px;
    background: #6639ff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    top: -44px;
    left: 0;
}

.logo-shape:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 45px;
    background: #4628ab;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    top: -45px;
    right: -35px;
}

@media (max-width: 767px) {
    .copyright-text {
        text-align: center;
        margin-bottom: 20px;
    }
}

.copyright-text p {
    color: #002a3c;
}

.copyright-text p a:hover {
    color: #6639ff;
}

.copyright-text.st-2 p {
    color: #ffffff;
}

.copyright-text.st-2 p a:hover {
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .copyright-list {
        text-align: center;
        float: none;
    }
}

.copyright-list li {
    display: inline-block;
    line-height: 14px;
    border-left: 1px solid #bbbbbb;
    padding-left: 18px;
    margin-left: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .copyright-list li {
        padding-left: 13px;
        margin-left: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright-list li {
        padding-left: 10px;
        margin-left: 6px;
    }
}

@media (max-width: 767px) {
    .copyright-list li {
        margin-bottom: 10px;
    }
}

.copyright-list li:first-child {
    padding-left: 0;
    margin-left: 0;
    border: 0;
}

.copyright-list li a {
    color: #002a3c;
}

.copyright-list li a:hover {
    color: #6639ff;
}

.copyright-list.st-2 li {
    border-left: 1px solid #313131;
}

.copyright-list.st-2 li:first-child {
    border-left: 0;
}

.copyright-list.st-2 li a {
    color: #ffffff;
}

.copyright-list.st-2 li a:hover {
    opacity: 0.7;
}

.vk-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vk-background-black {
    background-color: #000;
}

.vk-background-overlay._10 {
    opacity: 0.1;
}

.vk-background-overlay._20 {
    opacity: 0.2;
}

.vk-background-overlay._30 {
    opacity: 0.3;
}

.vk-background-overlay._40 {
    opacity: 0.4;
}

.vk-background-overlay._50 {
    opacity: 0.5;
}

.vk-background-overlay._60 {
    opacity: 0.6;
}

.vk-background-overlay._70 {
    opacity: 0.7;
}

.vk-background-overlay._80 {
    opacity: 0.8;
}

.vk-background-overlay._90 {
    opacity: 0.9;
}

.project-panel {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 8px;
    position: relative;
}

.project-panel:hover {
    -webkit-box-shadow: 0 3px 20px 0 rgba(40, 40, 40, .13);
    box-shadow: 0 3px 20px 0 rgba(40, 40, 40, .13)
}

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

.project-panel:hover .project-panel-holder .project-img::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.project-panel:hover .project-panel-holder .project-content .project-more .btn {
    -webkit-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.project-panel:hover .project-panel-holder .project-content .project-more .btn i {
    color: #000;
}

@media screen and (max-width:991.98px) {
    .project-panel {
        margin: 0 auto 30px;
        max-width: 370px
    }
}

.project-panel .project-panel-holder .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.project-panel .project-panel-holder .project-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.project-panel .project-panel-holder .project-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.project-panel .project-panel-holder .project-img img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    object-fit: cover;
}

.project-panel .project-panel-holder .project-content {
    padding: 20px;
    text-align: center
}

@media(min-width:992px) and (max-width:1200px) {
    .project-panel .project-panel-holder .project-content {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media screen and (min-width:992px) {
    .project-panel .project-panel-holder .project-content {
        text-align: left
    }
}

.project-panel .project-panel-holder .project-content .project-title {
    margin-bottom: 16px
}

.project-panel .project-panel-holder .project-content .project-title h4 {
    margin-bottom: 0;
    line-height: normal;
    height: 60px;
}

.project-panel .project-panel-holder .project-content .project-title h4 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    color: #253745;
}

@media(min-width:992px) and (max-width:1200px) {
    .project-panel .project-panel-holder .project-content .project-title h4 a {
        font-size: 18px
    }
}

.project-panel .project-panel-holder .project-content .project-title h4 a:hover {
    color: #000;
}

.project-panel .project-panel-holder .project-content .project-cat {
    margin-bottom: 3px
}

.project-panel .project-panel-holder .project-content .project-cat a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    text-transform: capitalize
}

.project-panel .project-panel-holder .project-content .project-cat a::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.project-panel .project-panel-holder .project-content .project-cat a:hover {
    color: #000;
}

.project-panel .project-panel-holder .project-content .project-cat a:hover::before {
    opacity: 1
}

.project-panel .project-panel-holder .project-content .project-cat a::after {
    content: ",";
    margin-right: 5px
}

.project-panel .project-panel-holder .project-content .project-cat a:last-of-type::after {
    content: none
}

.project-panel .project-panel-holder .project-content .project-desc {
    margin-bottom: 32px
}

.project-panel .project-panel-holder .project-content .project-desc p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0
}

.project-panel .project-panel-holder .project-content .project-more .btn {
    border: 2px solid rgba(37, 55, 69, .5);
    width: 100%;
    height: 55px;
    color: #000;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.project-panel .project-panel-holder .project-content .project-more .btn i {
    width: 28px;
    height: 28px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.project-panel .project-panel-holder .project-content .project-more .btn::before {
    content: unset
}

.project-panel .project-panel-holder .project-content .project-more .btn:hover i {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}


.project-panel {
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
    margin-bottom: 30px
}

.project-panel:hover .project-panel-holder .project-content {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ffc400;
}

.project-panel:hover .project-panel-holder .project-content .project-title h4 a {
    color: #fff;
}

.project-panel:hover .project-panel-holder .project-content .project-cat a {
    color: #fff;
}

.project-panel .project-panel-holder .project-img {
    border-radius: 8px 8px 0 0
}

.project-panel .project-panel-holder .project-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px
}

@media(min-width:992px) and (max-width:1200px) {
    .project-panel .project-panel-holder .project-content {
        padding-left: 10px;
        padding-right: 10px
    }
}

.project-panel .project-panel-holder .project-content .project-title {
    margin-bottom: 6px
}

.projects.projects-standard #load-more {
    margin-top: 20px
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination {
    position: relative;
    display: block;
    margin-top: 30px;
}

.pagination li {
    display: inline-block;
    margin: 0px 12px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #f4edea;
    text-align: center;
    color: #5b5858;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
    background: #ffc400;
}

.pagination li a:before {
    position: absolute;
    content: '';
    border: 2px solid #ececec;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
}

.flat-service-details {
    padding: 130px 0 31px
}

.flat-service-details .post-inner .post-media img {
    margin-bottom: 32px;
    width: 100%;
}

.flat-service-details p {
    word-break: break-all;
    line-height: 28px
}

.flat-service-details .post-question a::before {
    content: "\f04b";
    font-family: fontawesome;
    font-size: 15px;
    margin-right: 17px;
    color: #000;
}

.flat-service-details .post-question {
    margin-bottom: 11px
}

.flat-service-details .post-question li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.flat-service-details .post-quotes {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 83px 67px
}

.flat-service-details .post-quotes::before {
    position: absolute;
    left: 65px;
    top: 30px;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 60px;
    color: #ddd;
    z-index: 2
}

.flat-service-details .widget-our-services {
    margin-bottom: 25px
}

.flat-service-details .widget-title-box {
    padding: 25px;
    background-color: #fff5f5;
    border-radius: 6px;
    margin-bottom: 25px
}

.flat-service-details .side-bar .list-services li {
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover
}

.flat-service-details .list-services li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #292b2c;
    opacity: .8;
    border-radius: 5px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.flat-service-details .list-services li:hover:before {
    opacity: 0
}

.flat-service-details .side-bar .title-list-services {
    position: relative;
    padding: 40px 32px;
    display: block;
}

.flat-service-details .side-bar .widget-socials-media {
    margin-bottom: 56px
}

.flat-service-details .side-bar .widget-contact {
    position: relative;
    height: 348px;
    border-radius: 10px;
    margin-bottom: 30px
}

.flat-service-details .side-bar .widget-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    border-radius: 10px;
    background-color: #c3323a;
}

.flat-service-details .side-bar .phone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff
}

.flat-service-details .side-bar .phone::before {
    font-size: 45px;
    margin-right: 24px
}

.flat-service-details .flat-latest.style-2 {
    padding: 84px 0 0
}

.flat-service-details .flat-latest .section-title {
    text-align: left
}

.flat-service-details .flat-latest .section-title h4::before {
    display: none
}

.widget-title {
    position: relative;
	padding-bottom: 15px;
}

.widget-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 30%;
    background-color: #c3323a;
}

.section-30px-montserrat {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 26px;
}

.section-24px-montserrat {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 26px;
}

.section-20px-montserrat {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 26px;
}

.link-style-5 a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cover {
    object-fit: cover !important;
}

.contain {
    object-fit: contain !important;
}

.rs-team-Single .btm-info-team {
    position: relative;
    box-shadow: 0 0 32px 0 rgb(7 28 31 / 5%);
    background: #fff;
    margin-bottom: 70px;
    padding: 40px;
    overflow: hidden;
}

.rs-team-Single .btm-info-team .images-part {
    padding: 0 30px 0 0;
}

.rs-team-Single .btm-info-team .images-part img {
    border-radius: 50%;
}

.rs-team-Single .btm-info-team .con-info {
    position: relative;
}

.rs-team-Single .btm-info-team .con-info:before {
    content: "\f10b";
    font-size: 250px;
    position: absolute;
    right: 130px;
    color: #0a0a0a;
    font-family: "Flaticon";
    height: 100%;
    top: 77%;
    opacity: .02;
}

.rs-team-Single .btm-info-team .con-info .designation-info {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #0b70e1;
    display: block;
}

.rs-team-Single .btm-info-team .con-info .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 10px;
}

.rs-team-Single .btm-info-team .con-info .short-desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 25px;
    padding-right: 50px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
    margin: 5px 0 10px;
    padding: 0;
    display: block;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i {
    color: #0b70e1;
    margin-right: 18px;
    position: relative;
    top: 2px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
    color: #0b70e1;
    margin-right: 18px;
    position: relative;
    top: 2px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
    color: #555;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
    margin-top: 15px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
    display: inline-block;
    margin-right: 18px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
    color: #555;
}

.btn--secondary {
    background-color: #253745;
    color: #fff;
}

.btn--secondary::before {
    background-color: #ddd;
}

.btn--secondary:hover {
    background-color: #ffc400;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.news-page {
    padding-bottom: 120px;
}

.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-one__img {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.news-one__img img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
    height: 280px;
    object-fit: cover;
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05);
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 24, 37, 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.news-one__img>a>span {
    position: relative;
}

.news-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.news-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-one__img>a:hover>span::before,
.news-one__img>a:hover>span::after {
    background-color: #1989fb;
}

.news-one__single:hover .news-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-one__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 17px 22px 20px;
    border-top-right-radius: 8px;
}

.news-one__date-box p {
    font-size: 14px;
    color: #1b1825;
    font-weight: 800;
    margin: 0;
    line-height: 17px;
    text-align: center;
}

.news-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    padding: 20px 20px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 3px solid transparent;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
    border-bottom: 3px solid #ffc400;
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.news-one__meta li+li {
    margin-left: 10px;
}

.news-one__meta li a {
    color: #7b7981;
    font-size: 14px;
    transition: all 500ms ease;
}

.news-one__meta li a:hover {
    color: #ffc400;
}

.news-one__meta li a i {
    color: #ffc400;
}

.news-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.news-one__title a {
    color: #1b1825;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__title a {
    color: #1989fb;
}

.news-one__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding-top: 13px;
    padding-bottom: 8px;
}

.news-one__read-more-btn {
    font-size: 16px;
    font-weight: 600;
    color: #1b1825;
    display: inline-block;
    transition: all 500ms ease;
}

.news-one__read-more-btn:hover {
    color: #ffc400;
}

.service-box-content img {
    height: 200px;
    object-fit: cover;
}

.service-box-content img:hover {
    opacity: 0.6;
}

.contact-list-text {
    max-width: 270px;
}

.iconset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffc400;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.video-detail__wrapper {
    background: #002249;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 150px;
}

.video-detail__header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-detail__header .title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}

.video-detail-player iframe {
    width: 100%;
    height: 530px;
}

@media (max-width: 767px) {
    .video-detail-player iframe {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-player iframe {
        height: 400px;
    }
}

.video-detail-other-videos .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos {
    text-transform: capitalize;
    font-size: 12px;
    color: #ffffff;
    opacity: .7;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos:hover {
    text-decoration: underline;
}

.video-detail-list {
    overflow-y: auto;
    background: #0000009c;
    height: calc(530px - 60px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-list {
        height: 340px;
    }
}

.video-detail-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.video-detail-list li:last-child {
    border-bottom: 0 none;
}

.video-detail-list li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.video-detail-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-detail-list .video-left {
    width: 110px;
    height: 70px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-detail-list .video-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-detail-list .video-left .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 16px;
}

.video-detail-list .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 15px;
}

.video-detail-list .video-right .title {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
}

.turkey-map-drawing {
    text-align: center;
}

.turkey-map-drawing svg {
    width: 100%;
    height: auto;
}

.turkey-map-drawing g.is-completed path {
    fill: #1a1a1a;
}

.turkey-map-drawing path {
    cursor: pointer;
    fill: #2e3841;
    -webkit-transition: .2s;
    transition: .2s;
}

.turkey-map-drawing path:hover {
    fill: #F7F7F7 !important;
}

.turkey-map-name {
    position: absolute;
    z-index: 2;
}

.turkey-map-name div {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 2px;
}

.list .card {
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.bayiler>.icon {
    position: absolute;
    right: 30px;
    top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    border: 2px solid currentColor;
    color: #000;
    opacity: .3;
}

.box-header {
    margin-bottom: 50px;
}

.bayiler .title {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.bayiler .title.small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.bayiler .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #939393;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 10px;
}

.box-footer .name {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.box-footer .text .icon {
    margin-right: 10px;
    font-size: 13px;
}

.card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.card:hover,
.card-active {
    border-bottom: 10px solid #1a1a1a;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #1a1a1a;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 60px;
    height: 60px;
}

.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
    border: none;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #9f9e9e;
    background-color: #ffffff;
}

.owl-nav i:before {
    font-size: 18px;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-item .proje_detay {
    object-fit: contain;
    height: 480px;
    background: #1a1a1a;
}

/* shop */
.shop-catalog {
    padding-top: 90px;
    padding-bottom: 110px;
}

.woocommerce-result-count {
    color: #555;
    margin: 0;
    float: left;
    line-height: 50px;
}

.woocommerce-ordering,
.woocommerce-ordering {
    float: right;
}

.woocommerce-ordering {
    margin: 0 0 1em;
    margin-bottom: 30px;
}

.woocommerce-ordering .orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    padding: 0 10px;
    background-image: linear-gradient(45deg, transparent 50%, #c3c7c9 50%), linear-gradient(135deg, #c3c7c9 50%, transparent 50%);
    background-position: calc(100% - 24px) calc(1em + 6px), calc(100% - 19px) calc(1em + 6px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.product {
    clear: both;
}

.product-item {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
	background:#fff;
}

.product-item .product-media {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product-item .product-media img {
    margin-bottom: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    height: 350px;
    object-fit: contain;
    padding: 10px;
}

.product-item .wrapper-add-to-cart {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.product-item:hover .wrapper-add-to-cart {
    visibility: visible;
    opacity: 1;
}

.product-item .wrapper-add-to-cart a {
    display: block;
    margin-top: 0;
    color: #fff;
    background-color: #1a1a1a;
    padding: 16px 23px;
    border-radius: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.product-item .wrapper-add-to-cart a:before,
.product-item .wrapper-add-to-cart a:after {
    display: none;
}

.product-item:hover a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-item .product-media a:hover {
    background-color: #fff;
    color: #1a1a1a;
}

.product-item .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: normal;
    color: #1a1b1e;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    text-align: left;
    height: 55px;
}

.product-item .woocommerce-loop-product__title a {
    color: #1a1b1e;
}

.product-item .star-rating {
    overflow: hidden;
    position: relative;
    line-height: 1;
    height: 15px;
    font-size: 15px;
    color: #ffbe4e;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price-product {
    display: block;
    color: #ad3232;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 20px;
}

.product-item span.onsale {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    background-color: #1a1a1a;
    padding: 9px 10px;
    line-height: 1;
    position: absolute;
    border-radius: 0;
    top: 0;
    left: 0;
    right: auto;
    min-height: auto;
    min-width: auto;
    margin: 0;
    z-index: 1;
}

.price-product del {
    color: #636363;
    margin-right: 5px;
    opacity: .5;
}

.price-product ins {
    background: transparent;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.popular-product .thumb {
    float: left;
    margin-right: 20px;
    background: #f0f6ff;
    border: 1px solid rgba(0, 0, 0, .1);
}

.widget-area .widget ul.popular-product>li {
    margin-bottom: 0;
}

.popular-product li {
    padding: 4px 0;
}

.popular-product .thumb img {
    width: 70px;
    margin-left: 0;
}

.popular-product li h6 {
    margin-top: 5px;
    margin-bottom: 0;
}

.widget ul.popular-product li .product-title {
    display: block;
    line-height: 1;
}

.widget-area .widget ul.popular-product li .product-title a {
    display: inline;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    color: #1a1b1e;
    font-weight: 500;
    line-height: 24px;
}

.widget ul.popular-product li .star-rating {
    float: none;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -1px;
    width: 80px;
    overflow: hidden;
    position: relative;
    color: #ffbe4e;
}

.popular-product .price-product {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
}

.popular-product .price-product .amount {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

.widget-title {
    font-weight: 600;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 25px;
}

.widget_price_filter .ui-slider {
    margin-left: 0px;
    margin-right: 0px;
}

.widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e5e5e5;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #1a1a1a;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    left: 0%;
    width: 100%;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #1a1a1a;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    background-color: #1a1a1a;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    margin-left: -.5em;
    left: 100%;
    width: 2px;
    height: 10px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%) skewX(-30deg);
}

.widget_price_filter .ui-slider .ui-slider-handle.move {
    left: 0%;
    width: 2px;
    height: 10px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%) skewX(-30deg);
}

.price_slider_amount {
    text-align: right;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #1a1b1e;
    font-weight: 600;
    text-transform: uppercase;
}

.price_slider_amount .ot-button {
    float: left;
}

.price_slider_amount .octf-btn {
    font-size: 14px;
    letter-spacing: .5px;
    background-color: #1a1a1a;
    padding: 12px 19px;
    box-shadow: none;
    text-transform: uppercase;
    border: 1px solid #1a1a1a;
}

.price_slider_amount .octf-btn:before,
.price_slider_amount .octf-btn:after {
    display: none;
}

.price_slider_amount .octf-btn.octf-btn-dark:hover {
    background-color: transparent;
    border: 1px solid #1a1a1a;
}

.price_slider_amount .price_label {
    padding-top: 5px;
    margin-bottom: 0;
    line-height: 2.4;
}

.price_slider_amount .button {
    padding: 16px 30px;
    border-radius: 0;
    outline: none;
    color: #fff;
    transition: all 0.3s;
    font-weight: 800;
    line-height: 1;
    border: none;
    display: inline-block;
}

.price_slider_amount .button {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    background-color: #43baff;
    box-shadow: none;
    text-transform: uppercase;
    float: left;
}

.cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-area .widget ul.cart_list>li {
    padding-right: 30px;
    margin-bottom: 30px;
    padding-top: 0;
}

.cart_list .thumb {
    float: left;
    margin-right: 20px;
}

.cart_list .thumb img {
    width: 70px;
    margin-left: 0;
}

.cart_list li h6 {
    margin-top: 5px;
    margin-bottom: 0;
}

.widget-area .widget ul.cart_list li h6 a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #1a1b1e;
    font-weight: 700;
    line-height: 24px;
}

.widget-area .widget ul.cart_list>li .remove_from_cart_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    line-height: 24px;
    color: #b2b2b2;
}

.quantity {
    color: #b2b2b2;
}

.wc-forward {
    padding: 12px 25px 12px 25px;
}

.wc-forward.checkout {
    color: #1b1d21;
    border: 1px solid #43baff;
    background-color: transparent;
    font-weight: 800;
    float: right;
}

.wc-forward.checkout:hover {
    background-color: #43baff;
    color: #fff;
}

.shop-single {
    padding-top: 90px;
    padding-bottom: 75px;
}

.single-product-title {
    font-size: 42px;
    margin-bottom: 5px;
}

.single-product-rating {
    margin-bottom: 5px;
}

.single-product-rating .star-rating {
    overflow: hidden;
    position: relative;
    line-height: 1;
    height: 15px;
    font-size: 15px;
    color: #ffbe4e;
    margin-top: 10px;
    margin-bottom: 15px;
}

.woocommerce-review-link {
    color: #9f9e9e;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 3px;
}

.woocommerce-review-link:hover {
    color: #1a1a1a;
}

.single-price {
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 16px;
    color: #555;
    margin-bottom: 20px;
}

.single-quantity {
    float: left;
    margin-right: 14px;
}

.single-quantity .qty {
    color: #1a1a1a;
    border: none;
    background-color: #f6f6f6;
    padding: 15px;
    text-align: center;
    width: 85px;
    height: 56px;
    line-height: 56px;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 700;
    outline: none;
}

.single_add_to_cart_button {
    background-color: #7141b1;
}

.single_add_to_cart_button:hover {
    background-color: #43baff;
}

.single_add_to_cart_button:before,
.single_add_to_cart_button:after {
    display: none;
}

.entry-summary form.cart {
    padding: 30px 0;
    margin: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.product_meta>span {
    display: block;
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

.product_meta>span>* {
    font-weight: 400;
    text-transform: none;
    color: #838383;
}

.product-single .product-images-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 30px;
}

.product-single .product-images-wrapper .zoom {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.product-single .product-images-wrapper .preview {
    float: left;
    width: 100%;
    display: inline-block !important;
    margin-top: 0 !important;
}

.product-single .product-images-wrapper .thumbs-wrapper {
    width: 100%;
    float: left;
    padding: 0 30px;
    position: relative;
    margin-top: 5px !important;
}

.product-single .product-images-wrapper .thumbs {
    float: left;
    width: 100%;
    margin-top: 0px !important;
    height: 100px;
    display: inline-block !important;
}

.woocommerce-reviews-title {
    font-size: 24px;
}

.tab-single-product.ot-tabs .tab-link {
    float: none;
    display: inline-block;
}

.tab-single-product.ot-tabs .comment-item {
    padding-left: 0;
}

.review-comment-list {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.review-avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: #ebe9eb;
    border: none;
    border-radius: 50%;
    margin: 0;
    box-shadow: none;
}

.review-comment-content {
    margin-left: 90px;
    text-align: left;
    padding: 20px 23px 3px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
}

.review-rating {
    float: right;
    overflow: hidden;
    position: relative;
    line-height: 1;
    height: 14px;
    font-size: 14px;
    color: #ffbe4e;
    top: 20px;
    right: 23px;
}

.review-comment-content .comment-meta {
    margin-bottom: 16px;
    color: #767676;
    line-height: 23px;
}

.review-comment-content .comment-author {
    font-size: .83em;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
}

.review-comment-content .comment-time {
    font-size: .83em;
}

.ot-tabs .review-comment-content .comment-text p {
    margin-bottom: 16px;
}

.review-comment-form {
    max-width: 600px;
    margin: 0 auto;
}

.review-comment-rating {
    color: #43baff;
}

.review-form .comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1b1e;
}

.review-comment-form input[type="text"] {
    width: 100%;
}

.relate-product-title {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
}

.ot-tabs .tab-link span {
    color: #a8a7a7;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.shop-cart-table {
    font-family: "Titillium Web", sans-serif;
    color: #1a1b1e;
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 15px 12px;
    margin: 0 -1px 24px 0;
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.shop-cart-table th {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 15px 12px;
    vertical-align: middle;
    text-align: left;
}

.shop-cart-table .product-name {
    text-align: center;
}

.shop-cart-table td {
    border-width: 0;
}

.shop-cart-table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    font-weight: normal;
    text-align: left;
}

.shop-cart-table tr:last-child td {
    border: none;
}

.shop-cart-table td.product-name a {
    color: #1a1b1e;
    font-weight: 500;
}

.shop-cart-table td img {
    width: 75px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-item .thumb {
    float: left;
    margin-right: 20px;
    background: #f0f6ff;
}

.cart-item h6 {
    padding-top: 25px;
    margin-bottom: 0;
}

.cart-item h6 a {
    color: #1a1b1e;
    font-size: 22px;
}

.shop-cart-table .amount {
    color: #636363;
    font-weight: 400;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

.shop-cart-table .quantity .qty {
    color: #1a1a1a;
    border: none;
    background: none;
    padding: 0;
    padding-right: 5px;
    text-align: left;
    width: 75px;
    height: 56px;
    line-height: 46px;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.shop-cart-table .product-remove {
    text-align: right;
}

.shop-cart-table .product-remove a i {
    font-size: 16px;
    line-height: 48px;
    color: #b2b2b2;
}

.shop-cart-table .product-remove a i:before {
    font-size: 16px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.coupon {
    float: left;
}

.coupon .button {
    padding: 16px 30px;
    font-size: 14px;
    line-height: 1;
}

.coupon .button:before,
.coupon .button:after {
    display: none;
}

.coupon input[type="text"] {
    width: 300px;
    height: 48px;
    line-height: 48px;
    margin: 0 10px 0 0;
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
}

.octf-btn.disable {
    overflow: hidden;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    padding: 16px 30px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0;
    outline: none;
    color: #fff;
    transition: all 0.3s;
    cursor: not-allowed;
    opacity: .5;
}

.octf-btn:focus {
    outline: none;
}

.cart-collaterals {
    padding-top: 20px;
}

.cart-collaterals .cart_totals {
    width: 320px;
    padding: 25px;
    float: right;
    border: 1px solid #eee;
}

.cart_totals h2 {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
}

.cart-collaterals .cart_totals table {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    color: #1a1b1e;
    font-size: 16px;
    border: none;
    border-collapse: collapse;
    border-radius: 5px;
}

.cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #1a1b1e;
    padding: 9px 10px;
    border: none;
}

.cart-collaterals .cart_totals table th {
    padding-left: 0px;
}

.cart-collaterals .cart_totals table tbody:first-child tr:first-child td,
.cart_totals table.shop_table tbody:first-child tr:first-child td,
.cart_totals table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}

.cart-collaterals .cart_totals table td {
    padding-right: 0px;
    text-align: right;
}

.cart-subtotal .amount,
.order-total .amount {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

.wc-proceed-to-checkout .button {
    display: block;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 30px;
}

.wc-proceed-to-checkout .button:hover {
    background-color: transparent;
}

.wc-proceed-to-checkout .button:before,
.wc-proceed-to-checkout .button:after {
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #EFF6FF;
}

.woocommerce-info {
    border-top-color: #9f9e9e;
}

.woocommerce-info i {
    position: absolute;
    top: 22px;
    left: 20px;
    color: #9f9e9e;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    color: #1a1a1a;
    cursor: pointer;
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce-form-coupon-toggle .woocommerce-info a:focus,
.woocommerce-form-coupon-toggle .woocommerce-info a:active {
    color: #9f9e9e;
    text-decoration: none;
    outline: 0;
}

.checkout_coupon .button {
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 30px;
    line-height: 1;
}

.checkout_coupon .button:before,
.checkout_coupon .button:after {
    display: none;
}

.shop_checkout form.checkout_coupon {
    display: none;
}

.shop_checkout form.checkout_coupon,
.shop_checkout form.login,
.shop_checkout form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.shop_checkout form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left;
}

.shop_checkout form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.shop_checkout form.woocommerce-form-coupon .form-row {
    width: 50%;
}

.shop_checkout form .form-row input.input-text,
.shop_checkout form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    height: 48px;
    line-height: normal;
    color: #7e7e7e;
}

.shop_checkout form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}

.notes textarea {
    height: auto;
}

.woocommerce-billing-fields__field-wrapper label {
    display: block;
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields select {
    width: 100%;
}

.woocommerce-billing-fields select,
.woocommerce-shipping-fields select {
    height: 50px;
    padding: 10px 20px;
}

.woocommerce-billing-fields__field-wrapper .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

.order_review_heading {
    margin-top: 30px;
}

.woocommerce-checkout-review-order-table {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    color: #1a1b1e;
    font-size: 16px;
    border: none;
    border-collapse: collapse;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}

.woocommerce-checkout-review-order-table tr {
    border-top: 1px solid #e6e6e6;
}

.woocommerce-checkout-review-order-table th {
    border-top: 1px solid #e6e6e6;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 15px 12px;
    line-height: 1.5em;
}

.woocommerce-checkout-review-order-table td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce-checkout-review-order-table .amount {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

.woocommerce-checkout-review-order-table tfoot th {
    font-weight: 700;
}

.woocommerce-checkout-payment {
    background: #ebe9eb;
    border-radius: 5px;
}

.woocommerce-checkout-payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}

.woocommerce-checkout-payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

.woocommerce-checkout-payment div.place-order {
    padding: 1em;
    margin: 0 0 6px;
}

.woocommerce-checkout-payment .place-order .button {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    padding: 16px 30px;
    line-height: 1;
}

.woocommerce-checkout-payment .place-order .button:before,
.woocommerce-checkout-payment .place-order .button:after {
    display: none;
}

.woocommerce-checkout-payment .place-order .button:hover {
    background-color: #fff;
}

.woocommerce-info-icon {
    float: left;
}

.single-product .item img {
    border: 1px solid rgba(0, 0, 0, .1);
}

.nav-img {
    margin-top: 20px;
    margin-right: -20px;
}

.nav-img .item {
    max-width: 25%;
    float: left;
}

.nav-img a img {
    border: 1px solid rgba(0, 0, 0, .1);
}

.nav-img a:focus img {
    border: 1px solid #d4d4d4;
}

.nav-img a:hover img {
    opacity: 0.8;
}

.nav-img .item div {
    padding-right: 20px;
}

.product-slide {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.product-slide .zoom {
    position: absolute;
    left: calc(100% + 30px);
    top: 0;
    width: 100%;
    height: 100%;
}

.drift-zoom-pane.drift-open {
    display: block;
    z-index: 100;
}

.drift-zoom-pane img {
    max-width: none;
}

.product-slide .owl-item img:hover {
    cursor: move;
}

.link-image-action {
    position: absolute;
    top: 30px;
    right: 30px;
}

.link-image-action {
    background-color: #fff;
    color: #1b1d21;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.link-image-action i {
    color: #1b1d21;
}

.golge2 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 7%) !important;
}

@media (max-width: 1200px) {
    .wc-forward.checkout {
        float: none;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .product-slide .zoom {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    table.shop_table_responsive thead {
        display: none;
    }

    table.shop_table_responsive tr td {
        display: block;
        text-align: right;
    }

    table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    table.shop_table_responsive tr td.actions::before {
        display: none;
    }

    .cart-item .thumb {
        display: none;
    }

    .cart-item h6 {
        padding-top: 0;
    }

    .coupon {
        float: none;
        padding-bottom: 10px;
    }

    .coupon input[type="text"] {
        width: 48%;
    }

    .coupon button {
        width: 48%;
        float: right;
    }

    .disable {
        width: 100%;
    }

    .shop-cart {
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .single-quantity .qty {
        padding: 0;
        height: 44px;
        line-height: 44px;
    }
}

.item .label {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
    color: #666;
    border-radius: 0;
}

.item .label.discount {
    right: 10px;
    left: unset;
    font-weight: bold;
}

.item .label:not(.discount) {
    z-index: 1;
    top: 0;
    background-color: #000000;
    color: #ffffff;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
}

.item .label.discount {
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-top: 18px;
    font-family: "Titillium Web", sans-serif;
    background: red;
    color: white;
    padding: 1px 15px;
    position: absolute;
    right: -31px;
    font-size: 17px;
    font-weight: normal;
}

.item-price span {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #243559;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: line-through;
}

.col-kolaymenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background: none;
    border: none;
    float: right;
}

.col-kolaymenu-filter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background: none;
    border: none;
    float: right;
}

#accordion .card {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #f9f9f9;
}

#accordion .card-header {
    padding: 15px 10px;
    margin-bottom: 0;
    background: #f9f9f9;
    border-color: #dedede;
    border-radius: 0;
}

#accordion .card-header a {
    color: #000;
    display: block;
}

#accordion .show .card-body {
    border-left: solid 2px #1a1a1a !important;
}

#accordion .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    display: block;
    margin: 0;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #ffffff;
    border: 1px solid #1a1a1a;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    background: #1a1a1a;
    color: #ffffff
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #1a1a1a
}

.sidebar-widget .widget-content {
    position: relative;
}

.collapse.in {
    display: block;
}

.temizle {
    clear: both;
}

/*-------------------------------------------------------------- ## Widgets --------------------------------------------------------------*/
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget ul li {
    position: relative;
}

.widget ul li a {
    display: inline;
    background-size: 0 2px;
    background-position: 0 88%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
}

.widget ul li a:hover {
    background-size: 100% 2px;
}

.widget .tagcloud {
    margin: 0 -3px -10px;
}

.widget .tagcloud a {
    color: #1a1a1a;
    background: #ffffff;
    font-size: 14px !important;
    font-family: "Titillium Web", sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    padding: 8px 12px;
    margin: 0 3px;
    margin-bottom: 10px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

.widget .tagcloud a:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.widget-area {
    font-family: "Titillium Web", sans-serif;
}

.widget-area .widget {
    margin-bottom: 43px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    padding-bottom: 0px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: left;
    position: relative;
}


.widget-area .widget ul:not(.recent-news)>li {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}

.widget-area .widget ul:not(.recent-news)>li:last-child {
    margin-bottom: 0;
}

.widget-area .widget ul:not(.recent-news)>li a {
    color: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.widget-area .widget ul:not(.recent-news)>li .count {
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 1;
    color: #9f9e9e;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.widget-area .widget select {
    width: 100%;
    padding: 8px;
    outline: none;
}

.widget-area .widget table caption {
    margin-bottom: 10px;
}

.widget-area .widget table td,
.widget-area .widget table th {
    border-color: #aaa;
    text-align: center;
}

.widget-area .widget_categories ul li a,
.widget-area .widget_archive ul li a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_product_categories ul li a {
    display: block;
    padding: 10px 10px;
    background: #f4f4f4;
}

.widget-area .widget_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover,
.widget-area .widget_nav_menu ul li a:hover,
.widget-area .widget_product_categories ul li a:hover {
    color: #ffffff;
    background: #1a1a1a;
    text-decoration: none;
}

.widget-area .widget_categories ul li a:hover+span.count,
.widget-area .widget_archive ul li a:hover+span.count,
.widget-area .widget_nav_menu ul li a:hover+span.count,
.widget-area .widget_product_categories ul li a:hover+span.count {
    color: #ffffff;
}

.widget-area .widget_nav_menu ul li a>span {
    color: #a3a3a3;
}

.widget-area .widget_nav_menu ul li.current-menu-item a {
    color: #ffffff;
    background: #1a1a1a;
}

.widget .recent-news li:not(:last-child) {
    margin-bottom: 25px;
}

.widget .recent-news .thumb {
    width: 100%;
}

.widget .recent-news h6 {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
}

.widget .recent-news h6 a {
    color: #1a1a1a;
}

.widget .recent-news .post-on {
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    color: #9f9e9e;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    width: 100%;
    padding: 0 46px 0 10px;
    height: 46px;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-form .search-submit {
    border: none;
    position: absolute;
    align-items: center;
    justify-content: center !important;
    display: flex;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #1a1a1a;
    background: transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.search-form .search-submit i:before,
.search-form .search-submit i:after {
    font-size: 17px;
    font-weight: 600;
}

.float-right {
    float: right !important;
}

.gallery-card {
    margin-bottom: 20px;
}

.gallery-card a {
    position: relative;
    display: block;
}

.gallery-card a:hover .gallery-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-cover-kapak img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-cover {
    overflow: hidden;
    height: 200px;
}

.gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-overlay .icon {
    font-size: 18px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.gallery-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-body>.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.footer-area {
    position: relative;
}

.footer-area::before {
    background: url(../img/footer-bg.png) no-repeat center center/contain;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.golge1 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%) !important;
}

/*-------------------------------------------------------------- ## Icon Box --------------------------------------------------------------*/
.icon-box {
    padding: 37px 60px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main {
    color: #1a1a1a;
}

.icon-box .icon-main i,
.icon-box .icon-main span:before {
    font-size: 54px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main i,
.icon-box .icon-main img {
    margin-bottom: 17px;
}

.icon-box .icon-main span {
    display: block;
    line-height: 1;
    margin-bottom: 28px;
}

.icon-box h5 {
    margin-bottom: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box h5 a {
    color: #1a1a1a;
}

.icon-box p {
    margin-bottom: 13px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f4f4;
}

.icon-box--bg-img.icon-box--is-line-hover:before,
.icon-box--bg-img.icon-box--is-line-hover:after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img.icon-box--is-line-hover:before {
    width: 0;
    height: 1px;
    bottom: -10px;
    left: 10px;
}

.icon-box--bg-img.icon-box--is-line-hover:after {
    width: 1px;
    height: 0;
    top: 10px;
    right: -11px;
}

.icon-box--bg-img.icon-box--is-line-hover:hover:before {
    width: calc(100% + 5px);
}

.icon-box--bg-img.icon-box--is-line-hover:hover:after {
    height: calc(100% + 5px);
}

.icon-box--bg-img:hover {
    background-color: #1a1a1a;
}

.icon-box--bg-img:hover h5 {
    color: #ffffff;
}

.icon-box--bg-img:hover h5 a {
    color: #ffffff;
}

.icon-box--bg-img:hover p {
    color: #a3a3a3;
}

.icon-box--bg-img:hover .btn-details {
    opacity: 0.9;
    color: #ffffff;
}

.icon-box--bg-img:hover .btn-details:before {
    background: #505050;
}

.icon-box--classic {
    padding: 0;
}

.icon-box--classic p {
    margin-bottom: 0;
}

.icon-box--bg-color {
    padding: 30px;
    padding-bottom: 28px;
    background-color: #1a1a1a;
    border: 1px solid #292929;
    position: relative;
}

.icon-box--bg-color .link_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.icon-box--bg-color h5 {
    color: #ffffff;
    margin-bottom: 11px;
    line-height: 1.1;
}

.icon-box--bg-color p {
    color: #a3a3a3;
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main {
    color: #ffffff;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.icon-box--bg-color .icon-main i,
.icon-box--bg-color .icon-main span:before {
    font-size: 45px;
}

.icon-box--bg-color .icon-main span {
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main img {
    max-width: 60px;
}

.icon-box--bg-color.icon-box--icon-left .icon-main {
    float: left;
}

.icon-box--bg-color.icon-box--icon-left .content-box {
    padding-left: 68px;
}

.icon-box--bg-color.icon-box--icon-right .icon-main {
    float: right;
}

.icon-box--bg-color.icon-box--icon-right .content-box {
    padding-right: 68px;
    text-align: right;
}

.icon-box--bg-color:hover {
    background-color: #000;
}

.icon-box--bg-color:hover .link_overlay {
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .icon-box--bg-img {
        padding: 25px 40px;
    }

    .icon-box--bg-color {
        padding: 20px;
    }
}

.icon-box--bg-img {
    margin-bottom: 20px;
}

.referanslar img {
    padding: 10px;
    filter: url("data:image/svg+xml;utf8,<svg></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.referanslar img:hover {
    filter: none;
}

.detail-gallery {
    position: relative;
}

.detail-gallery .zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    opacity: 0.6;
}

.detail-gallery .product-image-slider {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.detail-gallery .product-image-slider img {
    opacity: 1;
    border-radius: 16px;
}

.border-radius-10 {
    border-radius: 10px;
}

.slider-nav-thumbnails div.slick-slide {
    margin: 0 10px;
}

.slider-nav-thumbnails .slick-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.slider-nav-thumbnails .slick-slide.slick-current::before {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 0;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 2px solid #a2d2c9;
}

.slider-nav-thumbnails .slick-slide img {
    border-radius: 17px;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-nav-thumbnails button.slick-arrow {
    margin: 0;
    border: 0;
    background: #F2F3F4;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 24px;
    z-index: 9;
    color: #7E7E7E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-nav-thumbnails button.slick-arrow i {
    font-size: 15px;
}

.slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: -20px;
}

.slider-nav-thumbnails button.slick-arrow.slick-next {
    right: -20px;
}

.stock-status {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.stock-status.out-stock {
    color: #f74b81;
    background: #fde0e9;
}

.stock-status.out-yeni {
    color: #3bb77e;
    background: #3bb77e36;
}

.product-detail-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-rate {
    background-image: url(../imgs/theme/rating-stars.png);
    background-position: 0 -12px;
    background-repeat: repeat-x;
    height: 12px;
    width: 60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url(../imgs/theme/rating-stars.png);
    background-position: 0 0;
}

.detail-info .product-price-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-info .product-price-cover .product-price {
    line-height: 1;
}

.detail-info .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 30px 0;
}

.detail-info .product-price .current-price {
    font-size: 30px;
    text-decoration: none;
    font-weight: 700;
}

.text-brand {
    color: #3BB77E !important;
}

.detail-info .product-price .save-price {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #FDC040;
}

.detail-info .product-price .old-price {
    text-decoration: line-through;
    color: #B6B6B6;
    margin-left: 20px;
    font-size: 28px;
    font-weight: 700;
    display: block;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.product-info {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 40px 50px;
}

.nav-tabs {
    border: 0;
    margin-bottom: 4px;
    justify-content: center;
}

.nav-tabs .nav-link:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.tab-style3 .nav-tabs li.nav-item a {
    display: block;
    padding: 13px 24px !important;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    font-size: 17px;
    border-radius: 30px;
    border: 1px solid #ececec;
    background: #fff;
    color: #7E7E7E;
}

.tab-style3 .nav-tabs .nav-item a.active,
.tab-style3 .nav-tabs .nav-item a:hover {
    color: #3BB77E;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}

.nav-tabs .nav-link {
    background-color: #eeeeee;
    font-size: 15px;
    margin: 0 10px;
    margin-left: 10px;
    color: #444;
    border-radius: 4px;
    padding: 15px 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-weight: 600;
    line-height: 1;
}

.nav-tabs .nav-link.active {
    color: #3BB77E;
    background-color: #fde1bd;
}

.slider-nav-thumbnails:hover button {
    opacity: 1;
}

.slider-nav-thumbnails button {
    opacity: 0;
}

.urun_detay img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 480px;
    object-fit: contain;
    background: #ffffff;
    padding: 5px;
}

.tab-content.shop_info_tab {
    margin-top: 40px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
	
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.check-box {
    display: flex;
    align-items: center;
}

.check-box label {
    font-size: 16px;
}

.urunkucuk img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 120px;
    object-fit: contain;
    background: #ffffff;
    padding: 5px;
}

.broucher-box {
    position: relative;
    padding: 12px 22px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #ddd;
    text-align: left;
}

.broucher-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.broucher-box .broucher-inner {
    position: relative;
    font-size: 16px;
    color: #1b4962;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box .broucher-inner .download-icon {
    position: absolute;
    right: -5px;
    top: 2px;
    color: #222222;
    font-size: 16px;
    line-height: 1em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box:hover {
    border-color: #ffc400;
}

.broucher-box:hover {
    color: #fff;
    background-color: #ffc400;
}

.broucher-box:hover .broucher-inner .download-icon,
.broucher-box:hover .broucher-inner {
    color: #fff;
}

.broucher-box:last-child {
    margin-bottom: 0px;
}

/*-------------------------------------------------------------- ## Testimonials --------------------------------------------------------------*/
.ot-testimonials .testi-item {
    background: transparent;
    padding-right: 20px;
    margin-top: 26px;
}

.ot-testimonials .testi-item .t-head {
    overflow: hidden;
    justify-content: normal;
    padding-left: 20px;
}

.ot-testimonials .testi-item .t-head img {
    max-width: 80px;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ot-testimonials .testi-item .t-head h6 {
    font-size: 22px;
    margin-bottom: 2px;
}

.ot-testimonials .testi-item .t-head span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6f6f6f;
}

.ot-testimonials .testi-item .ttext {
    position: relative;
    margin-bottom: 50px;
    padding: 37px 35px 37px 40px;
    font-size: 18px;
    line-height: 36px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.ot-testimonials .testi-item .ttext>span {
    position: absolute;
    content: "";
    left: 28px;
    top: -1px;
    width: 80px;
    height: 1px;
    background: #ffffff;
}

.ot-testimonials .testi-item .ttext:before {
    position: absolute;
    top: -28px;
    left: 28px;
    content: "";
    width: 80px;
    height: 45px;
    z-index: 1;
    background: url("../img/quote.svg") no-repeat center;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item {
    padding-right: 0;
    padding-bottom: 10px;
    margin: 0;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    font-size: 20px;
    padding: 0;
    margin-bottom: 30px;
    border: none;
    background: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext:before {
    display: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head {
    padding-left: 0;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head h5 {
    margin-bottom: 3px;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev {
    color: #ffffff;
    background: #0a0a0a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev:hover {
    color: #919191;
}

.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet {
    background: #0a0a0a;
}

.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet:before {
    background: #ffffff;
    border-color: #ffffff;
}

.ot-testimonials.v-dark .testi-item .t-head h6,
.ot-testimonials.v-dark .testi-item .t-head h5 {
    color: #ffffff;
}

.ot-testimonials.v-dark .testi-item .ttext {
    color: #ffffff;
    background: #0a0a0a;
    border-color: #292929;
}

.ot-testimonials.v-dark .testi-item .ttext>span {
    background: #0a0a0a;
}

.ot-testimonials.v-dark .testi-item .ttext:before {
    background: url("../img/icon-testi.png") no-repeat center;
}

.ot-testimonials.v-dark .testi-item .ttext .layer-behind {
    background: #1a1a1a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .ttext {
    color: #a3a3a3;
    background: none;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .t-head span {
    color: #d0cfcf;
}

@media (max-width: 480px) {
    .ot-testimonials .t-head img {
        margin-right: 15px;
    }
}

.layer-behind {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f4f4f4;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-heading {
    position: relative;
    margin-bottom: 50px;
}

.ot-heading>span {
    font-size: 14px;
    font-weight: 600;
    color: #9f9e9e;
    display: inline-block;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ot-heading h2 {
    margin-bottom: 0;
    line-height: 48px;
}

.ot-heading.is-dots {
    padding-bottom: 30px;
}

.ot-heading.is-dots:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 66px;
    height: 2px;
    border-bottom: 2px dotted #1a1a1a;
}

.ot-heading.is-dots:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.octf-btn.octf-btn-light:hover,
.octf-btn.octf-btn-light:focus {
    color: #ffffff;
    background: #1a1a1a;
    border-color: #1a1a1a;
}

.octf-btn.octf-btn-dark {
    color: #ffffff;
    background: #1a1a1a;
}

.octf-btn.octf-btn-dark:before,
.octf-btn.octf-btn-dark:after {
    background: #1a1a1a;
}

.octf-btn.octf-btn-dark:visited {
    color: #ffffff;
    background: #1a1a1a;
}

.octf-btn.octf-btn-dark:hover,
.octf-btn.octf-btn-dark:focus {
    background: #ffffff;
    color: #1a1a1a;
    border-color: #ffffff;
}

.octf-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px 41px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-align: center;
    background: #1a1a1a;
    cursor: pointer;
    border: 1px solid transparent;
    color: #ffffff;
    outline: none;
    position: relative;
    z-index: 1;
}

.octf-btn:before,
.octf-btn:after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.octf-btn:before {
    width: calc(100% + 2px);
    height: 1px;
    bottom: -6px;
    left: 10px;
}

.octf-btn:after {
    width: 1px;
    height: calc(100% + 2px);
    top: 10px;
    right: -6px;
}

.octf-btn:hover,
.octf-btn:active,
.octf-btn:focus {
    background: transparent;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.octf-btn:hover:before,
.octf-btn:active:before,
.octf-btn:focus:before {
    width: 0;
}

.octf-btn:hover:after,
.octf-btn:active:after,
.octf-btn:focus:after {
    height: 0;
}

.single-services-box {
    background-color: #fafafa;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px;
}

.single-services-box h3 {
    position: relative;
    padding-left: 65px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.single-services-box h3 i {
    color: #fe235b;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 45px;
    top: 3px;
    z-index: 1;
}

.single-services-box h3 i::after {
    position: absolute;
    left: -10px;
    top: -3px;
    z-index: -1;
    background-color: #fbd3dd;
    width: 55px;
    height: 55px;
    content: '';
    border-radius: 50%;
}

.single-services-box h3 i.color-043d72 {
    color: #043d72;
}

.single-services-box h3 i.color-043d72::after {
    background-color: #d4d6de;
}

.single-services-box p {
    margin-top: 15px;
}

.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 6px;
    color: #130947;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-services-box .read-more-btn:hover {
    color: #1a1a1a;
}

.single-services-box:hover {
    background-color: #fffffffff;
    border-color: #fffffffff !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}

.row .col-lg-6:nth-child(1) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(2) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(3) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(4) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(5) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(6) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(7) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(8) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(1) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(2) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(3) .single-services-box {
    border-left: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(4) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(4) .single-services-box,
.row .col-lg-4:nth-child(5) .single-services-box,
.row .col-lg-4:nth-child(7) .single-services-box,
.row .col-lg-4:nth-child(8) .single-services-box {
    border-right: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(7) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(8) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(9) .single-services-box {
    border-top: 1px solid #1a1a1a;
}
.service-box-area.st-1 {
    background-repeat: no-repeat;
}
.portfolio-st-2.st-1{
	 background-repeat: no-repeat;
}
.choosing__area.st-3{
	background-repeat: no-repeat;
}
.golge_yok{
	box-shadow: none !important;
}
.single-brand{
	padding:10px;
}
.single-brand img{
	padding:10px;
}
@media (max-width:768px) {
	.page-title-area{
		padding-top: 80px !important;
		padding-bottom: 15px !important;
	}
	.page-title-heading h1 {
		font-size: 18px !important;
	}
	.breadcrumb {
		padding: 10px 5px !important;
	}
	.breadcrumb-item {
		font-size: 12px !important;
		padding: 0 10px !important;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		height: 15px !important;
		margin-right: 10px !important;
	}
	.grb-breadcrumb {
		bottom: -20px !important;
	}
	.product-item .product-media img {
		height: 200px !important;
	}
	.shop-catalog {
		padding-top: 30px !important;
	}
	.detail-info{
		margin-top:50px !important;
	}
	.nav-tabs .nav-item{
		width: 100% !important;
		margin-bottom:10px !important;
	}
	.product-info {
		padding: 20px 15px !important;
	}
	.urun_detay img {
		height: 320px !important;
	}
	.rs-team-Single .btm-info-team .con-info .short-desc {
		padding-right: 0px !important;
	}
	.rs-team-Single .btm-info-team .con-info {
		text-align: center !important;
	}
	.rs-team-Single .btm-info-team .images-part {
		padding: 0 !important;
	}
	.contact-heading {
		margin-bottom: 20px !important;
		margin-top: 25px !important;
	}
	.about__img-inner.st-3 {
		margin-right: 0px !important;
	}
	.slider-height {
		min-height: auto !important;
		padding-top: 110px !important;
	}
	.hero-content-btn .grb-btn {
		height: auto !important;
		line-height: normal !important;
		min-width:50px !important;
		padding: 0 15px !important;
	}
	.grb-border-btn{
		height: auto !important;
		line-height: normal !important;
		min-width:50px !important;
		padding: 0 15px !important;
	}
	.hero-content h1 {
		font-size: 18px !important;
		margin-bottom: 10px !important;
	}
	.hero-content p {
		font-size: 14px !important;
		margin-bottom: 20px !important;
	}
	.swiper-pagination.st-3 {
		bottom: 80px !important;
	}
	.about3-main-shape {
		display: none !important;
	}
	.subscribe-form button {
		font-size: 13px !important;
		overflow: inherit !important;
		line-height: normal !important;
		font-weight:400;
	}
}