/*!
	Theme Name: Aljdwa
	Theme URI: https://www.aljdwa.com
	Author: Ahmed Elzelaky
	Author URI: https://mrsoom.com
	Version: 1.0.0
*/


/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie
8. Team
9. Blog
10. Subscribe
11. footer
12. Contact
*/

/*.........<! 1. Theme default css !>.........*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}
img {
    height: auto;
}
code {
  color: #fd914f;
}
button{
    transition: .3s;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
img{
    transition: .3s;
}
.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

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;
}
button{
    cursor: pointer;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover{
    text-decoration: none;
}
input:focus::placeholder{
	opacity: 0;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus::placeholder{
	opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}


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

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

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


::-webkit-selection {
    color: #fff;
    background: #222e60;
}

::-moz-selection {
    color: #fff;
    background: #222e60;
}

::selection {
    color: #fff;
    background: #222e60;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #222e60;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}


.separator {
    border-top: 1px solid #f2f2f2
}

/*.........<! End Theme Defaults Style !>.........*/

/** css issues **/
.blog-text a{
  color: #222e60;
}
.blog-text a:hover {
    color: #677a85;
}
.blog-tag {
    margin-top: 20px;
}

.post-text p > a:hover {
    color: #696969;
}

.postbox__video img, article.postbox .postbox__thumb img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    height: auto;
    width: inherit;
}

.blog__details-wrapper ul li a:hover {
    color: #677a85;
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}
.theme-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.theme-navigation span a{
    color: #666;
}

.theme-navigation span a:hover {
  color: #fd914f ;
}
.theme-navigation h4 {
  font-size: 23px;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}
.theme-navigation h4 a {
  color: #004876;
}
.theme-navigation h4 a:hover {
  color: #fd914f ;
}
.b-0 {
  border: 0;
}

.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  width: 100%;
  height: 55px;
  border: 0;
  background: #fff;
  color: #fff;
  padding: 0 20px;
  padding-right: 70px
}
.blog-search-content .sidebar-search-form input {
  background: #F5FAFF;
}
.footer-widget .sidebar-search-form input {
  background: #1C1E22;
}
.sidebar-search-form input:focus::placeholder{
	opacity: 0;
    color: #2c3941;
}
.sidebar-search-form input:focus::-moz-placeholder{
	opacity: 0;
    color: #2c3941;
}
.sidebar--widget__search input {
    width: 100%;
    height: 60px;
    line-height: 70px;
    border-radius: 7px;
    background: #f7f7f7;
    color: #364058;
    padding-top: 3px;
    padding-right: 80px;
}
.sidebar-search-form button {
    position: absolute;
    top: 8px;
    right: 5px;
    border: 0;
    padding: 10px 15px;
    color: #364058 !important;
    font-size: 20px;
    border-radius: 50px;
    display: block;
    height: 46px;
    width: 46px;
}
.sidebar-search-form button:hover {
    background: #222429;
}

.sidebar-search-form button i {
    color: #222e60;
    font-size: 16px;
}
.sidebar-search-form button:hover i{
    color: #fff;
}
.widget:hover .widget-title::before {
  width: 60px;
}

.about-me img {
	margin-bottom: 25px;
	border-radius: 50%;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
	display: inline-block;
	margin: 0 8px;
	color: #fd914f ;
}

.widget-social-icon a:hover {
  color: #fd914f ;
}
.banner-widget img {
	max-width: 100%;
}
.widget .recent-posts > li {
	overflow: hidden;
}
.widget .recent-posts > li:not(:last-child) {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
.recent-posts .widget-post-list:not(:last-child) {
  margin-bottom: 30px;
}
.widget-posts-body {
    overflow: hidden;
    padding-top: 8px;
}

.widget-posts-title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.widget-posts-title a {
  color: #001D23;
}

.widget-posts-title a:hover {
  color: #fd914f ;
}
.widget-posts-meta {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  color: #28484F;
  margin-bottom: 7px;
}
.widget-post-list .widget-posts-meta {
    margin: 0;
}

/*footer post*/ 
.recent-posts.recent-posts-footer {
  padding-right: 45px;
}
.recent-posts-footer .widget-post-list:not(:last-child) {
  margin-bottom: 13px;
}
.recent-posts-footer .widget-posts-body {
  overflow: hidden;
  padding-top: 0;
  position: relative;
  top: 0px;
}
.recent-posts-footer .widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  margin-right: 20px;
  margin-bottom: 0;
  object-fit: cover;
}
.recent-posts-footer .widget-posts-meta i {
  font-size: 14px;
  color: #fd914f;
  margin-right: 3px;
}
.recent-posts-footer .widget-posts-meta {
  color: #bcbfc9;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 500;
  margin-top: 7px;
}
.recent-posts-footer .widget-posts-title {
  color: #bcbfc9;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1.2;
}
.recent-posts-footer .widget-posts-title a {
  color: inherit;
}
.recent-posts-footer .widget-posts-title:hover{
  color: #fd914f;
}


ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}
ul.cat li a {
	display: block;
	color: #647589;
}

ul.cat li a:hover {
  color: #fd914f ;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #fd914f ;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}
.tagcolud a {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	background: #f5faff;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #5f5b5b;
	border-radius: 2px;
}

.tagcolud a:hover {
  background: #fd914f ;
  color: #ffffff;
}

.bg-none {
  background: none;
}
.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: .3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #fd914f ;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}
.theme-author.author {
    background: #fff;
}
@media (max-width: 767px) {
  .theme-author.author {
    padding: 0 30px 44px 30px;
  }
}
.blog__author {
    padding: 30px;
    background: #ffffff;
    border: 2px solid #ededed;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.author-img {
    margin-bottom: 20px;
}
.author-img img {
  margin-top: -60px;
}
.blog__author-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: #2c3941;
    text-transform: uppercase;
}
.author-text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 8px;
}
.blog__author-img img {
    width: 100px;
    border-radius: 50%;
}
.blog__author-social a {
  font-size: 14px;
  color: #2c3941;
  margin-right: 10px;
  transition: .3s;
}
.blog__author-social a:hover{
    color: #222e60;
}


/*author*/
.author-wrapper {
    background: #F7F7FD;
    padding: 37px 71px 35px 40px;
    overflow: hidden;
    border-left: 5px solid #1876df;
}
.author-img {
    margin-right: 0;
    margin-top: 0;
}
.author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
}
.author-text {
    overflow: hidden;
}
.author-text > h4 {
    text-transform: capitalize;
}
.author-text > p {
    margin-bottom: 0;
}
.author-icon a:hover {
    color: #fd914f ;
}

.blog-coment-title h2 {
    font-size: 26px;
    margin-bottom: 0;
}
.post-comments-title h2 {
  font-size: 26px;
  margin-bottom: 25px;
}
.legend-page-content .post-comment-form {
    margin-top: 60px;
}
ul .comment-respond {
    margin-bottom: 30px;
}
/*comment-reply*/
.logged-in-as {
  line-height: 1;
  margin-bottom: 20px;
}
/* 25. Pagination  */

/*next prev post*/
.blog-details-border {
  margin-top: 40px;
  background: #fff;
}
.project-details-content span {
    font-size: 13px;
    color: #8583b1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.project-details-content span a{
    color: #8583b1;
}
.project-details-content span a:hover{
    color: #1876df ;
}
.project-details-content h3 {
    margin-top: 8px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 22px;
}
.project-details-content h3 a:hover {
    color: #096bd8 ;
}
.page-area .post-comments-form {
    margin-bottom: 0;
    clear: both;
    padding-top: 0;
}
.legend-page-content ol,.legend-page-content ul{padding-left: 22px}
 /*blog pagination*/

/*blog-post-tag*/
.blog__tag {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
}
/**
*
* Sidebar widget css
*
*/
/**
* tags
*/
.blog-area .blog__sidebar .sidebar__widget  ul {
    padding: 0;
    margin: 0;
}
.blog-area  .ablog__sidebar .widget ul li ul {
    padding-left: 15px;
    padding-top: 15px;
}
.rssSummary {
  line-height: 27px;
  margin: 10px 0;
}
.ablog__sidebar .widget ul {
    margin: 0;
}
.ablog__sidebar .widget ul li {
    margin-bottom: 15px;
list-style: none;
}
.ablog__sidebar .widget ul li a {
display: inline-block;
position: relative;
padding-left: 20px;
}
.ablog__sidebar .widget ul li a:hover {
  color: #ff6600;
}
.ablog__sidebar .widget ul li  a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #ff6600;
  -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;
}
.ablog__sidebar .widget ul li a.rsswidget{
    line-height: 1.3;
}
.ablog__sidebar .widget .footer-post h5 a {
    font-size: 16px;
    line-height: 1.3;
}
.ablog__sidebar .widget ul li:first-child {
    padding-top: 0;
}
.ablog__sidebar .widget_recent_entries ul li a {
  line-height: 26px;
}
.ablog__sidebar .widget_recent_entries ul li a {
  padding-left: 0;
}
.ablog__sidebar .widget_recent_entries ul li a:before {
  display: none;
}
/**
* image widget
*/

.widget_media_image img {
    width: 100%;
}

/**
* widget custom style for wp
*
*/

.ablog__sidebar .widget li:last-child {
    border: 0;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ablog__sidebar .widget.widget_rss li span{
  display: block;
}
li .blog-footer-meta span {
    float: none !important;
    font-size: 13px !important;
}
.footer__widget .widget_recent_comments li span, .footer__widget .widget_recent_comments li span a {
  float: none;
  font-weight: 500;
  color: #001D23;
}
.widget_recent_comments li span, .widget_recent_comments li span a {
  float: none;
  font-weight: 500;
  color: #fff;
}
.sidebar__widget.widget_recent_comments li span, .sidebar__widget.widget_recent_comments li span a {
  font-weight: 500;
  color: #1f1841;
}
.sidebar__widget.widget_recent_comments li span a:hover{
    color: #222e60;
}
.widget_rss ul li a.rsswidget {
    font-weight: 600;
}
.widget_rss ul li a {
  padding-left: 0;
}
.widget_rss ul li a:before {
  display: none;
}
.ablog__sidebar .widget li span.post-date {
    float: none;
    margin-top: 7px;
    display: block;
    font-size: 13px;
}
.textwidget img {
    max-width: 100%;
}
/* calendar widget */
.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}
.ablog__sidebar .widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.footer-widget #wp-calendar caption {
  color: #999b9f;
}
.footer-widget .wp-calendar-nav a {
  color: #999b9f;
}
.footer-widget ul ul {
  padding-left: 15px;
  padding-top: 15px;
}
.widget ul ul {
  padding-left: 15px;
  padding-top: 15px;
}
.footer-widget ul li:last-child{
  margin: 0px;
}
.footer-widget.widget_recent_comments ul li a::before,
.footer-widget.widget_recent_entries ul li a::before,
.footer-widget.widget_rss ul li a::before {
  display: none;
}
.footer-widget .rsswidget {
  color: #fff;
}
.footer-widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}
.widget_tag_cloud .tagcloud a {
    background: #fff;
    border: 1px solid #24335a;
    color: #24335a;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1;
    padding: 10px;
    margin-bottom: 8px;
    text-transform: uppercase;
    border-radius: 40px;
}
.widget_tag_cloud .tagcloud a:hover{
  background: #24335a!important;
  color: #fff;
}
.footer-widget .sidebar-tad li a, .footer-widget .tagcloud a {
  background: #F5F5F5;
  color: #686777;
  display: inline-block;
	height: 34px;
	line-height: 30px;
	text-align: center;
	padding: 0px 20px;
	font-size: 13px !important;
	font-weight: 600 !important;
	border: 1px solid #e8e7ec;
	border-radius: 6px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.footer-widget .tagcloud a:hover{
  background: #fd914f !important;
  color: #fff;
  border: 1px solid #fd914f !important; 
}

.ablog__sidebar .widget  .rsswidget {
  color: #001D23;
}
#wp-calendar thead {
    font-size: 14px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #666;
}
#wp-calendar tbody td {
    border: 1px solid #eee;
    text-align: center;
    padding: 8px 0;
    transition: .3s;
    background: #fff;
}
.footer-widget #wp-calendar tbody td {
  background: #fff;
  border: 1px solid #ddd;
}
.footer__widget #wp-calendar caption {
  color: #d1cfdd;
}
.footer__widget .wp-calendar-nav a {
  color:#d1cfdd;
}
#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
    background: #222e60;
    color: #fff;
}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
.latest-comments ul li ul.children {
    padding-left: 105px;
}
.latest-comments ul li ul.children {
    padding-top: 0;
}
.no-results.not-found {
    background: #fff;
    padding: 41px 100px;
    text-align: center;
    border: 2px solid #f4f3fb;
}
.pageontent.blog-search-content p {
    margin-bottom: 20px;
}
.blog-search-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.error-404-title {
  line-height: 1;
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 15px;
}
.error-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
}
.error-text {
    margin-bottom: 30px;
}

.page-content.mb-40 {
    margin-bottom: 30px;
}
.page-header {
	background: #F5FAFF;
	margin-bottom: 30px;
	padding: 30px;
	display: none;
}
.page-header h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.no-results.not-found .page-header {
    background: none;
    margin-bottom: 30px;
    padding: 0;
}
.navigation.posts-navigation  .nav-next {
  float: right;
}
.navigation.posts-navigation  .nav-previous {
  float: left;
}
.navigation.posts-navigation  .nav-links {
  overflow: hidden;
}
.navigation.posts-navigation .nav-links a {
    background: #222e60;
    color: #fff;
    height: 60px;
    padding: 0px 38px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 8px;
    line-height: 60px;
}
.navigation.posts-navigation .nav-links a:hover{
    background: #222328;
    color: #fff;
}
.navigation.posts-navigation {
    overflow: hidden;
    margin-bottom: 40px;
}

/*page title*/
.breadcrumb-menu {
    padding: 0;
    margin: 0;
}
.breadcrumb-menu- li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    line-height: 1;
    color: #cfcfcf;
}
.breadcrumb-menu- li:last-child{
    padding-right: 0;
}
.breadcrumb-items- a {
    color: #cfcfcf;
}
.breadcrumb-menu- li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -1px;
    top: 0px;
    color: #ddd;
}
.breadcrumb-menu- li:first-child:before {
    display: none
}

/*servie details*/
.sidebar-link h3 {
    font-size: 36px;
    font-weight: 700;
}
.servicee-sidebar {
    border: 2px solid #f4f3fb;
    padding: 30px;
}
.servicee-sidebar ul{
    margin-bottom: 0;
}
.servicee-sidebar ul li {
    border-bottom: 1px solid #eaeaea;
    color: #4c4c4c;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
    padding-top: 15px;
    position: relative;
}
.servicee-sidebar ul li a {
    color: #7886a0;
}
.servicee-sidebar ul li:last-child {
    border: 0;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.servicee-sidebar ul li a:hover {
    color: #1876df ;
}
.project-status ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}
.project-status {
    background: #F4F9FC;
    padding: 30px;
}
.project-status ul li b {
    margin-right: 5px;
    display: inline-block;
    color: #28345d;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}
.project-status ul li:last-child {
    border:0;
    padding-bottom: 0
}.project-status ul li:first-child {
    padding-top: 0
}

/*page table*/
.legend-page-content table{
    margin-bottom: 30px;
}
.legend-page-content table tbody td {
    text-align: center;
}
.legend-page-content table  a {
    color: #fd914f;
}
.legend-page-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.legend-page-content th, .legend-page-content td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}
.legend-page-content table, .legend-page-content th, .legend-page-content td {
    border: 1px solid #d1d1d1;
}
.legend-page-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}
.legend-page-content ol li,.legend-page-content ul li{
    margin-bottom: 7px;
}.legend-page-content ol li ol,.legend-page-content ul li ul{
    margin-top: 7px;
}

.blog__details-wrapper table{
    margin-bottom: 30px;
}
.blog__details-wrapper table tbody td {
    text-align: center;
}
.blog__details-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.blog__details-wrapper th, .blog__details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  padding: 10px 15px;
}
.blog__details-wrapper table, .blog__details-wrapper th, .blog__details-wrapper td {
    border: 1px solid #d1d1d1;
}
.post-comments table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}
.blog__details-wrapper table {
    margin-bottom: 30px;
    width: 100%;
}
.blog__details-wrapper table tbody td {
    text-align: center;
}
.blog__details-wrapper table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.blog__details-wrapper th, .blog__details-wrapper td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}
.blog__details-wrapper table, .blog__details-wrapper th, .blog__details-wrapper td {
    border: 1px solid #d1d1d1;
}
.blog__details-wrapper table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}
#wp-calendar tbody td#today{
    background: #fd914f !important;
    color: #fff;
}
#wp-calendar tbody td#today a{
    color: #fff;
}

.blog-padding{
       
}
.post-text .wp-caption.aligncenter {
    margin-top: 40px;
}
.post-text .alignright.size-thumbnail {
    overflow: hidden;
    clear: both;
}

/*unit test*/
.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-area dl, .blog-area ol, .blog-area ul {
    margin-top: 0;
    margin-bottom: 25px;
}
.blog__details-area ul {
    padding-left: 25px;
}
.blog__details-area  ol {
    padding-left: 25px;
}
.blog__details-wrapper ol li, .blog__details-wrapper ul li {
    padding-top: 7px;
}
.blog-area ol ol ol, .blog-area ol ul ul, .blog-area ul ol ol , .blog-area ul ul ul {
  margin-bottom: 0;
}
.blog-area ol ul,.blog-area ul ol,.blog-area ul ul, .blog-area ol ul ol {
  margin-bottom: 0;
}
ul {
    list-style: disc;
}
.wp-block-button .wp-block-button__link {
  color: #fff !important;
}
.post-text > h6 {
  margin-bottom: 20px;
}
.postbox.sticky .post-text, .postbox.sticky .post-text p{
    margin-bottom: 0;
}
.blog-content h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}
#wp-calendar #next a, #wp-calendar #prev a {
    font-size: 13px;
    font-weight: 600;
}

.blog-content table{
    margin-bottom: 30px;
}
.blog-content table tbody td {
    text-align: center;
}
.blog-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.blog-content th, .blog-content td {
    font-weight: normal;
    text-align: left;
    border-width: 0 1px 1px 0;
}
.blog-content table, .blog-content th, .blog-content td {
    border: 1px solid #d1d1d1;
}
.blog-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 600;
}

.comments-text > p {
    margin-bottom: 15px;
}
.comments-text ul li,.comments-text ol li{
    padding-top: 5px;
}
#wp-comment-cookies-consent {
    width: auto;
    display: inline-block;
    height: auto;
    margin-right: 20px;
}
.comment-form-cookies-consent label {
    display: inline-block;
}
.comment-form-cookies-consent {
    margin-left: 18px;
    display: none;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border: 1px solid #ddd;
    padding: 15px;
}
dd + dt {
    margin-top: 20px;
}

.page-links {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    margin-top: 20px;
}
.page-links > span.page-links-title {
    border: 0;
    color: inherit;
}
.page-links a, .page-links > span {
    border: 2px solid #ddd;
    display: inline-block;
    min-width: 35px;
    text-align: center;
    margin-left: 2px;
    height: 33px;
    line-height: 30px;
    margin-right: 3px;
    color: #444;
}
.page-links > span {
    border: 2px solid #096bd8 ;
    color: #096bd8 ;
}
.page-links a:hover {
    border: 2px solid #096bd8;
    color: #096bd8;
}
/**
*
* removing visual composer default data
*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
.comments-text > ul,.comments-text > ol {
    margin-bottom: 20px;
}
#recentcomments li a {
    line-height: 1.5;
    display: inline;
}
.ablog__sidebar .widget.widget_recent_comments ul li a {
  display: unset;
  line-height: 27px;
}
.ablog__sidebar .widget.widget_recent_comments ul li .comment-author-link a {
  color: #fd914f;
}
.ablog__sidebar .widget_recent_comments ul li a {
  padding-left: 0;
}
.ablog__sidebar .widget_recent_comments ul li a::before {
  display: none;
}
.tag-space {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.size-thumbnail {
    margin-bottom: 20px;
}
.no-results.not-found .page-header {
    padding-top: 0;
    padding-bottom: 0;
}
.bdevsstarter-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    border: 0;
    background: no-repeat;
    color: #444;
    border-left: 1px solid #ddd;
    height: 100%;
}
.bdevsstarter-search-btn:hover{color: #2154CF}
.search-form2 .form-control {
    height: 50px;
    border-radius: inherit;
}
.search-form2 {
    position: relative;
}

.archive-description {
    margin-top: 15px;
}

/* 20. paginations */
.paginations{}
.paginations ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.paginations ul li a, .paginations ul li .page-numbers {
    color: #677a85;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    text-align: center;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 0;
    line-height: 56px;
    display: inline-block;
    border: 2px solid #f1f1f1;
}
.basic-pagination ul li a:hover {
  background: #222e60 !important;
  color: #ffffff;
  border-color: #222e60;
}
.basic-pagination ul li a, .basic-pagination ul li span {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 7px;
}
.basic-pagination ul li a:hover, .basic-pagination ul li span.current {
    background: #222e60;
    color: #fff;
    border-color: #222e60;
    font-size: 18px;
    font-weight: 600;
}
.basic-pagination.mt-30 ul {
    padding: 0;
}
.paginations ul li:hover a:after, .paginations ul li.active a:after {
    opacity:1;
}
.paginations ul li:hover a:before, .paginations ul li.active a:before {
    opacity:1;
}
.paginations li .prev {
    text-transform: uppercase;
    font-weight: 700;
}
.paginations li .next {
    text-transform: uppercase;
    font-weight: 700;
}

/*footer */
.footer-area-bottom {
    padding: 15px 0;
}
.copy-right p {
    color: #999;
    margin: 0;
}
.footer-widget select {
  width: 100%;
  border-radius: 0;
}
/*theme unit test css */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.logged-in .header-transparent {
    top: 32px;
}
.admin-bar header .sticky {
  top: 32px;
}

.admin-bar .header-transparent .sticky {
  top: 32px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.ablog__sidebar .widget select {
    max-width: 100%;
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/**
* custom css
*
*/
.wp-block-pullquote.is-style-solid-color blockquote {
    display: inline-block;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #FFF4EF;
}
.wp-block-pullquote {
    border-top: 4px solid #222e60  !important;
    border-bottom: 4px solid #222e60  !important;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    margin-top: 10px;
    display: block;
}
.logged-in-as a {
    color: #2c3941;
}
.logged-in-as a:hover {
    color: #222e60;
}
.blog-infos {
    overflow: hidden;
    clear: both;
}
.sidebar__widget select{
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #ddd;
}

.footer-widget select{
  height: 50px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 15px;
}
.widget select {
	height: 50px;
	width: 100%;
	border: 1px solid #d1cfdd;
	padding: 0 15px;
}
.sidebar__widget .zoom-instagram-widget__items li {
    padding: 0;
    border: 0;
}
.postbox__item{
    position: relative;
    margin-bottom: 50px;
}
.postbox__item.sticky::before {
    position: absolute;
    content: "\f4d6";
    left: 10px;
    top: 5px;
    font-family: "Font Awesome 6 free";
    color: #3fba71;
    font-size: 35px;
    z-index: 1;
    font-weight: 900;
}
.footer__widget ul ul{
    padding-left: 10px;
    padding-top: 6px;
}

.footer__widget.widget_recent_comments ul li,
.footer__widget.widget_rss ul li {
    color: #8ea9ba;
}
.footer__widget ul li {
	font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: 'DIN-Light';
    color: #ebebeb;
}
.footer__widget ul li:last-child{
    margin-bottom: 0;
}
.footer__widget ul li a {
    color: #ebebeb;
    font-family: 'DIN-Light';
}
.footer__widget ul li a:hover {
    color: #fff;
}
.footer__widget .nice-select.open ul.list {
    width: 100%;
}
.footer__widget.widget_calendar #wp-calendar tbody td {
    border: 1px solid #dbd9d9;
}
.footer__widget.widget_text p {
    color: #ebebeb;
}
.footer__widget.widget_rss .rssSummary {
    color: #ebebeb;
}
.footer__widget.widget_tag_cloud .tagcloud a:hover {
    background: #fff !important;
}

/*new unit test*/
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 10px;
}
.wp-block-column:not(:last-child) {
    margin-right: 10px;
}
.wp-block-column:nth-child(2n+1) {
    margin-right: 10px;
}
.post-text > .alignwide {
    margin-left: 0;
    margin-right: 0;
}
.post-text p.has-large-font-size {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}
.wp-block-preformatted {
  margin: 30px 0;
}


.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: #fd914f  !important;
}
.wp-block-archives select,.wp-block-archives .postform {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.wp-block-categories .postform {
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  float: none;
  margin-bottom: 15px;
}
.wp-block-archives-dropdown .nice-select{
    float: none;
    margin-bottom: 15px;
    width: 200px;
    margin-bottom: 15px;
}
.sidebar__widget .nice-select{
    width: 100%;
    float: none;
    white-space: inherit;
}
.sidebar__widget .nice-select .option {
    width: 100%;
}

.sidebar__widget .nice-select.open .list {
    width: 100%;
}
.wp-block-latest-comments {
    padding-left: 0 !important;
}
.wp-block-latest-posts.has-dates {
    padding-left: 0;
}
.wp-block-archives li a, .wp-block-categories li a {
    color: #686777;
}
.wp-block-search__input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 15px;
}
.wp-block-cover{
    margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
    margin-left: 0;
    background: #000;
    color: #fff;
    border: 0;
    padding: 12px 40px;
    margin-bottom: 14px;
}
.copyright__text p {
    margin: 0;
}

.legend-page-content figure.wp-caption.aligncenter {
    margin-top: 40px;
}
.legend-page-content .size-full.alignright {
    margin-bottom: 35px;
    margin-top: 20px;
    clear: both;
}
.admin-bar .header-menu-2.sticky-menu {
  margin-top: 32px;
}
.legend-page-content .post-comments-form {
    margin-top: 50px;
}
.legend-page-content .post-comments {
    margin-top: 40px;
}
.blog__details-area code{
    margin-top: 0px;
}

.postbox.sticky .postbox_text {
  border: 2px solid #fd914f;
}
.page-links > span {
    border: 2px solid #222e60;
    color: #222e60;
}
.post-text a:hover {
    color: #fd914f;
}

.post-text a {
    color: #fd914f;
}
.post-text a.tag-cloud-link {
  color: #666;
}
.post-text a.tag-cloud-link:hover {
  color: #fff;
  background: #fd914f;
  border-color: #fd914f;
}
.wp-block-calendar {
  margin-bottom: 30px;
}
.post-text .blocks-gallery-grid img {
  margin: 0;
}
.page-links a:hover {
    border: 2px solid #fd914f;
    color: #fd914f;
}
.post-password-form input[type="submit"] {
    background-color: #fd914f;
}
.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
}
.post-password-form label {
  width: 100%;
}
.post-password-form input[type="submit"] {
    background-color: #222e60;
    border: none;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
    border-radius: 8px;
}
.postbox__text .blog-post-tag {
    padding-top: 40px;
}


.layout-wrapper .alignright.size-thumbnail {
    margin-bottom: 20px;
    clear: both;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2);
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item{
    width: calc((100% - 16px)/2)!important;
}
.wp-block-search .wp-block-search__input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0 25px;
    padding-top: 0px;
    padding-right: 25px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #f8f4ef;
    outline: none;
    padding-top: 3px;
    padding-right: 80px;
}
.wp-block-button {
    margin-bottom: 15px;
}
.wp-block-cover-text {
    color: #fff !important;
}
.wp-block-cover-text a {
    color: #fff;
}
.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}
.blocks-gallery-caption {
    margin-bottom: 40px;
}
.wp-block-group.has-background {
    margin-bottom: 25px;
}
.is-style-outline .wp-block-button__link {
    border: 2px solid #222;
}
.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid #222;
    color: #222 !important;
}

.widget.mb-40.widget_media_image {
  padding: 0;
  border: 0;
}
.widget .nice-select,.footer-widget .nice-select {
  float: none;
  border-radius: 0;
}
.widget .nice-select .option, .footer-widget .nice-select .option {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin: 0;
}
.widget .nice-select .list {
  width: 100%;
}
.widget .nice-select::after,.footer-widget .nice-select::after {
  right: 18px;
}
.blog-area .post-comments ol ol, .blog-area .post-comments ol ul, .blog-area .post-comments ul ol, .blog-area .post-comments ul ul {
  margin-bottom: 20px;
}
.blog-area .post-comments ol ol ol, .blog-area .post-comments ol ul ul, .blog-area .post-comments ul ol ol, .blog-area .post-comments ul ul ul {
  margin-bottom: 0px;
}
.comments-text > ul, .comments-text > ol {
  margin-bottom: 20px;
}
.legend-page-content ol, .legend-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
.legend-page-content ol ol ol, .legend-page-content ol ul ul, .legend-page-content ul ol ol, .legend-page-content ul ul ul {
  margin-bottom: 0px;
}
.legend-page-content ol ol, .legend-page-content ol ul, .legend-page-content ul ol, .legend-page-content ul ul {
  margin-bottom: 0;
}
.blog-area ol ol, .blog-area ol ul, .blog-area ul ol, .blog-area ul ul {
  margin-bottom: 0;
}


.footer-widget.widget_recent_comments li a {
  display: unset;
}
.footer-style-2 .footer1__padding1 {
  background: #fff;
  border-bottom: 1px solid #d9e8ff;
  padding: 0px;
}
.footer-style-2 .footer1__copyright {
  background: #fff;
  padding: 20px 0px;
}
.footer-style-2 .footer1__copyright--text p {
  color: #00235a;
}
.footer-style-2 .footer-title {
  color: #00235a;
}
.footer-style-2 .footer-widget p {
  color: #00235a;
}
.footer-style-2 .footer-widget ul li a {
  color: #00235a;
}
.footer-style-2 .footer1__about--item-content h5 {
  color: #00235a;
}
.footer-style-2 .footer1__padding1 {
  padding: 0px;
  border-top: 1px solid #d9e8ff;
}
.footer-border .col-lg-3{
  padding-top: 95px;
  padding-bottom: 40px;
}
.footer-border .col-lg-3::before {
  content: "";
  position: absolute;
  border-left: 1px solid #d9e8ff;
  left: 0;
  top: 0;
  height: 100%;
}
.footer-border .col-lg-3:nth-child(1)::before {
  display: none;
}
.footer-border .col-lg-3:nth-child(2)::before {
  left: 10px;
}
.footer-border .col-lg-3:nth-child(3)::before {
  left: -14px;
}
.footer-border .col-lg-3:nth-child(4)::before {
  left: 15px;
}
.footer-border .col-lg-3:nth-child(2) .footer-widget{
  padding-left: 20px;
}
.footer-border .col-lg-3:nth-child(4) .footer-widget{
  padding-left: 30px;
}
.sidebar__widget-title.mb-50 {
  margin-bottom: 35px;
}
.postbox_text {
  border: 2px solid #ededed;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
  transition: .3s;
  padding-top: 40px;
}
.post-meta span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 20px;
  font-size: 15px;
  display: inline-block;
  color: #00235a;
}
.post-meta a {
  font-weight: 500;
  color: #00235a;
}
.post-meta a:hover {
  color: #fd914f;
}
.post-meta span i {
  color: #fd914f;
  font-size: 14px;
  margin-right: 2px;
}
.post-meta span a{}
.blog-title {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-title a:hover{
  color: #fd914f;
}
.widget-title-box {
  text-align: center;
}
.cm-btn{
  border:0;
}
.cm-btn i{
  margin-right: 3px;
}
.blog-post-tag span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-post-tag a {
  border: 2px solid #f6f6f6;
  padding: 12px 25px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #00235a;
  margin-right: 5px;
  margin-top: 5px;
}
.blog-post-tag a:hover{
  background: #fd914f;
  color: #fff;
  border-color: #fd914f;
}
header ul,footer ul{
  list-style: none;
}
.legend-page-content .post-entry > p{
  margin: 32px 0;
  margin-top: 0;
}

.home .page_title__bread-crumb{
  display: none;
}

.bdevselement-post-list {
  list-style: none;
}

blockquote {
    margin: 35px 0px !important;
    padding: 40px;
    color: #2c3941;
    position: relative;
    background: #f8f4ef;
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 7px;
}

blockquote cite {
  font-size: 18px;
display: block;
margin-top: 10px;
color: #151735;
font-style: inherit;
}
blockquote::before {
    content: "\f10e";
    position: static;
    font-family: 'Font Awesome 5 Pro';
    font-size: 32px;
    color: #222e60;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}
.post-text blockquote p {
    margin-bottom: 10px !important;
    font-size: 15px;
    color: #2c3941;
    line-height: 28px;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #222e60;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.wp-block-quote {
  border-left: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 20px 20px;
}
.wp-block-quote.has-text-align-right {
  border-right: 0;
}
/*custom */
.post-text img {
  max-width: 100%;
}
.blog-text img {
	max-width: 100%;
}
.logo {
  padding: 20px 0;
}
.logo-gradient {
  padding: 20px 0;
}
.single-post .page__title-content h2 {
  font-size: 55px;
}
.post_gallery .owl-nav div button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.post_gallery .owl-nav div.owl-next button {
  left: auto;
  right: 35px;
}
.post_gallery .owl-nav div button:hover {
  background: #fd914f;
  color: #fff;
}
.sidebar-posts-bg-thumb {
    height: 82px;
    width: 80px;
    border: 1px solid #e0e5ef;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}
.rc-text h6 {
    font-size: 16px;
    color: #2c3941;
    margin-bottom: 6px;
    font-weight: 200;
    font-family: 'DIN-Regular'!important;
}
.rc-text h6:hover{
    color: #222e60;
}
.rc-post > div{
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ebebeb;
}
.rc-post > div:last-child{
    border-bottom:0;
}
.rc-meta {
    color: #677a85;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.sidebar__widget.widget_media_image {
    padding: 0;
    border: 0;
}
.blog-area .sidebar__widget  ul {
  padding: 0;
  margin: 0;
}
.sidebar__wrapper-2 .sidebar__widget ul ul {
  padding-left: 10px;
  padding-top: 10px;
}
.blog-details-2 {
  position: relative;
}
.sticky .blog-details-2::before {
  position: absolute;
  content: "\f5a2";
  right: 20px;
  top: 35px;
  font-family: "Font Awesome 5 Pro";
  color: #fd914f;
  font-size: 35px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  color: #fff !important;
  border-radius: 0;
}
.wp-block-archives-dropdown select,.wp-block-categories-dropdown.wp-block-categories select {
  width: 250px;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
/*.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 30px;
}*/
.wp-block-search .wp-block-search__button {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background: #222e60;
    border: 0;
    height: 55px;
    padding: 0 24px;
    color: #fff;
    font-size: 15px;
    height: 86%;
    border-radius: 0px 7px 7px 0px;
}
.home_front_page .slider__shape{
  display: none;
}
.logo-3 img {
  width: 105px;
}
.logo-gradient img {
  width: 105px;
}
.blog__details-wrapper .postbox__meta {
    margin-bottom: 15px;
}
.blog__details-wrapper .postbox__title{
  display: none;
}
.logo.mb-40 {
  padding: 0;
}
.footer__widget-title .logo img {
  width: 105px;
}

.sidebar__close-btn span:first-of-type {
  display: none;
}
.sidebar__close-btn span:last-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.post-text.mb-20 {
  margin-bottom: 0;
}
.blog__details-wrapper .post-text.mb-20 p:last-child {
  margin-bottom: 0;
}

/* comment box */
.post-comment-form {
  clear: both;
}
.post-comment-title h3 {
  font-size: 22px;
}
.latest-comments ul {
  
}
.post-comments  .latest-comments ul {
  
}
ul.children {
  list-style: none;
}
.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li.children {
  margin-left: 105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 60px;
  }
}
@media (max-width: 575px) {
  .latest-comments li.children {
    margin-left: 15px;
  }
  .latest-comments ul li ul.children {
    padding-left: 0px;
  }
}

.comments-avatar {
  float: left;
  margin-right: 20px;
}
.comments-avatar img {
  width: 70px;
}
.children .comments-avatar img {
  width: 50px;
}
.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comments-text {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comments-text p {
  margin-bottom: 20px;
}

.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
}
.blog__author-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: #2c3941;
    text-transform: uppercase;
}
.avatar-name span {
    font-size: 14px;
    font-weight: 600;
    color: #2c3941;
    text-transform: uppercase;
}
.comment-reply-link {
    font-weight: 500;
    font-size: 14px;
    color: #2c3941;
}
.post-comments-title h2 small {
    font-size: 17px;
    color: #666;
}
.comment-reply-link i {
  padding-right: 4px;
}

.comment-reply-link:hover {
  color: #fd914f;
}

/* post comment */
.post-input input, .post-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 8px;
}
.post-input input::placeholder, .post-input textarea::placeholder {
  font-weight: 500;
  color: #686777;
}
.post-input input:focus, .post-input textarea:focus {
  border-color: #222e60 !important;
  outline: none;
  background: #ffffff;
}
.post-input input:focus::placeholder, .post-input textarea:focus::placeholder {
  opacity: 0;
}
.post-input textarea {
  height: 180px;
  line-height: 26px;
  resize: none;
  padding: 30px;
  padding-top: 20px;
}

.post-check input {
  margin-right: 5px;
}

.post-comment-form h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.post-comment-form > span {
  display: inline-block;
  margin-bottom: 45px;
}
.basic-pagination.basic-pagination-2.mb-40 ul {
  padding-left: 0;
}


/*fadein custom*/
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}


/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.footer-widget.widget_rss .rssSummary {
    color: #999b9f;
}
.footer-widget.widget_text p {
    color: #999b9f;
}
.footer-widget p {
    color: #999b9f;
}

.social-links {
  margin-top: 20px;
}
.social-links a {
  margin-right: 11px;
}
.social-links a:hover {
  color: #fff;
}
.footer-widget.widget_rss cite{
    color: #999b9f;
}
.footer-widget.widget_rss .rss-date{
    color: #999b9f;
}
.blog__sidebar .nice-select {
    float: none;
    white-space: inherit;
}
.footer__widget .nice-select {
    float: none;
    white-space: inherit;
}
.blog__sidebar .nice-select.open .list {
    width: 100%;
}
.footer-widget .nice-select.open .list {
    width: 100%;
}
.footer-bg{
    background-color: #222429;
}
.sidebar__widget.widget_block h2 {
    position: relative;
    font-weight: 500;
    color: #2c3941;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    padding-left: 30px;
    margin-bottom: 30px;
}
.sidebar__widget .wp-block-search .wp-block-search__label {
    position: relative;
    font-weight: 500;
    color: #2c3941;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.sidebar__widget.widget_block h2::after {
    left: 0px; 
    height: 20px;
    width: 2px;
    background: #222e60;
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar__widget .wp-block-search .wp-block-search__label::after {
    left: 0px;
    height: 20px;
    width: 2px;
    background: #222e60;
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.postbox__thumb img {
    max-width: 100%;
}

.sidebar__widget.widget_block .wp-block-latest-comments a {
    color: #222328;
}
.sidebar__widget.widget_block .wp-block-latest-comments a:hover {
    color: #222e60;
}
.sidebar__widget.widget_rss .rssSummary{
    color: #222328;
}
.sidebar__widget.widget_text .textwidget p {
    color: #222328;
}


/*Gutenburg css */

.footer__widget.widget_block h2 {
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 2px solid #34454f;
}
.footer__widget.widget_calendar .wp-block-calendar table th {
    background: none !important;
    border: none !important;
}
.footer__widget #wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    color: #d1cfdd;
    font-weight: 600;
}
.footer__widget.widget_block ol li a{
    color: #a7c1d1;
}
.footer__widget.widget_block ol li a:hover{
    color: #fff;
}
.footer__widget.widget_block time {
    color: #a7c1d1;
    font-size: 15px;
}
.footer__widget.widget_block p{
    font-size: 15px;
    color: #a7c1d1;
}
.footer__widget.widget_block ul ul {
    padding-left: 15px;
    padding-top: 6px;
}
.wp-block-tag-cloud a {
    background: #fff;
    color: #2c3941;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1;
    padding: 10px 21px;
    padding-bottom: 10px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 40px;
    border: 0;
}
.wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #222e60;
}
.footer__widget.widget_search label{
    display: none;
}
.wp-block-search .wp-block-search__button {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background: #222e60;
    border: 0;
    height: 55px;
    padding: 0 24px;
    color: #fff;
    font-size: 15px;
    height: 86%;
    border-radius: 0px 7px 7px 0px;
}

/*Sidebar Css*/
.sidebar__widget.widget_block h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
}
.sidebar__widget.widget_block h3::after {
    left: 0px;
    height: 20px;
    width: 2px;
    background: #222e60;
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar__widget.widget_block.widget_calendar table th{
   background: none;
   border: none;
   color: #677a85;
   font-weight: 600;
}
.sidebar__widget.widget_block.widget_calendar caption{
    color: #6c757d;
}
.sidebar__widget.widget_block ol li a{
    color: #222328;
    font-weight: 500;
    text-transform: capitalize;
}
.sidebar__widget.widget_block time{
    color: #677a85;
    font-size: 15px;
}
.sidebar__widget.widget_block p{
    font-size: 15px;
    color: #222328;
}
.blog__details-wrapper .postbox__item,
.blog__details-wrapper .postbox__item:hover {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.blog__details-wrapper .postbox__thumb{
    margin-bottom: 40px;
}
.bs-widget-title {
    font-size: 24px;
}









/****/
.page_wrapper{
    position: relative;
    z-index: 0;
}
.page-area,
.blog-area  {
    position: relative;
    z-index: 0;
    background-color: #fff;
}





.elementor-accordion {}

.elementor-accordion .elementor-accordion-item {
    border: 0!important;
    border-bottom: 1px solid #dde0ed!important;
}

.elementor-accordion .elementor-tab-title {
    font-size: 22px;
    font-family: "DIN-Regular", sans-serif!important;
    padding: 30px 20px!important;
}

a.elementor-accordion-title {
    color: #222e60;
}

a.elementor-accordion-title span {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border: 1px solid #000;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 50%);
}

.elementor-widget-accordion .elementor-accordion-title {
    color: #222e60!important;
    font-family: "DIN-Regular", sans-serif!important;
    font-size: 30px;
    font-weight: 400!important;
}


.elementor-active .elementor-accordion-title {
    color: #222e60!important;
}

.elementor-tab-title.elementor-active {
    background-color: #f4f6fe;
    padding: 30px 20px 0px 20px!important;
}

.elementor-tab-title.elementor-active span{
    background-color: #222e60;
    color: #fff;
}

.elementor-accordion .elementor-tab-content {
    background-color: #f4f6fe;
    border-top: 0px solid #dde0ed!important;
    padding: 15px 20px 25px 20px!important;
}
.elementor-accordion .elementor-tab-content p{
    font-family: "DIN-Light", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: rgb(34 46 96 / 50%);
    margin-bottom: 0;
}








.service__item {
    background-color: #f4f3f1;
    padding: 30px;
    border-radius: 20px;
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.08);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.service__item:hover {
    --e-transform-translateY: -10px;
}
.consulting-services .service__item {
    background-color: #f8f9fe;
}
.service__content {
    display: flex;
    gap: 20px;
    padding: 50px 25px;
    justify-content: space-between;
}

.service-title {
    font-size: 28px;
    color: #222e60;
    margin-bottom: 25px;
}

.service__txt p {
    color: #797d94;
    font-size: 20px;
    font-family: "DIN-Regular", sans-serif!important;
    font-weight: normal;
    opacity: .7;
}
.service__txt {
    width: calc(100% - 146px);
}
.service__icon {

}

.service__btn a {
    font-size: 22px;
    font-family: 'DIN-Bold';
    position: relative;
    color: #0a8cd7;
    padding: 0;
}

.service__btn a:before {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    background-color: #0a8cd7;
}

.service__btn a:hover:before {
    height: 9px;
}


/*****/

.Specialties_boxs .ekit-wid-con .elementskit-infobox .box-body,
.Specialties_boxs .ekit-wid-con .elementskit-infobox .elementskit-box-header{
    text-align: center;
}
.Specialties_boxs .ekit-wid-con img {
    height: 58px!important;
    width: auto;
}

/**********/

.border-effect a {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.border-effect a:hover {
    background-size: 100% 100%;
    color: inherit;
}


/**********/

.rtl .ekit-wid-con .elementskit-section-title-wraper.left,
.rtl .ekit-wid-con .elementskit-section-title-wraper.text_left{
    text-align: right;
}

.rtl .elementskit-section-title-wraper.text_left .ekit_heading_separetor_wraper>div {
    float: right;
}

.about_intro h4{
    font-size: 20px;
    font-family: 'DIN-Regular'!important;
    text-align: justify;
    line-height: 27px;
}
.about_intro .ekit-heading__description>p:first-child {
    margin-top: 10px;
    font-size: 19px;
    color: #50c07e;
}




/**********/

@media (max-width: 767px){
	.ceo_intro .elementor-background-overlay{
		opacity: .2!important;
	}
}

.about__area {
    /*background-color: #f7fbff;
    box-shadow: 0px 0px 0px 2px #eff7ff;
    border-radius: 25px;*/
}
.about__author-avater img {
    width: 85px;
    border-radius: 50%!important;
    border: 1px solid #c3c8d3!important;
    padding: 4px;
}

/**********/



.jdwa_count .elementskit-funfact-inner {
    margin-bottom: 25px;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.jdwa_count .number-percentage-wraper {
    font-size: 50px;
}

.jdwa_count .ekit-wid-con .elementskit-funfact .funfact-content .number-percentage-wraper {
    font-size: 80px;
    display: flex;
    align-items: center;
    color: #222e60;
    flex-direction: row-reverse;
    justify-content: center;
}
.rtl .jdwa_count .ekit-wid-con .elementskit-funfact .funfact-content .number-percentage-wraper {
	flex-direction: row;
}

.jdwa_count .ekit-wid-con .elementskit-funfact .super {
    font-size: 46px;
    color: #0a8cd7;
}

.jdwa_count .ekit-wid-con .elementskit-funfact .funfact-title {
    font-size: 23px;
    font-family: 'DIN-Light'!important;
    font-weight: 200!important;
    color: #a8abb9;
}

.jdwa_count .funfact-icon {
	margin: -20px 0 0 0;
}

.jdwa_count .odometer.odometer-auto-theme {
    line-height: 1;
}

.jdwa_count .odometer-digit {
    vertical-align: top!important;
}
.jdwa_count .odometer-inside {
    direction: ltr;
}

@media (max-width: 767px) {
	.jdwa_count .ekit-wid-con .elementskit-funfact .funfact-content .number-percentage-wraper {
		font-size: 60px;
	}

	.jdwa_count .elementskit-funfact-inner {
		flex-direction: column;
		gap: 0;
		margin-bottom: 35px;
	}
}

/****/

#services_1.digital-services:before {
/*     content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
/*     background-image: url(../img/home_services_1.png); */
/* 	background-image: url(../../../../uploads/2024/11/home_services_1.png );
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%; */
}


#services_1 .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     object-position: right top; */
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 1600px) {
    #services_1 .background-image {
	    object-position: 25%;
	}
}
@media (max-width: 767.9px) {
    #services_1 .background-image {
	    object-position: 15%;
	}
}


#services_2.digital-services:before {
/*     content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
/*     background-image: url(../img/home_services_2.png); */
/* 	background-image: url(../../../../uploads/2024/11/home_services_2.png );
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%; */
}



#services_2 .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     object-position: right top; */
    z-index: -1;
}



.jdwa_numbers:before {
/*     content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
/*     background-image: url(../img/jdwa_numbers-bg.png); */
/* 	background-image: url(../../../../uploads/2024/11/jdwa_numbers-bg.jpg ); */
/*     background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%; */
}

.jdwa_numbers .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     object-position: right top; */
    z-index: -1;
}


.elementor-107088 .elementor-element.elementor-element-5cd28684 .elementor-repeater-item-59efa58.ekit-section-parallax-layer {
    display: none;
}

[lang="en-US"] #services_1.digital-services:before,
[lang="en-US"] #services_2.digital-services:before,
[lang="en-US"] .jdwa_numbers:before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media (max-width: 768px){
	#services_1.digital-services:before {
		opacity: .2;
	}
	#services_2.digital-services:before {
		opacity: .5;
	}
	.jdwa_numbers:before {
		opacity: .05;
	}
}


.jdwa_testmonials{
    background: rgb(185,225,248);
    background: -moz-linear-gradient(180deg, rgba(185,225,248,1) 0%, rgba(218,242,255,1) 64%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(185,225,248,1) 0%, rgba(218,242,255,1) 64%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(185,225,248,1) 0%, rgba(218,242,255,1) 64%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9e1f8",endColorstr="#ffffff",GradientType=1);
    background-image: url(../img/shape-52144.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.testimonial__area .swiper-slide {
    padding: 35px 50px 0 50px;
}
.testimonial__area .testimonial-pagination {
	text-align: center;
    position: relative;
}
.testimonial__userInfo {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0 0;
}
.testimonial__area .testimonial__rate {
    text-align: end;
}
.testimonial__area .testimonial__rate i {
    font-size: 18px;
    margin: 0 2px;
    color: #ffd022;
}
.testimonial__area .testimonial-pagination span.swiper-pagination-bullet {
    margin: 0 4px;
}
.rtl .testimonial__content-3::after {
    right: 60px;
    left: auto;
    border-left: 35px solid transparent;
    border-right: 0;
}
.testimonial__avater-3 {
    position: relative;
}

.testimonial__avater-3 span.image-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #0a8cd7;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: -10px;
    left: -12px;
    opacity: 0;
    transform: scale(0);
    transition: all 400ms linear 0s;
    transform-origin: bottom;
    opacity: 1;
    transform: scale(1);
	transform: rotateY(180deg);
}
.rtl .testimonial__avater-3 span.image-icon {
    right: -12px;
	transform: rotateY(0);
}

.testimonial__avater-3 span.image-icon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 16px solid #0a8cd7;
    transform: rotate(30deg);
}





/** home intro **/

.elementskit-section-title {
    font-size: 40px;
}

.elementskit-section-subtitle {
    color: #fff!important;
    font-family: 'DIN-Regular'!important;
    font-weight: 400!important;
}

.ekit-heading__description p {
    font-size: 24px!important;
    color: #222e60!important;
}

.ekit-heading__description {
    margin: 30px 0 0 0;
}

/*a.elementskit-btn.btn-lg.whitespace--normal {
    font-size: 20px;
    padding: 23px 50px;
    background-color: #fff;
    color: #2f46d5;
}*/



/** styled ol horizontal **/

 .styled_ol_horizontal {
    margin-top: 40px;
    list-style: none;
    counter-reset: item;
    padding: 0!important;
    text-align: center;
    font-family: 'DIN-Regular';
 }
 .styled_ol_horizontal li {
	counter-increment: item;
	margin-bottom: 15px;
	display: inline-block;
	width: 155px;
	text-align: center;
	vertical-align: top;
}
 .styled_ol_horizontal li:before {
   content: counter(item);
   background: #222e60;
   border: 2px solid #fff;
   border-radius: 100%;
   color: #ffffff;
   width: 70px;
   height: 70px;
   line-height: 70px;
   font-size: 36px;
   text-align: center;
   display: inline-block;
   box-shadow: 0px 0px 10px 10px #0000000d;
 }

.styled_ol_horizontal li span {
    display: block;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-family: 'DIN-Bold';
    color: #222e60;
    line-height: 1.2;
}

/** ekit-wid Title **/
.ekit-wid-con .elementskit-section-title {
    color: #222e60;
}

.ekit-wid-con .elementskit-section-title span {
    color: #2db464!important;
    font-family: inherit!important;
}

.elementor-widget-container .ekit-wid-con a {
    /*padding: 20px 40px!important;*/
    font-size: 20px!important;
}
.ekit-wid-con .elementskit-btn {
    padding: 20px 40px!important;
}
.ekit-wid-con .ekit-video-popup.ekit_icon_button {
    padding: 0!important;
}
.ekit-wid-con .elementskit-border-divider {
    right: 0!important;
    left: 0!important;
}
.ekit-wid-con h2.elementskit-section-title {
    font-size: 50px!important;
}
.ekit-wid-con .elementskit-border-divider {
    background: linear-gradient(90deg, #2db464 0%, #0a8cd7 100%)!important;
}
.ekit-wid-con .elementskit-border-divider::before {
    background-color: #0a8cd7!important;
    color: #0a8cd7!important;
}
.ekit-wid-con .elementskit-infobox .box-body p {
    font-family: "DIN-regular"!important;
    line-height: 1.3!important;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link {
    font-weight: 400!important;
}
/** stylish list **/

.ekit-wid-con .ekit-stylish-list-content {
	justify-content: normal!important;
}

ul.ekit-stylish-list {
    margin: 30px 0!important;
    font-size: 20px;
}

ul.ekit-stylish-list li {
    margin-bottom: 15px;
}

.ekit-stylish-list-content-icon i {
    font-size: 26px!important;
    color: #35b76a!important;
    margin-inline-end: 5px;
}

.ekit-wid-con .ekit-stylish-list-content-icon {
    margin: 0px!important
}
.ekit-wid-con .ekit-stylish-list-content-wrapper:hover {
    transform: translateX(-5px)!important;
}
.ekit-stylish-list-content-wrapper:hover .ekit-stylish-list-content-title {
    color: #46bd77!important;
}

/* service box icon */
.ekit-wid-con .elementskit-infobox img {
    height: 72px!important;
    width: auto;
}


.fw-normal h2,.fw-normal h3,.fw-normal h4,.fw-normal h5{
    font-family: "DIN-regular", sans-serif!important;
    line-height: 1.4;
}
.elementor-widget-text-editor{
	font-family: 'DIN-Regular'!important;
	font-size: 18px;
}

/****/

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea {
    padding: 24px 20px!important;
    border: 2px solid rgb(167 167 167 / 25%)!important;
}

div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus {
    border: 2px solid rgb(167 167 167 / 50%)!important;
    box-shadow: 0 0 0 7px rgb(225 225 225 / 15%)!important;
    outline: none!important;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%!important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 5px!important;
    font-family: 'DIN-Light';
}

.wpforms-container .wpforms-submit-container {
    text-align: center;
}

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button {
    background-color: #0A8CD7!important;
    padding: 20px 50px!important;
    height: auto!important;
    -webkit-transition: 0.3s!important;
    -o-transition: 0.3s!important;
    transition: 0.3s!important;
    outline: 0;
}
div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active {
    background-image: none!important;
    background-color: #16a0f0!important;
}
div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}
div.wpforms-container-full .wpforms-field-label {
    margin: 0 0 6px 0!important;
    font-size: 16px!important;
    font-family: 'DIN-Regular';
    font-weight: 400;
}
div.wpforms-container-full .wpforms-field-row+.wpforms-field-description {
    margin-top: -20px!important;
}
.wpforms-container .wpforms-field {
    min-height: 107px!important;
}

.nice-select.wpforms-field-medium {
	position: relative;
    padding: 4px 20px!important;
    border: 2px solid rgb(167 167 167 / 25%);
    width: 100%;
}
.wpforms-container .wpforms-form * {
    font-size: 16px;
}
.nice-select.wpforms-field-medium:focus {
    border: 2px solid rgb(167 167 167 / 50%)!important;
    box-shadow: 0 0 0 7px rgb(225 225 225 / 15%)!important;
    outline: none;
}
.nice-select .option {
    margin: 0;
    padding: 0px 20px;
    font-size: 15px;
    font-family: 'DIN-Regular'!important;
}
@media only screen and (max-width: 600px){
	div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout) {
		overflow-x: unset!important;
	}
}
.rtl .nice-select:after {
    right: auto;
    left: 12px;
}
/****/
.elementor-107088 .elementor-element.elementor-element-7f6f65c {
    width: 70%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.elementor-108783 .elementor-element.elementor-element-7f6f65c {
    width: 70%!important;
    position: absolute;
    top: 0;
    right: 0;
}
.elementor-element-7f6f65c {
    height: 95vh!important;
    min-height: 100%;
}
.elementor-element-7f6f65c div{
    height:100%
}

.elementor-column.elementor-top-column.elementor-element.elementor-element-e8e4b0c {
    position: relative;
}

.hero .ekit-heading__description p {
    color: #55c1ff!important;
}

.hero .h-100 {
    height: 95vh!important;
    min-height: 100%;
}


.hero .welcome_txt {
    text-align: center;
}
@media (min-width: 767px){
	.hero .welcome_txt,.welcome_reg-btn {
		margin-left: 25%;
	}
	.rtl .hero .welcome_txt,.welcome_reg-btn {
		margin-left: 0;
		margin-right: 25%;
	}

}
.hero .elementor-image-carousel-wrapper.swiper-container.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal {
    height: 95vh;
}

/*.hero .elementor-107088 .elementor-element.elementor-element-7f6f65c div {
    height:100%
}*/



.hero figure.swiper-slide-inner {
    height: 100%;
}

.hero figure.swiper-slide-inner img {
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
    object-position: top center;
}

/******/

.page:not(.home) [data-elementor-type ="wp-page"]
{
	padding-top:50px
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1400px;
	}
}

@media (max-width: 768px){
	.hero .hero_img img {
		max-width: 300px!important;
	}
	.testimonial__area .swiper-slide {
		padding: 20px 0;
	}
	.testimonial__avater-3 span.image-icon {
		left: 0;
	}
	.rtl .testimonial__avater-3 span.image-icon {
		right: 0;
	}
	.list-clients {
		margin-top: 0;
	}
	.swiper-wrapper {
		margin-bottom: 25px;
	}
	.services.digital-services .elementor-widget-container {
		text-align:center
	}

	.services.digital-services .service_sympol img {
		height: 300px;
		width: auto;
	}
}


/* box icon */
.box_icon .elementskit-infobox {
	margin-bottom: 20px;
    padding: 30px 20px!important;
    background-color: #222E60!important;
    text-align: center;
    border-radius: 20px;
    position: relative;
    top: 0;
    transition: 0.7s;
}
.box_icon .elementskit-infobox:hover {
    background-color: #2b3c81!important;
}
.box_icon .elementskit-infobox img {
    height: 62px!important;
}

.box_icon .ekit-wid-con .elementskit-info-box-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'DIN-Regular'!important;
}

.box_icon .ekit-wid-con .elementskit-info-box-icon {
    margin-bottom: 25px!important;
}

.box_icon .elementskit-infobox:hover {
    top: -10px;
}


/* steps */
.jdwa_steps .row .col {
    max-width: 315px;
}

.jdwa_steps .row .col:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 85px;
    top: 80px
}
[lang="en-US"] .jdwa_steps .row .col:before {
	left: 75%!important;
    top: 80px!important;
    width: 55%!important;
    -moz-transform: scaleX(-1)!important;
    -o-transform: scaleX(-1)!important;
    -webkit-transform: scaleX(-1)!important;
    transform: scaleX(-1)!important;
    filter: FlipH!important;
    -ms-filter: "FlipH"!important;
}
.jdwa_steps .row .col:nth-child(odd):before {
    background-image: url(../img/curved_dashed_line-1.svg)
}

.jdwa_steps .row .col:nth-child(even):before {
    background-image: url(../img/curved_dashed_line-2.svg);
    height: 85px
}

.jdwa_steps .row .col:last-child:before {
    content: none
}

.jdwa_steps .number span {
    background: #35b76a;
    width: 45px;
    height: 45px;
    line-height: 47px;
    transition: all .5s;
    color: #fff;
}

.jdwa_steps .number span:after {
    content: '';
    position: absolute;
    width: 130%;
    height: 130%;
    border-radius: 50%;
    border: 1px dashed #35b76a;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    top: 50%
}

.jdwa_steps .image .bg {
    background-color: #222e60;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    z-index: -1;
    border-radius: 30px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    transition: all .5s;
}

.jdwa_steps .list_step:hover .bg {
    transform: translateX(50%) translateY(-50%) rotate(180deg);
    transition: all .5s;
}

.jdwa_steps .list_step:hover .shape:after,
.jdwa_steps .list_step:hover .shape:before,
.jdwa_steps .list_step:hover .bg,
.jdwa_steps .list_step:hover .number span {
    background-color: #2d3968!important;
    color: #fff;
}

.jdwa_steps .list_step:hover .title {
    color: #2d3968!important
}

.jdwa_steps .list_step:hover .number span:after {
    border-color: #000!important
}

.jdwa_steps .image img {
    height: 50px;
    filter: brightness(0) invert(1);
}

.jdwa_steps .image .shape {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    top: 50%;
}

.jdwa_steps .image .shape span {
    width: 6px;
    height: 6px;
    background: #35b76a;
    border-radius: 2px;
    right: 40px;
    top: 90%;
    position: absolute
}

.jdwa_steps .image .shape:after,.jdwa_steps .image .shape:before {
    content: '';
    position: absolute
}

.jdwa_steps .image .shape:after {
    width: 13px;
    height: 13px;
    background: #35b76a;
    border-radius: 4px;
    right: 0;
    top: 25px
}

.jdwa_steps .image .shape:before {
    width: 9px;
    height: 9px;
    background: #35b76a;
    border-radius: 3px;
    left: -10px;
    top: 50%
}
.jdwa_steps .list_step .title {
	position:relative;
	z-index:1
}
@media (max-width: 768px){
	.jdwa_steps .list_step {
		margin-bottom: 50px;
	}
	.jdwa_steps .row .col:nth-child(2):before,
	.jdwa_steps .row .col:nth-child(4):before{
		display: none;
	}
}
@media (max-width: 768px){
	.jdwa_steps .row .col:before {
		right: 50%!important;
		top: 80px!important;
		transform: translateX(-50%)!important;
		width: 55%!important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.jdwa_steps.pioneer_steps .row .col.col-No3:before,
	.jdwa_steps.investors_steps .row .col.col-No3:before,
	.jdwa_steps.consult_steps .row .col.col-No3:before{
		display:none!important
	}
}
@media (min-width: 992px){
	.jdwa_steps.pioneer_steps .row .col.col-No4:before{
		display:none!important
	}
}
@media (max-width: 991px){
	.jdwa_steps .list_step .title {
		margin-bottom:60px
	}
}


/* Nine steps */
@media (max-width: 768px){
.jdwa_steps.nine_steps .row .col:nth-child(even):before{
	display:none
}
}
@media (min-width: 992px) and (max-width: 1200px){
	.jdwa_steps.nine_steps .row .col:nth-child(4):before,
	.jdwa_steps.nine_steps .row .col:nth-child(8):before{
		display:none
	}
}
@media (min-width: 768px) and (max-width: 991px){
.jdwa_steps.nine_steps .row .col:nth-child(3):before,
.jdwa_steps.nine_steps .row .col:nth-child(6):before{
	display:none
}
}

@media (min-width: 1200px){
.jdwa_steps.nine_steps .row .col:nth-child(5):before{
	display:none
}
}

/**** morphine wrap ****/
.morphine-wrap {
    position: relative
}

.parent-morpheneanim,.morphine-wrap img {
	-webkit-animation: morphine 15s linear infinite alternate forwards;
	animation: morphine 15s linear infinite alternate forwards;
	border-radius: 100%;
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	padding: 0px 0px 20px 40px;
	background: transparent;
	background: linear-gradient(90deg, rgba(10,140,215,1) 0%, rgba(34,46,96,0) 50%, rgba(34,46,96,0) 100%);	-webkit-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.parent-morpheneanim {
    -webkit-animation: parent-morphine 15s linear infinite alternate forwards;
    animation: parent-morphine 15s linear infinite alternate forwards
}

@-webkit-keyframes parent-morphine {
    0%,100% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }

    14% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    28% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
}

@keyframes parent-morphine {
    0%,100% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }

    14% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    28% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
}

@-webkit-keyframes morphine {
    0%,100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes morphine {
    0%,100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
.morphine-img{
	position:relative;
    height: 500px;
    max-width: 600px;
    margin-right: auto;
}
[lang="en-US"] .morphine-img{
    margin-right: 0;
    margin-left: auto;
}
[lang="en-US"] .morphine-img img {
    padding: 0px 40px 20px 0;
}
.elementor-widget-container{
    height: 100%;
}
.morphine-img img {
    -webkit-border-radius: 31% 69% 64% 36% / 35% 48% 52% 65%!important;
    border-radius: 31% 69% 64% 36% / 35% 48% 52% 65%!important;
    width: 100%!important;
    height: 100%!important;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    padding: 0px 0px 20px 40px;
    background-color: transparent;
    /*background-image: linear-gradient(180deg, #22B261 0%, #222E60 100%);*/
	background-image: linear-gradient(180deg, #e8e8e8 0%, #ffffff 100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 768px){
	.morphine-img {
		height: auto;
		max-width: 600px;
	}
}



.page-call-to-action {
    background-color: #222E60;
    border-radius: 30px;
    padding: 40px 25px;
}

.page-call-to-action .elementor-widget-image {
    width: 190px!important;
    height: 190px;
    padding: 42px;
    background-color: #fff;
    border-radius: 31% 69% 64% 36% / 35% 48% 52% 65%;
    margin: auto;
}
.page-call-to-action .elementskit-section-title {
    margin-bottom: 10px!important;
}
.page-call-to-action .elementskit-section-subtitle {
    color: #fff!important;
    font-family: 'DIN-Regular'!important;
    font-weight: 400!important;
    font-size: 20px;
}

/**********/
.details_icon_box .ekit-wid-con .elementskit-info-image-box {
    height: 300px;
}
.details_icon_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
    padding: 20px 0;
}


.details_icon_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-header {
    height: 200px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.details_icon_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-header img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
    object-position: top center;
}
.details_icon_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
    padding: 20px 0;
    background-color: transparent!important;
}
.details_icon_box .ekit-wid-con .elementskit-info-box-title {
    font-family: 'DIN-light'!important;
    font-weight: 400;
}
.details_icon_box .ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {
    color: #1d2327;
}
/***/
.elementor-add-section-area-button.elementor-add-template-button,
.elementskit-add-template-button{
    display:none!important
}




/* .lang-item {
    display: none!important;
} */
.admin-bar .lang-item {
    display: inline-block!important;
}