.scroll { overflow-y: auto; } /* ---------------------------- */ /* ---------- True Code ---------- */ .container.two .card::after { content: ''; width: 80px; height: 80px; background: #fff9d8; position: absolute; top: -30px; border-radius: 35%; left: -20px; } .container .grid-cards { display: flex; justify-content: center; flex: 1; max-width: 100%; margin: 1rem auto; } @media (max-width: 922px) and (min-width: 601px) { .container .grid-cards { display: grid; grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .container .grid-cards { flex-direction: column; } } .container .grid-cards .card { position: relative; flex: 1; background: #fff; padding: 1rem 1rem 1.5rem; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); border-radius: 1rem; min-height: 170px; margin: 15px; transition: all ease 0.3s; overflow: hidden; animation: fadeInLeft 1.5s backwards; width: 33.33% !important; } .container .grid-cards .card:nth-child(2) { animation-delay: 0.15s; } .container .grid-cards .card:nth-child(3) { animation-delay: 0.2s; } .container .grid-cards .card:nth-child(4) { animation-delay: 0.3s; } .container .grid-cards .card:hover { transform: translateY(-6px); -webkit-transform: translateY(-12px); } .container .grid-cards .card img { aspect-ratio: 1.5625; width: 100%; border-radius: 12px; margin-bottom: 15px; position: relative; max-height: 320px; object-fit: cover; box-shadow: 0 6px 16px -7px #aaa; } .container .grid-cards .card .card-body { color: #676767; width: 100%; margin-bottom: 40px; padding: 0 0.8rem; position: relative; } .container .grid-cards .card .card-body .icon { display: flex; width: 100%; text-align: left; padding: 15px 0; } .container .grid-cards .card .card-body .icon i { position: relative; font-size: 25px; transition: 0.5s; line-height: 0; top: -7px; left: -12px; z-index: 2; } .container .grid-cards .card .card-body .icon i::before { background: #ffd854; background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .container .grid-cards .card .card-body .icon h3 { margin: -9px 0 0 20px; } .container .grid-cards .card .card-body .title-card { text-align: center; padding-bottom: 10px; color: #8b0000; } .container .grid-cards .card .card-body p { font-size: 16px; line-height: 22px; font-weight: 300; padding-bottom: 10px; } .container .grid-cards .card .card-footer { display: flex; justify-content: flex-end; position: absolute; bottom: 0; width: calc(100% - 1rem); background: #fff; } .container .grid-cards .card .card-footer a { display: flex; justify-content: center; align-items: center; background: #8b0000; color: #fff; text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08); font-size: 1rem; font-weight: 700; text-decoration: none; width: 56%; height: 40px; border-top-left-radius: 1rem; border-bottom-right-radius: 1rem; } .container .grid-cards .card .card-footer a:hover { filter: brightness(0.98); } @keyframes fadeInLeft { 0% { transform: translate(-100%, 0); } 100% { opacity: 1; transform: none; } } p strong { font-weight: 700; } /* .about-thumbnail { border: 10px solid #fff !important; box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%) !important; } */ .animate-border { position: relative; display: block; width: 115px; height: 3px; background: #003652; overflow: hidden; } .animate-border:after { position: absolute; content: ""; width: 35px; height: 3px; left: 15px; bottom: 0; border-left: 10px solid #fff; border-right: 10px solid #fff; animation: animborder 2s linear infinite; background: #8b0000; } @-webkit-keyframes animborder { 0% { -webkit-transform: translateX(0); transform: translateX(0) } 100% { -webkit-transform: translateX(113px); transform: translateX(113px) } } @keyframes animborder { 0% { -webkit-transform: translateX(0); transform: translateX(0) } 100% { -webkit-transform: translateX(113px); transform: translateX(113px) } } .serviceBox { color: var(--main-color); font-family: 'Roboto', sans-serif; text-align: center; padding: 5px; margin: 0 5px; border: 2px solid #000; border-top: 2px dashed var(--main-color); border-right: 2px dashed var(--main-color); border-radius: 100px 0; position: relative; z-index: 1; } .serviceBox:before, .serviceBox:after { content: ""; background: #8f1c19; width: 100px; height: 100px; border-radius: 100px 0 0 0; position: absolute; top: -6px; left: -6px; z-index: -2; } .serviceBox:after { border-radius: 0 0 100px 0; top: auto; bottom: -6px; left: auto; right: -6px; background: #083551 !important; } .serviceBox .service-content { background: #fff; padding: 30px 15px 40px; border-radius: 90px 0; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); } .serviceBox .service-icon { font-size: 45px; line-height: 45px; margin: 0 0 20px; color: #8f1c19; } .serviceBox .title { font-size: 20px; font-weight: 500; text-transform: uppercase; margin: 0 0 10px; } .serviceBox .description { color: #000; font-size: 17px; line-height: 25px; margin: 0; text-align: justify; } .serviceBox.darkred { --main-color: #b71540; } .serviceBox.red { --main-color: #eb2f06; } .serviceBox.blue { --main-color: #1e3799; } @media only screen and (max-width: 1199px) { .serviceBox { margin: 0 0 30px; } } .h1-mdfy { font-size: 32px; } .section-padding-bottom { padding-bottom: 70px !important; } .about-content p { color: #000; font-size: 16px; } .row-equal-height { margin-top: 100px; } .p_column { background: #fff; color: #000; font-size: 22px; font-weight: 500; margin: 5px 15px 0; padding: 30px; /* border: dashed 2px #8f1c19; */ box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; border-radius: 2px; position: relative; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; border-radius: 10px; } /*Code for arrow*/ .p_column:before, .p_column:after { content: ""; position: absolute; width: 0; height: 0; top: 39%; bottom: 86px; border-style: solid; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } /* Stroke */ .p_column:before { right: -30px; border-left-color: #d4d4d4; border-width: 15px; } /* Fill */ .p_column:after { right: -40px; border-left-color: #8f1c19; border-width: 20px; } /* Stroke for the third column */ .third:before { right: 50%; transform: translateX(50%); bottom: -30px; border-top-color: #8f1c19; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; top: 100%; } /* Fill for the third column */ .third:after { right: 50%; transform: translateX(50%); bottom: -29px; border-top-color: #8f1c19; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; top: 100%; } /* Remove the right arrow for the third column */ .third:before { border-right-color: transparent; } /* Stroke for the fourth column */ .fourth:before { right: 50%; transform: translateY(50%); left: -30px; border-right-color: #8f1c19; border-left-color: transparent; border-left-color: transparent; border-left-color: transparent; top: 36%; } /* Fill for the fourth column */ .fourth:after { right: 50%; transform: translateY(50%); left: -41px; border-right-color: #8f1c19; border-left-color: transparent; border-left-color: transparent; border-left-color: transparent; top: 32%; } .fourth:before { border-right-color: transparent; } .p_column p { font-size: 16px; line-height: 24px; margin-bottom: 0; text-align: justify; } .last:last-child:before, .last:last-child:after { display: none } .p_column h4 { color: #083551; border-bottom: 1px solid #083551; } /* .p_column:first-child:before { border-left-color: #c81f56; } .p_column:first-child:after { border-left-color: #c81f56; } */ /* .p_column:last-child:before, .p_column:last-child:after { bottom: -29px !important; border-left-color: #d4d4d4; } */ /*color change hover*/ /* .p_column:hover { background: #b0b9c1; border: solid 1px #b0b9c1; } */ /* .p_column:hover:before { border-left-color: #b0b9c1; } .p_column:hover:after { border-left-color: #b0b9c1; } */ .cta { background: linear-gradient(rgb(18 18 18 / 90%), rgb(8 53 81 / 90%)), url(../images/process.jpg) fixed center center; background-size: cover; padding: 35px 0; margin-bottom: 100px; } .cta h2 { color: #fff; margin-bottom: 25px !important; } .process-icon { /* background: #8f1c19; */ font-size: 40px; line-height: 100px; width: 100px; height: 100px; margin: 0 auto; border-radius: 100px; position: absolute; z-index: 1; transition: all 0.3s ease 0s; top: -75px; left: 130px; padding: 10px; color: #083551; } .process-icon:before, .process-icon:after { content: ""; background: #fff; width: 65px; height: 65px; border-radius: 50%; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); position: absolute; top: 26px; left: 20px; z-index: -1 } .mover-img { -webkit-animation: mover 1s infinite alternate; animation: mover 1s infinite alternate; } @-webkit-keyframes mover { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } } @keyframes mover { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } } .conclusion-thumbnail { position: absolute; z-index: 1 !important; top: -145px; } .subscribe-area { z-index: 0 !important; } .subscribe-area .subscribe-text h3 { font-weight: 600; font-size: 30px; color: #fff; margin-bottom: 25px; } .single-security-wrap-2 { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 35px; } .single-security-wrap-2 .thumb { -webkit-box-flex: 0; -ms-flex: none; flex: none; background: #083551; height: 65px; width: 65px; border-radius: 15%; text-align: center; line-height: 45px; margin-right: 30px; position: relative; padding: 10px; } .single-security-wrap-2 .thumb.border-bottom:after { content: ""; position: absolute; left: 50%; top: 65px; height: 258px; width: 2px; border: 2px dashed #083551; -webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px); display: none; } .single-security-wrap-2 .details h5 { font-weight: 600; font-size: 22px; line-height: 28px; margin-bottom: 14px; } .single-security-wrap-2 .details p { font-weight: 400; font-size: 16px; line-height: 28px; } .buy-theme { transition-timing-function: ease-in-out; transition-duration: .2s; position: fixed; top: 212px; right: -139px; background: #8f1c19; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 9999; border-radius: 35px; } .buy-theme i { font-size: 24px; vertical-align: middle; position: relative; top: -1px; color: #fff } .all-demo i { font-size: 15px; vertical-align: middle; position: relative; top: -1px; color: #fff } .buy-theme:hover, .all-demo:hover { transition-timing-function: ease-in-out; transition-duration: .2s; right: 0px; background: #083551 } .buy-theme.active { transition-timing-function: ease-in-out; transition-duration: .2s; right: 0px; background: #083551; color: #fff; } .buy-theme.active span { color: #fff !important; } .all-demo:hover { background: #06df9e } .buy-theme span, .all-demo span { padding: 0 9px; position: relative; top: 0; opacity: 1; } .buy-theme:hover span, .all-demo:hover span { opacity: 1; color: #fff } .buy-theme:hover i, .all-demo:hover i { color: #fff } .buy-theme a, .all-demo a { color: #232323; font-size: 10px; text-transform: uppercase; padding: 25px 12px 25px 25px; display: block; text-decoration: none; font-weight: 500 } .all-demo { transition-timing-function: ease-in-out; transition-duration: .2s; position: fixed; top: 185px; right: -105px; background: #06df9e; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 9999 } .single-team-member { position: relative; z-index: 1; border-radius: 1rem; } .single-team-member .advisor-thumb { position: relative; z-index: 1; border-radius: 1rem 1rem 0 0; margin: 0 auto; padding: 2rem 2rem 0 2rem; overflow: hidden; /* background-color: #0d6efd; */ } .single-team-member .advisor-thumb::after { content: ''; position: absolute; z-index: 10; top: 1rem; right: 1rem; background-image: url("img/core-img/dot-gray.png"); width: 4rem; height: 4rem; opacity: 0.3; } .single-team-member .social-info a { font-size: 14px; color: #151e2e; margin: 0.5rem; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-team-member .social-info a:hover, .single-team-member .social-info a:focus { color: #0d6efd; } .single-team-member .member-info { position: relative; z-index: 1; padding: 30px; border-radius: 0 0 1rem 1rem; text-align: center; } .single-team-member .member-info h6 { -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-team-member .member-info h6 { font-size: 14px; } } .single-team-member .member-info p { -webkit-transition-duration: 500ms; transition-duration: 500ms; font-size: 14px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-team-member .member-info p { font-size: 12px; } } .dropdown .submenu { top: 10px !important; left: 242px !important } .dropdown { top: 180% !important; } .classynav ul li.cn-dropdown-item ul li { padding-bottom: 10px; } .dropdown i { font-size: 20px; color: #605e5e; margin-right: 10px; } .screen_img_panel figure { margin: 0 30px } .screen_img_panel { margin: 3rem -15px 6rem; display: flex; display: -webkit-flex; display: -ms-flex; justify-content: space-between } .screen_img_panel img { max-width: 100%; object-fit: cover; height: 500px; width: 234px; } .hover01 figure img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .hover01 figure:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .emc-dlm-box { height: 100%; box-shadow: 4px 4px 15px rgb(0 0 0 / 10%); border-radius: 8px 8px 48px 8px; padding: 22px; padding-right: 12px; border: 0px; border-bottom: 6px solid #083551; border-right: 0.5px solid #083551; } .emc-dlm .ofed-dlm-margin { margin-top: 20px; } .emc-dlm-box-inner { display: flex; flex-wrap: wrap; align-items: center; } .contentBox_left { flex: 0 0 auto; width: 100%; } .emc-dlm-section-one .mb-4 { margin-bottom: 1.5rem !important; } .emc-dlm-box .emc-dlm-box-title h4 { color: #083551; /* font-size: 20px; */ line-height: 25px; /* font-family: 'Tisa Sans Pro', sans-serif !important; */ margin-top: 10px; margin-bottom: 20px; } .emc-dlm-image-box { width: 100%; } .emc-dlm-box a { display: initial; } .emc-dlm-box-content p { font-size: 16px !important; color: #000; } .ser-box { border-left: 4px solid #fff; height: 100%; padding: 0 15px; transition: 0.3s; } .ser-box-title h4 { color: #fff; } .ser-box-title p { color: #fff; } /* .single-service-area i { -webkit-transition-duration: 500ms; transition-duration: 500ms; width: 60px; height: 60px; border-radius: 50%; background: #083551; margin-bottom: 15px; color: #ffffff; display: block; font-size: 2rem; text-align: center; line-height: 60px; } */ .single-service-area img { -webkit-transition-duration: 500ms; transition-duration: 500ms; width: 60px; height: 60px; border-radius: 15%; background: #083551; margin-bottom: 15px; } .impact { padding: 40px; margin: 0px !important; } .impact h3 { color: #fff; } .impact p { color: #fff !important; } .key-features { padding-left: 15px; } .key-feature-list { color: #fff; list-style-type: disc; } .read-more { font-size: 16px; color: white !important; text-decoration: underline !important; cursor: pointer; } .read-less { font-size: 16px; color: white !important; text-decoration: underline !important; cursor: pointer; } .tab { padding: 15px; } .tab .nav-tabs { padding: 0 10px; margin: 0; border: none; } .tab .nav-tabs li a { color: #333; background: #fff; font-size: 20px; font-weight: 600; text-align: center; text-transform: capitalize; padding: 10px 20px; margin: 0 40px 5px 0; border: none; border-radius: 10px; /* box-shadow: 0 0 7px rgba(0,0,0,0.1); */ position: relative; z-index: 1; transition: all 0.3s ease 0.15s; text-decoration: none; } .tab .nav-tabs li.active a, .tab .nav-tabs li a:hover, .tab .nav-tabs li.active a:hover { color: #083551; background: #fff; border: none; box-shadow: 0 -2px 0 2px #083551; } /* .tab .nav-tabs li a:before { content: ""; background: #083551; height: 4px; width: 70%; border-radius: 15px; opacity: 0; transform: translateX(-50%); position: absolute; bottom: 15px; left: 50%; z-index: -1; transition: all 0.3s ease-out 0s; } */ .tab .nav-tabs li.active a:before, .tab .nav-tabs li a:hover:before { width: 50%; opacity: 1; bottom: -7px; } .tab .tab-content { color: #555; background: #fff; font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 25px; padding-top: 40px; border-radius: 15px; /* box-shadow: 0 5px 0 5px #aa551d; */ position: relative; } @media only screen and (max-width: 479px) { .tab .nav-tabs { padding: 0; margin: 0 0 15px; } .tab .nav-tabs li { width: 100%; text-align: center; } .tab .nav-tabs li a { margin: 0 0 15px; border-radius: 10px; } }