html {
box-sizing: border-box;
-ms-overflow-style: scrollbar
}
*, ::after, ::before {
box-sizing: inherit
}
body {
font-family: "cairo", Arial, sans-serif;
font-size: 18px;
line-height: 1.8;
color: #010808;
background-color: #ffffff;
margin: 0
}
button {
background: 0 0;
border: 0;
cursor: pointer
}
svg:not(:root) {
overflow: hidden
}
svg {
vertical-align: middle
}
img {
max-width: 100%;
height: auto;
vertical-align: middle
}
p {
margin: 0
}
iframe {
max-width: 100%
}
::placeholder {
color: #2b2b2b;
font-size: 17px;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.screen-reader {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute!important;
width: 1px;
word-wrap: normal!important
}
.screen-reader:active, .screen-reader:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto!important;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
.hideflow {
overflow: hidden
}
.txtcenter {
text-align: center
}
.txtleft {
text-align: left;
}
.bottom-border-right {
border-bottom: 3px solid #405ee1;
display: inline-block;
padding-bottom: 7px;
margin-bottom: 23px;
}
.bottom-border {
display: block;
padding-bottom: 7px;
margin-bottom: 23px;
}
.bottom-border:after {
content: " ";
background: #405ee1;
height: 4px;
width: 18%;
display: block;
margin: 11px auto auto auto;
}
.header {
display: block;
position: relative;
z-index: 9999;
}
header.sticky .menubar-section {
top: 0;
z-index: 9999;
background: #23282d;
}
.header.sticky {
position: static;
}
.menubar-section {
background: #405ee1;
color: #fff;
}
.site-branding {
text-align: center;
background: #fff;
}
.main-color{
color: #000000;
}
.second-color{
color: #ff5400;
}
.bg-gray{
background-color: #eff3f9;
}
.topbar {
background: transparent;
color: #000;
}
.topbar-innr {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.topbar-innr ul {
list-style: none;
margin: 0;
padding: 0;
width: 69%;
font-size: 14px;
}
.topbar-innr ul li {
display: inline-block;
margin-right: 15px;
}
.topbar-innr ul li span {
color: #d6d6d6;
margin-left: 8px;
font-size: 15px;
}
.topbar-innr .left {
width: 15%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.topbar-innr .right {
width: 77%;
}
.call-us-wrap {
width: 13%;
}
a.call-us {
background: #269747;
text-decoration: none;
padding: 6px 18px;
display: inline-block;
border-radius: 15px;
color: #fff;
}
.site-title-inner {
margin-right: 10px;
line-height: 1.3
}
.site-title {
font-size: 20px;
font-weight: 900;
text-decoration: none
}
.site-description {
font-size: 14px;
padding-top: 5px;
}
.topbar-inner {
width: 100%
}
.search-wrap.open {
display: block;
}
.search-form {
position: relative;
display: flex;
width: 100%;
}
.search-field {
width: 100%;
line-height: 1;
box-sizing: border-box;
outline: 0;
height: 31px;
border-radius: 6px;
background: #e8ebf2;
color: #000;
overflow: hidden;
padding-right: 52px;
border: 0;
}
.required {
color: #f00;
}
.search-submit {
position: absolute;
right: 1px;
top: 0px;
bottom: 0;
border: 0;
background: 0 0;
outline: 0;
margin: 0;
padding: 0 14px;
z-index: 2;
color: #000;
background: #e8ebf2;
font-size: 19px;
font-weight: 900;
height: 28px;
border-radius: 0 6px 6px 0;
line-height: 23px;
}
.sidebar-close, .sidebar-open {
border-radius: 10px;
background: 0 0;
border: 1px solid rgb(0 0 0 / 10%);
padding: 8px 10px
}
.main-navigation ul {
list-style: none;
margin: 0;
text-align: right;
}
.menubar-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center
}
.menu-items li {
position: relative
}
.menu-items li a {
color: #ffffff;
display: block;
padding: 10px;
text-decoration: none;
font-weight: 900;
font-size: 15px;
margin: 2px 0;
}
button.search-toggle {
padding: 21px 18px;
background: rgba(0,0,0,.1);
}
.icon-dropdown {
border: solid #fff0eb;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transition-duration: .8s;
transition: transform .3s, -webkit-transform .3s
}
.header.sticky .icon-dropdown{
}
.submenu-toggle {
display: block;
left: 0;
padding: 18px 16px;
position: absolute;
top: 0;
background: #2d68b7;
}
.sub-menu {
display: none
}
.sub-menu.active {
display: block
}
.waves {
position: relative;
width: 100%;
height: 15vh;
margin-bottom: -7px; min-height: 100px;
max-height: 150px;
}
.submenu-toggle.active .icon-dropdown {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg)
}
.book-now a {
text-decoration: none;
font-weight: 800;
font-size: 18px;
color: #3f51b5;
margin-left: 8px
}
.book-now a span {
margin-right: 10px
}
.bar-align {
display: flex;
position: relative;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
footer {
background-color: #2c45b3;
color: #c5ccd9;
border-radius: 150px 150px 0 0;
border-top: 15px solid #f2f4fe;
}
footer a {
color: #c5ccd9;
}
footer h3 {
display: inline-block;
margin-bottom: 21px;
}
.topbar .follow-us {
display: inline-block;
margin-right: 30px;
}
.contact-menu {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #3d275a;
padding: 15px 0;
border-top: 1px solid #3d275a;
margin-bottom: 25px
}
.contact-menu a {
color: #fff;
text-decoration: none
}
.contact-menu li {
width: 50%;
position: relative;
margin-bottom: 18px;
text-align: right
}
.contact-menu li::before {
content: " ";
display: inline-block;
border: 6px solid transparent;
border-right-color: #ebd67a;
width: 0;
height: 0;
margin-left: 15px
}
.copyright {
font-weight: 700;
}
.topbar .follow-us a {
margin: 5px;
display: inline-block;
}
.scrollUp {
display: none;
position: fixed;
left: 7px;
bottom: 8px;
padding: 8px 10px;
border-radius: 50%;
box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
background: #405ee1;
color: #fff;
border: 3px solid #fff;
}
ul.footer-contact-info {margin: 0;list-style: none;padding: 0;}
.scrollUp.active {
display: block
}
.call-with-phone, .whatsapp-chat {
position: fixed;
bottom: 69px;
bottom: 0px;
text-decoration: none;
animation: animate-waggle 5s infinite;
z-index: 9999;
right: 15px;
}
.call-with-phone {
bottom: 88px;
}
.call-phone-icon, .whatsapp-chat-icon {
display: inline-block;
padding: 0;
margin: 0;
border-radius: 50%;
padding: 11px;
box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
background: rgb(122 53 21);
}
span.whatsapp-chat-icon {
background: rgb(11,151,67);
}
.ms-whats-icon {
display: inline-block;
position: relative;
width: 50px;
height: 45px;
text-align: center;
border-radius: 50%;
background-color: #fff;
}
.not-found {
padding: 80px 0;
text-align: center
}
.not-found h1 span {
display: block
}
.copyright-innr {
display: flex;
justify-content: space-between;
}
.not-found .number {
color: #76331b;
position: relative;
font: 839 133px Consolas;
letter-spacing: 5vmin;
display: block;
}
.footer-contact-info li {
margin-bottom: 16px;
}
.footer-title.title-line-right::after {
background: #ffffff;
}
.footer-search {
display: flex;
justify-content: flex-end;
padding: 40px 10px;
}
.site-copyright {
text-align: center;
background-color: #3651c3;
padding: 20px 0;
color: #ffffff;
}
.footer-main {
display: flex;
flex-wrap: wrap;
padding: 89px 0 9px 0;
}
.footer-info {
width: 100%;
padding-left: 50px;
}
.footer-links {
width: 100%;
}
.footeritems li {
display: block;
}
.footeritems li a {
text-decoration: none;
font-size: 16px;
}
ul.footeritems {
list-style: none;
padding: 0;
}
.call-us a {
background: #9a0b0d;
color: #fff;
text-decoration: none;
padding: 6px 15px;
display: inline-block;
}
.footer-follow ul {
list-style: none;
margin: 0;
padding: 35px 0;
}
.footeritems li, .footer-follow li {
margin-bottom: 6px;
}
.footer-info > p {
padding: 16px 0;
font-size: 16px;
}
.footer-title {
font-size: 22px;
font-weight: 900;
color: #fff;
margin-bottom: 20px;
}
footer .follow-us a {
margin: 0 8px;
display: inline-block;
}
.footer-follow li {
margin-bottom: 19px;
font-size: 17px;
display: flex;
align-items: center;
}
.more-ico:after {
content: "\27A5";
margin-right: 15px;
}
.footer-top,.footer-bottm {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 21px;
}
.call-now a {
text-decoration: none;
padding: 8px 15px;
color: #000;
display: inline-block;
background: #ffc107;
border-radius: 6px;
}
.call-now {
margin-bottom: 29px;
border: 2px solid #405ee1;
padding: 9px 26px;
border-radius: 11px;
text-decoration: none;
color: #ffffff;
background: #405ee1;
}
.ms-whats-button,.ms-call-button {
display: flex;
position: fixed;
bottom: .3em;
right: 6px;
outline: 0;
cursor: pointer;
z-index: 9999;
text-decoration: none;
}
.ms-call-button {
bottom: 4.2em
}
.ms-call-icon {
display: inline-block;
position: relative;
width: 45px;
height: 45px;
text-align: center;
border-radius: 12px;
background-color: #fff;
-webkit-box-shadow: 1px 1px 6px 0px rgba(68,68,68,.705);
-moz-box-shadow: 1px 1px 6px 0px rgba(68,68,68,.705);
box-shadow: 1px 1px 6px 0px rgba(68,68,68,.705);
background: #405ee1;
color: #fff;
border: 3px solid #fff;
}
.ms-whats-txt,.ms-call-txt {
padding: 0 8px 0 20px;
font-size: 15px;
font-weight: 600;
display: inline-block;
background: #fff;
color: #000;
margin-left: -15px;
line-height: 28px;
border-radius: 10px;
height: 35px;
margin-top: 6px;
box-shadow: 0 8px 16px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%)
}
.ms-whats-txt {
padding: 0 15px 0 25px;
padding: 0 21px;
background: #fff;
color: #000000;
border: 3px solid #16a085;
}
.ms-call-txt {
background: #fff;
background: #405ee1;
color: #ffffff;
padding: 0 15px 0 20px;
border: 3px solid #fff;
}
.ms-call-button.active .ms-call-txt,.ms-whats-button.active .ms-whats-txt,.ms-call-button:hover .ms-call-txt,.ms-whats-button:hover .ms-whats-txt {
-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
box-shadow: 0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}
@media (max-width: 991px) {
.bar-align {
justify-content: space-between;
}
.waves {
height: 40px;
min-height: 40px;
}
.main-nav {
background: #405ee1;
position: fixed;
height: 100%;
top: 0;
right: 0;
overflow-x: hidden;
padding-top: 60px;
width: 0;
transition: .5s;
visibility: hidden;
opacity: 0;
z-index: 999;
}
.menu-items li a {
color: #fff;
}
.menu-items {
padding: 0;
margin: 0;
padding: 60px 0 21px 0;
text-align: right;
}
.menu-items li {
border-top: 1px solid #295faa;
}
.sidebar-close {
background: #ffffff;
position: absolute;
top: 9px;
left: 15px;
padding: 4px 7px;
z-index: 9999
}
.main-nav.active {
width: 100%;
visibility: visible;
opacity: 1;
padding: 25px;
}
.sidebar-open {
background: #ffffff;
border: 0;
margin-right: 13px;
}
.topbar, .call-us-wrap {
display: none
}
footer h3 {
font-size: 18px
}
.footer-info {
font-size: 16px;
margin-bottom: 25px
}
.header-search{
display: none
}
}
@media (min-width: 576px) {
.container {
max-width: 540px
}
}
@media (min-width: 768px) {
.container {
max-width: 720px
}
}
@media (min-width: 992px) {
.container {
max-width: 960px
}
.main-nav {
width: 69%;
}
.sidebar-close, .sidebar-open, .submenu-toggle {
display: none
}
.menu-items>li {
display: inline-block
}
.header.sticky .menu-items li a{
color: #fff;
}
.header.sticky .menu-items li.current > a,
.menu-items li.current > a {
color: #070707;
background: #ffb600;
}
.menu-items li a {
box-shadow: none;
padding: 17px 17px;
}
.menu-items li.has-children>a:after {
content: " ";
border: solid #c5c5c5;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 2.5px;
transform: rotate(45deg);
position: relative;
top: -1px;
right: 7px
}
.header.sticky .menu-items li.has-children>a:after {
border-color: #fff;
}
.menu-items .sub-menu li.has-children>a:after {
border: solid #f1f1f1;
border-width: 0 2px 2px 0;
}
.menu-items .sub-menu .has-children>a:after {
position: absolute;
top: 43%;
left: 1em;
right: auto;
transform: rotate(137deg)
}
.menu-items .sub-menu {
background-color: #23282d;
position: absolute;
top: 100%;
right: 0;
min-width: 210px;
padding: 0;
z-index: 9999;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
border-radius: 0 0 10px 10px;
border-bottom: 3px solid #fcb725;
}
.menu-items .sub-menu a {
color: #fff;
margin: 0;
padding: 10px 16px;
}
.menu-items .sub-menu a:hover {
background: #f78b48;
color: #000;
border-radius: 0 0 15px 15px;
}
.menu-items .sub-menu .has-children .sub-menu {
right: 100%;
top: 0
}
.menu-items .has-children:hover>.sub-menu {
display: block
}
.topbar-inner {
display: flex;
align-items: center;
flex-wrap: wrap
}
.site-branding {
margin-left: 35px;
width: 11%;
background-color: #fff;
}
.col-md-6 {
width: 100%;
margin: 31px 0;
}
.contact-menu li {
width: 33.3333%
}
.contact-section {
width: 33.3333%;
display: flex;
text-align: right
}
.contact-icon {
margin-left: 17px
}
.site-title-inner {
text-align: right
}
.footer-info {
width: 38%;
}
.footer-links {
width: 45%;
}
.footer-follow {
width: 25%;
}
.header-search {
width: 16%;
}
.footer-menu {
width: 20%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1150px
}
}
@media (min-width: 1400px) {
.container {
max-width: 1370px;
}
}.section-padding{
padding: 80px 0;
}
.d-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.contact-info ul {
list-style: none;
margin: 0;
padding: 22px 0;
}
.contact-info ul li{
padding: 9px 0;
font-weight: 600;
color: #010808;
font-size: 16px;
}
label {
display: block;
margin-bottom: 11px;
}
section.contact-page {padding-top: 80px;}
.g-recaptcha {
margin-bottom: 21px;
overflow: hidden;
}
.contact-info .icon {
width: 35px;
height: 35px;
display: inline-block;
background: #fff;
text-align: center;
border-radius: 6px;
margin-left: 15px;
}
.form-group {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
input[type=email],
input[type=text],
input[type=tel],
input[type=mail]
{
border: 0;
height: 53px;
padding: 15px 20px;
margin-bottom: 35px;
width: 100%;
background: #eff3f9;
border-radius: 6px;
font-weight: 900;
font-size: 21px;
}
.form-group input[type=email],
.form-group input[type=text],
.form-group input[type=mail]{
width: 100%;
}
.contact-info-box {
box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
width: 48%;
text-align: right;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: 20px 45px;
}
.contact-info-boxs {
padding: 53px 0;
}
.contact-info a {
text-decoration: none;
color: #656565;
font-weight: 900;
}
textarea {
width: 100%;
max-height: 181px;
border: 0;
margin-bottom: 25px;
background: #eff3f9;
border-radius: 6px;
padding: 19px;
}
span.span-contact {
margin-right: 24px;
}
.content-content-innr span.icon {
font-size: 25px;
}
.content-content-innr {
}
.contact-us .d-flex {
}
.contact-information ul {
list-style: none;
margin: 19px 0 0 0;
padding: 0;
}
.contact-information ul li{
margin-bottom: 19px;
}
.contact-information ul li img{
margin-left: 19px;
}
.contact-form {
background: #e7e7e7;
padding: 23px 43px;
box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
border-radius: 12px;
}
input.submit {
font-weight: 900;
border: 0;
padding: 7px 46px;
font-size: 18px;
font-weight: 900;
font-size: 23px;
width: 100%;
color: #ffffff;
background: #405ee1;
}
.form-submit {
text-align: center;
}
select#services-type {
font-size: 15px;
min-height: 30px;
-webkit-appearance: none;
background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
background-size: 16px 16px;
cursor: pointer;
vertical-align: middle;
width: 100%;
border: 1px solid #ced4da;
padding: 12px 16px 12px 3px;
margin-bottom: 30px
}
.content-info ul {
list-style: none;
margin: 0;
padding: 0;
}
.content-info a {
text-decoration: none;
color: #000;
border: 1px solid #000;
padding: 5px 15px;
display: inline-block;
font-size: 12px;
}
.content-info ul li {
margin-bottom: 19px;
font-size: 17px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.content-info svg {
position: absolute;
left: -35px;
bottom: -45px;
height: 180px;
width: 180px;
opacity: .15;
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
.content-info ul li::marker {
color: #ffd007
}
.required-label {
color: red
}
.contact-info {}
.contact-section {
text-align: center;
width: 100%;
margin-bottom: 15px
}
.contact-txt span {
display: block;
}
.contact-txt .bold {
color: #ffd31e;
font-weight: 700;
font-size: 23px;
}
@media (min-width: 992px) {
.content-info {
width: 59%;
}
.contact .contact-form {
width: 57%;
}
.form-group input[type=email], .form-group input[type=text], .form-group input[type=mail] {
width: 48%;
}
.content-img {
width: 39%;
}
.contact-box {
width: 30%;
}
.contact-form-innr {
width: 50%;
}
.contact-form {
width: 65%;
margin: 40px auto;
}
.contact-information {
width: 55%;
}
.contact-form-img {
width: 42%;
}
}.blog-boxs {
padding: 70px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
a.blog-more {
text-decoration: none;
color: #111111;
font-weight: 900;
text-align: left;
display: inline-block;
font-size: 17px;
}
p.blog-excerpt {
padding: 15px 0;
color: #686868;
font-size: 15px;
}
.blog-img {
text-align: center;
}
.blog-box {
width: 100%;
text-align: right;
position: relative;
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
padding: 14px;
}
.blog-content {
padding: 21px 23px;
}
.blog-innr {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
a.blog-title {
text-decoration: none;
padding: 0;
font-size: 19px;
font-weight: 900;
display: block;
color: #000000;
}
a.blog-category {
position: absolute;
left: 0;
top: 10%;
background-color: rgba(255, 255, 255, 0.9);
text-decoration: none;
padding: 1px 15px;
color: #9f0f0f;
font-weight: 900;
}
.blog-innr img {
filter: brightness(85%);
}
.blog-box-small {
display: flex;
flex-direction: column;
}
.blog-innr-small {
width: 100%;
display: flex;
margin-bottom: 35px;
align-items: flex-start;
text-align: right;
}
.blog-innr-small img {
width: 90px;
border-radius: 17px;
}
a.blog-title-small {
display: inline-block;
width: 60%;
text-decoration: none;
margin-right: 17px;
font-size: 17px;
font-weight: 600;
color: #000000;
}
@media (min-width: 992px) {
.blog-box {
width: 23%;
margin-top: 0;
}
}.page-hero {
padding: 20px 0;
position: relative;
color: #000000;
text-align: center;
background-color: #f2f4fe;
}
.page-hero .container {
position: relative;
}
.shape-bottom{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.post-content img {
border-radius: 15px;
}
.entry-content {
overflow: hidden;
}
.content-area,.widget-area {
width: 100%;
}
.shape-bottom svg {
position: relative;
display: block;
width: calc(116% + 1.3px);
height: 22px;
fill: #fff;
}
.site-content {
display: flex;
flex-wrap: wrap;
padding: 80px 0;
justify-content: space-between;
}
.side-widget {
text-align: center;
background: #f2f4fe;
padding: 22px 15px;
border-radius: 15px;
}
.entry-meta {
padding: 23px 22px;
color: #494949;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
line-height: 1.4;
clear: both;
margin: 0 0 20px 0
}
h1{
font-size: 19px;
}
.posted-by a {
text-decoration: none;
color: #940015;
}
.alignleft {
display: inline;
float: left;
margin-right: 35px
}
.alignright {
display: inline;
float: right;
margin-left: 35px;
clear: right
}
.aligncenter {
clear: both;
text-align: center;
display: block;
margin-right: auto;
margin-left: auto
}
.breadcrumbs ol li {
display: inline-block
}
.breadcrumbs li a, .services-share a {
text-decoration: none
}
.breadcrumbs {
margin-bottom: 30px;
}
.breadcrumbs li a, .breadcrumbs li span {color: #000000;font-weight: 600;}
.breadcrumbs li::after {
content: "\00bb";
color: #ffcc2f;
padding: 0 .3em
}
.content-thumbnail img {
border-radius: 15px;
}
.side-innr {
padding: 15px;
margin-bottom: 30px;
text-align: center;
}
.side-widget h3 {
display: inline-block;
font-size: 22px;
color: #000000;
}
.breadcrumbs li:last-of-type::after {
display: none
}
.another-blogs h3 {
margin-bottom: 80px
}
.services-content {
background-color: #fff;
position: relative;
padding: 15px;
border-top: 1px solid #38e;
}
.content-innr {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 80px;
}
aside {
position: relative;
}
.services-page {
width: 72%;
}
.posted-on {
display: inline-block;
font-size: 19px;
}
span.category {
margin-bottom: 0;
margin-right: 15px;
display: inline-block;
font-size: 15px;
height: 35px;
color: #fff;
background: #38e;
padding: 0 15px;
line-height: 35px;
border-radius: 10px 10px 0 0;
}
.wp-caption {
background: #f1f1f3;
text-align: center;
max-width: 96%;
padding: 5px 3px 10px;
color: #000;
margin-bottom: 25px;
overflow: hidden;
}
.wp-caption img {
border: 0;
height: auto;
max-width: 98.5%;
width: auto;
}
.wp-caption p.wp-caption-text {
line-height: 17px;
margin: 0;
padding: 0 4px 15px;
font-weight: bolder
}
.entry-content p {
color: #3a4750;
margin-bottom: 34px;
}
table {
background-color: transparent;
border: 1px solid #ddd;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 30px;
width: 100%;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
border: 1px solid #ddd;
padding: 7px 10px;
}
table>thead>tr>td, table>thead>tr>th {
border-bottom-width: 2px;
}
.wp-video, .wp-video video {
height: 100%!important;
max-width: 100%!important
}
embed, iframe, object, video {
max-width: 100%;
}
.services-content img, .services-content ol, .services-content p, .services-content ul {
margin-bottom: 25px
}
.services-share {
display: flex;
flex-wrap: wrap;
align-items: center;
border-top: 1px solid #e7e7e7;
padding: 15px 0;
justify-content: center
}
.services-share a {
background: #8e001a;
color: #fff;
padding: 4px 11px;
margin: 8px;
font-weight: 900;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
border: 0
}
.services-share a svg {
margin-right: 10px
}
section>h3 {
padding: 8px 13px 8px 30px;
color: #fff;
display: inline-block;
box-shadow: -12px 8px 0 #ebd67a;
background: transparent linear-gradient(272deg, #2761b5 0, #2a67bb 100%);
}
.content-thumbnail {
margin-bottom: 35px;
width: 100%;
}
.post-share-text {
background: #3a974c;
color: #fff;
padding: 11px 23px;
border-radius: 15px;
font-size: 18px;
}
.services-content ol, .services-content ul {
padding-right: 15px;
margin-right: 20px
}
.services-content ul li {
position: relative;
display: block;
padding: 3px 28px;
margin-right: 0
}
.services-content ul li:before {
content: " \2714";
position: absolute;
right: 8px;
top: 5px;
color: #d5a247;
font-weight: 700
}
.services-content h2, .services-content h3, .services-content h4, .services-content h5, .services-content h6 {
border-bottom: 1px solid #dee6ec;
margin: 40px 0 25px 0;
color: #38e;
padding: 8px 15px 7px 0;
border-right: 3px solid #38e;
border-radius: 10px 0 10px 0;
}
.blog-topics {
padding: 80px 0
}
.blog-cards {
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
.single-box .blog-box {
width: 100%;
margin: 0 0 40px 0;
}
.footer-tags {
margin: 30px 0;
}
.card-image {
width: 60px;
height: 60px;
}
.card-image img {
border-radius: 6px;
}
.blog-topics h2 {
margin-bottom: 80px
}
.card-content {
margin-right: 19px;
width: 69%;
}
.card-date {
font-size: 12px;
font-weight: 900;
color: #4f3374
}
.card-title {
color: #000;
font-size: 15px;
padding: 5px 0;
text-decoration: none
}
.card-excerpt {
font-size: 15px
}
.sub-title {
font-weight: 900;
font-size: 20px
}
.breadcrumbs ol {
list-style: none;
padding: 0;
margin: 11px 0;
}
.post-share {
color: #204e8d;
margin: 0 0 80px 0;
padding: 47px 48px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
font-size: 23px;
font-weight: 800;
background: #f2f4ff;
border-radius: 12px;
}
.post-share-btns a {
color: #e9703f;
display: inline-block;
font-size: 35px;
border: 0;
margin: 0 4px;
}
.post-share-btns .icon {
font-size: 40px;
border: 0;
display: inline-block;
background: -webkit-linear-gradient(#eb6440, #ffb344);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.comment-list .comment:before, .comment-list .comment:after {
content: "";
display: table;
table-layout: fixed;
}
.comment-list .comment:after {
clear: both;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
font-weight: 900;
line-height: 1.4;
clear: both;
border-bottom: 3px solid #f78b48;
display: inline-block;
padding-bottom: 7px;
margin-bottom: 23px;
}
::marker {
font-size: 18px;
}
.comment-avatar {
float: right;
margin-left: 0.75em;
}
.comment-avatar img {
border-radius: 50px;
}
.comment-block {
line-height: 1.5;
float: right;
padding: 10px;
background: #ffffff;
color: #3d596e;
border-radius: 10px;
margin-bottom: 15px;
position: relative;
}
.comment-block:before {
content: "\27A6";
}
.comment-date {
font-size: 12px;
}
.comment-excerpt {
font-size: 14px;
margin-top: 5px;
}
.post-author-avatar .avatar {
box-shadow: 0 1px 3px 1px #868686;
border: 2px solid #fff;
}
.side-left, .comment-list>.comment {
overflow: hidden;
padding: 15px 17px;
}
.comment-list .comment:last-child {
border-bottom: 0;
}
.faq-panel {
background: #f1f1f3;
padding: 16px 19px !important;
}
.faqs h2 {
text-align: center;
}
.faqs {
margin-bottom: 50px;
}
.faq-panel h3 {
color: #1d51bc;
background: #fff;
padding: 13px 18px;
border: 1px solid #1d51bc;
border-radius: 10px;
}
.faq-panel p {
padding: 9px 15px;
}
.comments-box ol {
list-style: none;
padding: 0;
margin-top: 0;
}
.comments-box .children ol, .comments-box .children {
margin-right: 20px;
}
.comment-block {
width: 92%;
}
label {
font-weight: 800;
margin-bottom: 15px;
display: block;
}
.footer-tags a {
display: inline-block;
margin: 6px 3px;
background: #f1f1f1;
text-decoration: none;
padding: 3px 16px;
border-radius: 10px;
font-size: 14px;
font-weight: 900;
color: #153868;
}
.required {
color: #f44336
}
input[type="text"], input[type="email"], input[type="url"], textarea,input[type="tel"] {
font-size: 20px;
background: #ffffff;
border: 0;
border-radius: 0px;
display: block;
padding: 12px 30px;
margin-bottom: 20px;
width: 100%;
}
select {
font-size: 15px;
min-height: 30px;
max-width: 25rem;
-webkit-appearance: none;
background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
background-size: 16px 16px;
cursor: pointer;
vertical-align: middle;
width: 100%;
border: 1px solid #c8d7e1;
padding: 8px 15px;
}
textarea {
max-height: 160px;
}
.comment-respond {
padding: 23px 38px;
border-radius: 15px;
}
.social-share-innr a {
display: inline-block;
margin: 5px;
}
.comments-area {
background-color: #f2f4fe;
padding: 20px 25px;
border-radius: 12px;
}
.submit {
border-radius: 3px;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 17px;
font-weight: 700;
padding: 7px 15px;
border: 0;
background: #458bea;
}
@media (min-width: 992px) {
.content-area {
width: 70%;
}
.widget-area {
width: 27%;
}
span.posted-on {
margin: 0 25px;
}
.page-hero {
padding: 85px 0 14px 0;
}
h1{
font-size: 29px;
}
.shape-bottom svg {
height: 90px;
}
}.page-header {
background: transparent linear-gradient(272deg, #6a4797 0, #563a7a 100%);
color: #fff;
padding: 40px 0 15px;
text-align: center;
margin-bottom: 50px
}
.p-50 {
padding: 50px 0
}
.archive-desc {
padding: 80px 0;
}
.pagination .page-numbers {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-weight: 500;
margin: 0 3px;
background: #fff;
border: 1px solid #c8d7e1;
color: #000;
text-decoration: none;
border-radius: 6px;
margin: 16px 2px;
}
.pagination .next,
.pagination .prev {
float: left;
text-align: left;
padding: 0 1.5em;
width: auto;
height: auto;
line-height: revert
}
.blog-innr {
padding: 50px 0;
}
.pagination .prev {
float: right;
text-align: right
}
.pagination .current,
.pagination .page-numbers:hover {
color: #fff;
background: #255392;
}
.blog-page-innr .all-category {
margin-top: 57px;
}
.blog-header h2 {
color: #1d51bc;
}
.gallery-image {
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gallery-image img {
height: 250px;
width: 350px;
transform: scale(1.0);
transition: transform 0.4s ease;
border-radius: 15px;
}
.gallery-img-box {
box-sizing: content-box;
margin: 10px;
height: 250px;
width: 350px;
overflow: hidden;
display: inline-block;
color: white;
position: relative;
background-color: white;
}
.all-category-innr {
text-align: center;
margin: 74px 0 0 0;
}
.all-category h2 {}
.category-list ul {
list-style: square;
padding: 0;
margin: 0;
}
.category-list ul li {
display: inline-block;
margin: 15px 0;
}
.category-list ul li a {
text-decoration: none;
color: #000;
padding: 3px 20px;
font-weight: 600;
}
.services-box img {
margin-bottom: 15px
}
.category-list {
background: #cdeefe;
}
.flex-archive {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: space-between;
padding: 40px 0
}
.blog-header {
margin-bottom: 25px;
}
.blog-page .blog-innr {
padding: 0;
}
@media (min-width: 992px) {
.blog-page-innr .blog-lists {
padding: 40px 0;
}
.blog-page-innr .all-category {
width: 20%;
margin-top: 57px;
}
.blog-header {
margin: 0 41px 50px 28px;
}
}