123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- /* your styles go here */
- .box-image-text .image {
- min-height: 200px;
- max-height: 200px;
- }
- .box-simple {
- min-height: 200px;
- margin-bottom: 0;
- }
- .box-simple .video__desc {
- color: black;
- font-size: 1.8rem;
- text-align: left;
- padding-left: 1rem;
- padding-right: 1rem;
- }
- .goto__btn {
- text-align: center;
- margin-top: 2rem;
- margin-left: auto;
- margin-right: auto;
- }
- .container__footer {
- display: flex;
- align-items: center;
- }
- .box-simple .icon__feature {
- width: 120px;
- height: 120px;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: auto;
- margin-right: auto;
- }
- .box-simple .icon__feature > i {
- font-size: 4.5rem;
- }
- @media (max-width: 992px) {
- .container__footer {
- flex-direction: column;
- }
- .container__footer > div {
- margin-bottom: 1.5rem;
- }
- .video__col {
- margin-bottom: 2rem;
- }
- .mb-mobile {
- margin-bottom: 5rem;
- }
- .step__box {
- margin-bottom: 2rem;
- }
- }
- .btn {
- border: 2px solid #38a7bb;
- }
- .btn:hover {
- background-color: #38a7bb;
- color: white;
- }
- .box-steps {
- border: 1px solid #38a7bb;
- padding: 1rem;
- border-radius: 5rem;
- position: relative;
- }
- .box-steps .step__box {
- position: absolute;
- left: -5px;
- top: -5px;
- width: 4rem;
- height: 4rem;
- background-color: white;
- }
- .box-steps .step__box span {
- font-size: 3rem;
- font-weight: 600;
- color: #38a7bb;
- }
- .box-steps .icon {
- border: none;
- }
- .box-steps .icon > i {
- font-size: 3.5rem;
- }
- .box__video {
- min-height: 280px;
- }
- .footer__btn__text {
- font-size: 2rem;
- color: white;
- }
- .table {
- display: flex;
- /* box-shadow: 0 0 5px 1px rgb(197, 197, 197); */
- border-radius: 15px;
- align-items: center;
- height: 280px;
- }
- .table .column {
- min-height: 280px;
- background-color: white;
- padding: 10px 2rem;
- }
- .table .column .body__company {
- font-size: 1.6rem;
- font-weight: 500;
- }
- .fa-check {
- margin-left: 4px;
- color: rgb(5, 212, 5);
- }
- .table .column .body__head {
- color: gray;
- }
- .table .column__first {
- border-radius: 15px 0 0 15px;
- }
- .table .column__last {
- border-radius: 0 15px 15px 0;
- }
- .table .column__choozmo {
- border: 1px solid rgb(212, 212, 212);
- box-shadow: 0 0 5px 1px rgb(197, 197, 197);
- border-radius: 15px;
- height: 340px;
- }
- .table .column div {
- min-height: 65px;
- }
- .navbar-brand > img {
- display: inline-block;
- }
- @media (max-width: 767px){
- .visible-xs {
- display: inline-block!important;
- }
- }
- .logo {
- width: 187px;
- height: 48px;
- }
- .logo-sm {
- width: 110px;
- height: 35px;
- }
- .logo_text {
- vertical-align: middle;
- }
- .footer_img {
- height: 60px;
- }
- .followus {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- margin-top: 1rem;
- }
- .followus__txt {
- display: inline-block;
- margin-right: 1rem;
- color: white;
- font-weight: 600;
- }
- .followus .followus__img {
- margin-right: 1rem;
- }
- .bar.mb-0 {
- margin-bottom: 0;
- }
- .headingvf {
- margin-bottom: 1.5rem;
- }
- .headingvf-sub {
- margin-bottom: 4rem;
- }
- .headingvf-sub h4 {
- color: grey;
- font-weight: 400;
- font-size: 1.6rem;
- line-height: 2.2rem;
- }
- .testimonial_img {
- width: 200px;
- border-radius: 50%;
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .owl-item {
- height: 300px;
- overflow: hidden;
- }
- .testimonial-title {
- font-size: 2rem;
- }
- .testimonial-text {
- font-size: 1.6rem;
- }
- .testimonials__pro {
- margin-bottom: 1rem;
- }
- .testimonials__pro p {
- font-size: 1.6rem;
- }
- .testimonials__goto__btn a {
- animation-name: move;
- animation-duration: 1.5s;
- animation-delay: 0;
- animation-iteration-count: infinite;
- animation-direction: normal;
- animation-timing-function: linear;
- }
- @keyframes move {
- 0% {
- box-shadow: 0 0 0 transparent;
- }
- 50% {
- box-shadow: 5px 5px 4px #887e74;
- }
- 100% {
- box-shadow: 0 0 0 transparent;
- }
- }
|