/*!
Theme Name: DiamondLab
Theme URI: https://abdullahmagdy.com/
Author: ENG.abdullah magdy
Author URI: https://abdullahmagdy.com/
Description: business themes called <code>DiamondLab</code>
Version: 1.11
*/
/* The WordPress theme file header goes here. */
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
:root{
    --mainfont:'Tajawal';
    --textcolor : #213e81;
    --primary:#cd7f32;
    --secondarycolor:#3dd507;
    --blackcolor: '#24485e';
}
html,body{
    font-family: var(--mainfont);
    font-size: 16px;
    padding: 0;margin: 0;
    font-weight: 400;
    overflow-x: hidden;
}
a,a:hover{text-decoration: none;}
ul,ol,nav{padding: 0;margin: 0;}
.bhf-hidden{display: none;}
#masthead{position: absolute;top: 0;right: 0;left: 0;z-index: 2;padding: 0.1% 10% 0;background:transparent;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.logos_wrap a{display: block;margin: 0 auto;}
.logos_wrap a img{width: auto;height: auto;max-height: 95px;margin: 5px;max-width: 270px !important;}
#site-navigation{padding: 0;}
#masthead #menu_tabs li{margin: 0 10px;}
#masthead #menu_tabs li a{color:#fff;font-size: 17px;font-weight:700;cursor: pointer;padding:2.2rem 0.5rem;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#masthead #menu_tabs li a i{font-size: 15px;}
#masthead #menu_tabs li a:hover{color: #f24f49;}
#masthead #menu_tabs li .dropdown-menu{
    border-top: 3px solid #ee4b49;
    background-color: rgba(32,32,32,0.6);
    position: absolute;
    display: none;
    background: #fff;
    top: 95px;
    bottom: auto;
    width: 280px;
    right: 0;
    left: 0;
    padding: 15px 10px;
    text-align: right;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#masthead #menu_tabs li:hover > .dropdown-menu{display: block;}
#masthead #menu_tabs li .dropdown-menu li{margin: 0;position: relative;}
#masthead #menu_tabs li .dropdown-menu li:after{content:'';position: absolute;top: 1.5rem;
    right: 0;
    background: var(--textcolor);
    width: 8px;
    height: 8px;
    border-radius: 15px;
    opacity: 0.6;}
#masthead #menu_tabs li .dropdown-menu a{padding: 1rem 1.5rem;color: var(--textcolor);}
#masthead #menu_tabs li .dropdown-menu li:hover a{color: #fd4d54;}
#masthead #menu_tabs li .dropdown-menu li:hover::after{background: #fd4d54;}

.contactshead_wrap ul{list-style: none;margin-top: 25px;padding: 0;text-align: left;float: left;}
.contactshead_wrap ul li{margin:5px;display: inline-block;}
.contactshead_wrap ul li a{
    display: inline-block;
    padding: 6px 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(#ae4748,#e3494b);
    margin-bottom: 0px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.contactshead_wrap ul li a:hover{background: #fff;color: #39d306;}
/*==== ====*/
.sliders_carousel{position: relative;width: 100%;height: max-content; min-height: 100vh;  z-index: 1;max-height:100vh;overflow: hidden;}
.sliders_carousel .images{width: 100%;  height: 850px;max-width: 100%;overflow: hidden;}
.sliders_carousel #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.sliders_carousel:after{content: '';z-index: 2;width:100%;height:100%;position: absolute;background-image: linear-gradient(120deg, #111e39 1%, #6e6d6db0 100%);top: 0;left: 0;right: 0;}
.sliders_carousel #slide_videos{position: absolute;z-index: 233;top: 33%;left: 0;right: 0;bottom: 0;}
.sliders_carousel .descriptions{margin: 0 auto;width: 45%;text-align: right;color: #fff;right: 17%;position: absolute;z-index: 2333;top: 35%;}
.sliders_carousel .descriptions h5{font-size: 1.5rem;margin-bottom: 10px;}
.sliders_carousel .descriptions h5 i{color: #e3494b;margin-left: 6px;}
.sliders_carousel .descriptions h1{font-size: 3rem;line-height: 1.3;font-weight: bold;margin-top: 2.2rem;margin-bottom: 2.2rem;}
.sliders_carousel .descriptions p{font-size: 18px;}
.sliders_carousel .descriptions a{
    margin: 10px;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 2%;
    border-radius: 35px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sliders_carousel .descriptions a:nth-child(odd){
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.sliders_carousel .descriptions a:nth-child(odd):hover{
    background: #e0494b;
    border-color: #e0494b;
}
.sliders_carousel .descriptions a:nth-child(even){
    background: #ffffff;
    border: 1px solid #ffffff;
}
.sliders_carousel .descriptions a:nth-child(even):hover{
    background: var(--textcolor);
    border-color: var(--textcolor);
    color: #fff;
}
.owl-carousel .owl-nav .owl-prev{position: absolute;top:39%;left: 5%;z-index: 2335;
    color: #d7494a;
    font-size: 30px;
}
.owl-carousel .owl-nav .owl-next{position: absolute;top: 39%;right: 5%;z-index: 2335;
    color: #d7494a;
    font-size: 30px;
}
.sliders_carousel .owl-item.active .descriptions{opacity: 1;}
/*====== ==========*/
.our_missiongoals{
    background: #f0f0f0;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
.our_missiongoals .heads h2{font-weight: bold;color: var(--textcolor);}
.our_missiongoals .heads a{
    padding: 10px 22px;
    border: 1px solid var(--textcolor);
    color: var(--textcolor);
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our_missiongoals .heads a i{font-size: 12px;margin: 5px;}
.our_missiongoals .heads a:hover{
    background: var(--textcolor);
    color: #fff;
}
.our_missiongoals .inners_feautres{background-color:#060606b2;padding:10%;min-height: 250px;color: #fff;border-radius: 10px;z-index: 3;position: relative;}
.our_missiongoals .inners_feautres .titles h3{font-size: 2rem;font-weight: bold;margin-bottom: 15px;}
.our_missiongoals .inners_feautres .descript{font-size: 0.85rem;line-height: 25px;}
.our_missiongoals .inners_feautres:hover{background-color: var(--textcolor);}
/*======= =========*/
.aboutus-section{padding: 2% 15px;}
.aboutus-section .headers h2{font-size: 2.8rem;font-weight: bold;}
.aboutus-section .headers h2:last-word{
    color: var(--textcolor);
    font-size: 5rem;
  }
.aboutus-section .headers span{font-size: 1.1rem;font-weight: normal;color: #333;}
.aboutus-section .images{position: relative;}
.aboutus-section .images img{position: relative;z-index: 2;max-width: 100%;border-radius: 15px;height:auto}
.aboutus-section .texts{padding-left: 4%;height: inherit;}
.aboutus-section .texts article{font-size: 1.2rem;line-height: 30px;font-weight: 400;margin: 0 !important;height: 100%;display: flex;align-content: center;align-items: center;}
.aboutus-section .texts article a{color: #000;font-weight: bold;}
.aboutus-section .texts h2{font-size: 2.5rem;font-weight: 700;}
.aboutus-section .texts h3{font-size: 2rem;font-weight: 700;}
.aboutus-section .texts h4{font-size: 1.5rem;font-weight: 700;}
.aboutus-section .texts a.links{display:inline-block;padding: 10px 22px;border-radius: 35px;background: transparent;border:1px solid var(--textcolor);color: var(--textcolor);font-size: 18px;}
.aboutus-section .texts a.links i {font-size: 12px;margin-right: 5px;}
.aboutus-section .texts a:hover{color: #fff !important;background-color:var(--textcolor) !important;}
.aboutus-section .texts a:hover i{color: #fff;}
.aboutus2-section .images #img_attach {
    position: absolute;
    right: -10px;
    top: -15px;
    background-color: #aacfe8;
    width: 90%;
    height: 100%;
    z-index: 1;
    border-radius: 15px;
}
/*============== =============*/
.our_services .headers h2{font-size: 2.2rem;font-weight: bold;color: #000;}
.our_services .headers a{
    padding: 10px 22px;
    border: 1px solid var(--textcolor);
    color: var(--textcolor);
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our_services .headers a i{font-size: 12px;margin: 5px;}
.our_services .headers a:hover{
    background: var(--textcolor);
    color: #fff;
}
.our_services .headers span{font-size: 17px;color: #333;}
.our_services .col{background: #f1f1f100;flex: 0 0 400px;margin: 15px;padding: 0;border-radius: 15px;box-shadow: 0 0 10px 1px #eaeaea;}
.our_services .thumbnails{position: relative;}
.our_services .thumbnails img{border-radius: 15px;width: 100%;height: auto;}
.our_services .description {padding: 15px;}
.our_services .description h3{color: #111;right: 0;left: 0;text-align: right;font-size: 1.5rem;font-weight: bold;z-index: 2;}
.our_services .description a{
  padding: 10px 22px;
  border: 1px solid var(--textcolor);
  color: var(--textcolor);
  display: inline-block;
  align-content: center;
  align-items: center;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    transition-delay: 0s;
}
.our_services .description a i{margin-right: 5px;}
.our_services .description a:hover {
    background: var(--textcolor);
    color: #fff;
}
/*============== =============*/
.our_feautreds{
    background-color: #aacfe82b;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
.our_feautreds #feautreds_videos{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.our_feautreds:after{content: '';width: 100%;height: 100%;background-color: rgba(32,32,32,0.8);position: absolute;top: 0;left: 0;right: 0;}
.our_feautreds .container{position: relative;z-index: 3;}
.our_feautreds .container .descrips{color: #fff;font-size: 24px;line-height: 34px;}
.our_feautreds .container .descrips h2{font-size: 3.4rem;font-weight: bold;}
.our_feautreds .container .descrips h3{font-size: 2.8rem;font-weight: bold;}
.our_feautreds .container .descrips h4{font-size: 2rem;font-weight: bold;}
.our_feautreds .container .links {
    display: flex; /* establish flex container */
    justify-content: center; /* center flex items horizontally, in this case */
    align-items: center; /* center flex items vertically, in this case */
    height: 100%;
}
.our_feautreds .container .links a{
    padding: 12px 25px;
    border-radius: 10px;
    background: #81d742;
    color: #ffffff;
}
/*================ ===============*/
.our_projects .headers h2{font-size: 2rem;font-weight: bold;}
.our_projects .headers h2::last-word{
    color: var(--textcolor);
    font-size:2rem;
}
.our_projects .headers span{font-size: 1.1rem;font-weight: normal;color: #333;}
.our_projects .project_inner{background-color: #fff;-webkit-box-shadow:0 0 10px 5px #ededed;-moz-box-shadow:0 0 10px 5px #ededed;box-shadow:0 0 10px 5px #ededed;border-radius: 15px;overflow: hidden;    position: relative;
}
.our_projects .project_inner img{max-width: 100%;border-radius:0 15px 15px 0;}
.our_projects .project_inner h3{font-size: 1.8rem;font-weight: bold;color: #111;}
.our_projects .project_inner article{color: #333;}
.our_projects .project_inner a{
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 10px;
    background: var(--primary);
    color: #ffffff;    display: inline-block;
}
/*========= =========*/
.facts_numbers{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 200px;
    position: relative;
}
.facts_numbers .facts-col{z-index: 33;}
.facts_numbers .innerfacts{position: relative;z-index: 2;color: #666;}
.facts_numbers .innerfacts .icons i{font-size: 45px;color: #111;}
.facts_numbers .innerfacts .numbers span{color: var(--textcolor);;font-size: 3.5rem;font-weight: bold;}
/*========= =========*/
.ourpartners .headers h2{font-size: 2rem;font-weight: bold;}
.ourpartners .headers h2::last-word{
    color: var(--textcolor);
    font-size:2rem;
    font-weight: bold;
}
.ourpartners .headers span{font-size: 1.1rem;font-weight: normal;color: #333;}
.ourpartners .owl-carousel .owl-item{
    display: flex;
    width: auto;
    max-width: 100%;
    max-height: 143px;
    justify-content: center;
    align-items: center;
}
.ourpartners .owl-carousel .owl-item div{    border: 1px solid transparent;
    border-radius: 15px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.ourpartners .owl-carousel .owl-item div:hover{border-color:var(--secondarycolor);}
.ourpartners .owl-carousel .owl-item img{
    height: auto;
    max-height: 80px;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
/*======== our_projects_page ============*/vids_mission.mp4
.our_projects_page .project_inner{position: relative;overflow: hidden;}
.our_projects_page .project_inner:after{content:'';border-radius: 15px;display:inline-block;z-index:1;position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;background-color: rgba(32,32,32,0.6);}
.our_projects_page .project_inner img{border-radius: 15px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.our_projects_page .project_inner_descrip{position: absolute;z-index:2;top: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;}
.our_projects_page .project_inner_descrip h3{color: #fff;}
.our_projects_page .project_inner_descrip article{color: #fff;}
.our_projects_page .project_inner:hover img{transform:scale(1.1);}
/*========== ==========*/
.page_header{min-height: 50px;position: relative;}
.page_header h1{float:right;color: #111;text-align: center;font-size: 35px;z-index: 2;}
.page_header ul{float: left;}
.page_contents{min-height: 500px;}
.breadcrumb{width: 100%;height: auto;padding: 1% 15px;display: block;overflow: hidden;}
.breadcrumb h3{float: right;font-size: 20px;font-weight: bold;margin: 0;}
.breadcrumb ul{width: 40%;padding:0;list-style:none;float: left;font-size: 16px;  text-align: left;}
.breadcrumb ul li{display: inline-block;padding: 0 15px;position: relative;font-size: 14px;}
.breadcrumb ul li:not(:last-child):after{content:"\f053";font-family: "Font Awesome 5 Free";font-weight: 900;line-height: inherit;vertical-align: baseline;font-size: 13px;color: var(--textcolor);position: absolute;left: 0;top: 1px;}
.breadcrumb ul a{margin: 5px;color:var(--textcolor);font-size: 14px;font-weight: bold;}
.breadcrumb ul i{margin: 5px;color: #222;font-size: 13px;}
.as-blog{margin: 5px 0px;margin-bottom:30px;padding:15;}
.as-blog .as-blog-inner{padding-bottom: 25px;display:inline-block;border-bottom:1px solid var(--textcolor);background: #f1f1f170;box-shadow: 0 0 10px 1px #ddd6;}
.as-blog .blog-title{font-size:25px;line-height:1.4;margin-top: 15px;}
.as-blog .blog-title a{color:#333;font-size: 26px;font-weight: bold;}
.as-blog .blog-meta a i,
.as-blog .blog-meta a:hover,
.as-blog .blog-meta span i,
.as-blog .blog-title a:hover{color:var(--textcolor)}
.as-blog .blog-content{padding: 10px;}
.as-blog .blog-meta{display: block;margin-top: 10px;}
.as-blog .blog-meta a{display: inline-block;margin-left: 3px;color: #000;}
.as-blog .blog-meta .cat{display: inline-block;}
.as-blog .blog-img .img-link{position: relative;display: block;max-height:400px;}
.as-blog .blog-img .img-link:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000000;opacity:.6}
.as-blog .blog-img img{width:100%;height:100%;object-fit:cover;border-radius: 5px;max-height:400px;}

/*===== bredcrumb =======*/
.bredcrumb{height: max-content;background-size: cover;background-attachment: fixed;background-position: center;min-height: 125px;}
.abouts_videos video{border: 10px solid var(--textcolor);border-radius: 20px;}
.site-footers{min-height: 350px;background: #111;color: #fff;}
.site-footers .cols_foot{width: 22%;display: inline-block;}
.site-footers .cols_foot.foots_logos{width: 30%;padding-left: 5%;}
.site-footers .cols_foot.foots_logos img{max-width: 100%;width: 270px;height: auto;}
.site-footers .cols_foot.foots_logos p{font-size: 15px;line-height: 28px;}
.site-footers .cols_foot.foots_contacts{width: 25%;padding-right: 0;}
.site-footers .heads h2{position: relative;margin-bottom: 25px;display: block;color: #fff;font-size: 20px;}
.site-footers .heads h2:after{
	content: "";
	width: 55px;
	height: 2px;
	background-color:#264182;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -15px;
}
.site-footers .contents p{margin-bottom: 10px; font-family: var(--mainfont);color: #fff;}
.site-footers .socials li{display: inline-block;margin: 1px;}
.site-footers .socials li a{color: #fff;transition: all 0.3s ease-in-out;background: transparent;padding: 4px 10px;}
.site-footers .socials li a:hover{background-color: #ee4b49;    border-radius: 2px;}
.site-footers .menu-list{margin-top: 15px;display: block;}
.site-footers .menu-list li{margin: 10px 0;}
.site-footers .menu-list li a{color: #fff;transition: all 0.3s ease-in-out;padding-left: 0;}
.site-footers .menu-list li a i{color: #fff;transition: all 0.3s ease-in-out;margin-left: 4px;}
.site-footers .menu-list li a:hover{color: #da494b;background: transparent;}
.site-footers .menu-list li a:hover i{color: #da494b;}
.site-footers .menus_contacts li{width: 100%;overflow: hidden;}
.site-footers .menus_contacts li .icons{width: 16%;float: right;}
.site-footers .menus_contacts li .icons i{color: #da494b;font-size: 25px;margin:10px 5px;}
.site-footers .menus_contacts li .contents{width: 80%;float: left;padding-right: 0px;}
.site-footers .menus_contacts li .contents h3{margin-top: 0;font-size: 15px;}
.site-footers .copyrights{margin: 0;margin-top: 4%;color: #fff;font-size: 16px;}
.site-footers .copyrights .developer a{color:#5cc4f3;}
/*========== ==========*/
.headers-page{position: relative !important;background:url('layout/images/enj_heads.jpg') no-repeat  !important;background-size: cover !important;color: #111;}
.headers-page.fixed{position: fixed !important;}
/*========= =========*/
.gallery_list ul li{display: inline-block;margin: 5px;max-width: 130px;padding: 15px 10px;text-align: center;cursor: pointer;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.gallery_list ul li.active{border-bottom: 1px solid var(--textcolor);background: var(--textcolor);color: #fff;border-radius: 4px;}
.gallery_cols{display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our_gallery_pages .gallery-vids-contain{display: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.our_gallery_pages .gallery-vids-contain.active{display: block;}
.our_gallery_pages .gallery_inner  img{border: 10px solid var(--textcolor);border-radius: 20px;max-width: 100%;}
.our_gallery_pages .gallery_inner video{border: 10px solid var(--textcolor);border-radius: 20px;max-width: 100%;min-height: 100%;max-height: 400px;width: 100%;}
/*========= =========*/
#masthead.fixed{position: fixed;top: 0;right: 0;left: 0;background: #fff !important;z-index: 9999;-webkit-box-shadow:0 0 10px 1px  #d5d5d5;-moz-box-shadow:0 0 10px 1px  #d5d5d5;box-shadow:0 0 10px 1px  #d5d5d5;}
#masthead.fixed #menu_tabs li a{color:#111;}
/*======== page-contact =========*/
#latestpost-carousel{position: relative;}
#latestpost-carousel h3{
    min-height: 55px;
    display: flex;
    align-items: center;
}
#latestpost-carousel h3 a{
    color: var(--textcolor);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 31px;
}
#latestpost-carousel h3 a:hover{color: #111;}
#latestpost-carousel .owl-item img{min-height: 300px;max-height: 400px;}
#latestpost-carousel .owl-nav .owl-prev{left: -3%;}
#latestpost-carousel .owl-nav .owl-next{right: -3%;}
#latestpost-carousel .items{background: #f1f1f1;border-radius: 35px;}
#latestpost-carousel .items .contents{padding: 15px;}
/*======== page-contact =========*/
.page-contact .contact_details_cols h3{line-height: 1.1em;font-size: 5rem;color: #000;width: 250px;}
.page-contact .contact_details_cols .divider{border-top: 5px solid var(--textcolor);width: 60px;  display: block;margin-bottom: 25px;}
.page-contact .contact_details_cols .contact-information .contact-info{display: block;margin-bottom: 25px;  overflow: hidden;}
.page-contact .contact_details_cols .contact-information{margin-top: 5%;}
.page-contact .contact_details_cols .contact-information .contact-info .contact-info_icon{width: 55px;float: right;}
.page-contact .contact_details_cols .contact-information .contact-info .contact-info_icon a{
    color: var(--textcolor);
    font-size: 20px;
    margin: 10px 5px;
    border: 1px solid var(--textcolor);
    text-align: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
}
.page-contact .contact_details_cols .contact-information .contact-info .media-body{width: 85%;float:left;text-align: right;}
.page-contact .contact_details_cols .contact-information .contact-info .contact-info_text a{color: #333;display: block;}
.page-contact .wpcf7-form  .wpcf7-form-control-wrap{display: block;}
.page-contact .wpcf7-form  .wpcf7-form-control-wrap input{max-width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: right;
    margin-top: 10px;
}
.page-contact .wpcf7-form  .wpcf7-form-control-wrap textarea{max-width: 100%;width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 10px;
}
.page-contact .wpcf7-form  .form-group label{font-weight: bold;    margin-bottom: 10px;}
.page-contact .wpcf7-form  .form-group input[type=submit]{
    width: 100%;
    background: var(--textcolor);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 10px;
}
article .post-titles h1{font-weight: bold; font-size: 3.5rem;margin-bottom: 30px;}
article h2{margin-bottom: 25px;font-size: 2.2rem;}
article h3{margin-bottom: 25px;font-size: 1.75rem;}
.post_editors article,.post_editors article p,article p{margin-bottom: 25px;font-size: 1.2rem;line-height: 1.8;}
.post_editors article ul,.post_editors article ol,article .entry-content ul,article .entry-content  ol{
    list-style: none;
    margin-bottom: 25px;
}
.post_editors article ul li,.post_editors article ol li,article .entry-content  ul li,article .entry-content  ol li{position: relative;margin-bottom: 5px;
    padding-right: 15px;
    font-size: 1.3rem;
}
.post_editors article ul li:after,.post_editors article ol li:after,article .entry-content  ul li:after,article .entry-content  ol li:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: var(--textcolor);
    border-radius: 50%;
    right: 0;
    top: 12px;
}
.post_editors article ul li::after{top: 18px;}
article table{width: 100%;border: 1px solid #f3f3f3;}
article table tr,article table tr td,article table tr th{border: 1px solid #f3f3f3;}
.post_editors figure figcaption{display: none;}
ul.social_share{list-style: none !important;padding: 0;margin: 0;float: right;}
.social_share li{display: inline-block;margin: 5px;}
.social_share li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: .25rem !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.social_share li.facebook a{background: #3b5998;}
.social_share li.twitter a{background: #55acee;}
.social_share li.linkedin a{background: #0a66c2;}
.widget-orders{margin-bottom: 25px;margin-right: 25px;text-align: center;}
.widget-orders a{
    display: inline-block;
    width: auto;
    background: var(--textcolor);
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 22px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.widget-orders a svg{width: 35px;height: 35px;}
.widget-services{margin-bottom: 25px;}
.widget-services .widget-feautres ul{border: 1px solid #f3f3f3;overflow: hidden;padding: 15px;margin-right: 25px;border-radius: 15px;}
.widget-services .widget-feautres ul li{overflow: hidden;clear: both;padding: 15px 0;border-bottom: 1px solid #f3f3f3;}
.widget-services .widget-feautres ul li:last-child{border-bottom: none;}
.widget-services .widget-feautres ul .icons{width: 15%;float: right;}
.widget-services .widget-feautres ul .icons svg{width: 30px;height: 36px;color: #603325;}
.widget-services .widget-feautres ul .desc{width: 84%;float: left;font-size: 16px;}
.widget-services .widget-feautres ul .desc h4{font-size: 16px;font-weight: 600;}
.widget-services .widget-feautres ul .desc p{font-size: 16px;margin-bottom: 0; line-height: 22px;}
.widget-post{margin-right: 25px;}
.widget-post .widget-header h2 {
    text-transform: capitalize;
    color: #111;
    font-weight: 700;
    position: relative;
    font-size: 25px;
    margin-bottom: 40px;
}
.widget-post .widget-header h2:before{
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background-color: var(--textcolor);
    bottom: -20px;
    border-radius: 2px;
}
.widget-post .widget-header h2:after{
    position: absolute;
    content: "";
    border-bottom: 5px dotted var(--textcolor);
    width: 30px;
    bottom: -20px;
    left: 10px;
}
.widget-post .widget-wrapper li{width: 100%;}
.widget-post .widget-wrapper li img{height: auto;}
.widget-post .card-body a,
.widget-post .card-body a h3{color: #222;font-weight: 800;}
.widget-post .card-body a h3{font-size: 18px;}
/*======== ========*/

.related_posts {
    width: 100%;
    clear: both;
    padding: 10px 0;
    background: #fff;
}
.related_posts h2{
    display: inline-block;
    padding: 5px 20px;
    background: #0f5cbf;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 8;
    position: relative;
    margin-top: 5%;
	margin-bottom:2%;
}
.related_posts .related_posts_wrapper{display: block;}
.related_posts .post {
    box-shadow: none;
    width: 47%;
    float: none;
    margin: 5px;
    display: inline-block;
}
.related_posts .post .thhumbnail {
    width: 100%;
    overflow: hidden;
}
.related_posts .post .thhumbnail img{max-width: 100%;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.related_posts .post .Description {
    margin: 15px 0;
}
.related_posts .post .Description h3{font-size: 18px;}
.related_posts .post .Description h3 a {
    color: #222;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.related_posts .post:hover .thhumbnail img{
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}
.related_posts .post:hover .Description h3 a{color: #81d742;}
.related_posts .post #meta-headpost {
    margin-top: 5px;
}
.related_posts .post #meta-headpost span {
    font-size: 13px;
    color: #666;
}
/*========== ============*/

.comments {
    padding: 25px 20px;
    background: #fff;
    border-radius: 15px;
    margin: 10px 0;
}
.comments h3#reply-title {
    display: inline-block;
    padding: 5px 20px;
    background: #0f5cbf;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 8;
    position: relative;
}
.comments p {
    margin: 15px 0;
}
.comment-form-comment {
    margin: 10px 0;
}
.comments .comment-form-author input, .comments .comment-form-email input, .comments .comment-form-url input {
    width: 100%;
    outline: 0;
    border: none;
    background: #fff;
    height: 45px;
    border-radius: 1px;
    padding: 0 30px;
    border: 1px solid #ddd;
    color: #2b2d34;
    font-weight: 500;
    font-size: 14px;
    margin: 5px;
}
.comments .comment-form-comment textarea {
    width: 100%;
    outline: 0;
    border: none;
    background: #fff;
    padding: 0 30px;
    color: #2b2d34;
    font-weight: 500;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 5px;
}
.comments p.form-submit {
    text-align: center;
    margin-top: 5px;
}
.comments p.form-submit input[type=submit] {
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    outline: 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #333;
    font-size: 15px;
    font-weight: 900;
}
.comments ul li{display:block;width:100%;border-bottom:1px solid #f3f3f3;padding: 10px;
    margin-bottom: 15px;}
.comment-author span.says {
    display: none;
}
.comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: 20px;
    vertical-align: middle;
}
.comment-author cite {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    vertical-align: middle;
}
.comment-author {
    font-size: 0;
}
.comment-body {
    position: relative;
    margin-bottom: 30px;
}
.comment-meta.commentmetadata {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    color: #b1b3be;
    font-weight: 500;
}
.comment-meta.commentmetadata a {
    color: #b1b3be;
}
.comment-body p {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    margin-right: 70px;
    line-height: 30px;
}
.reply {
    margin-right: 70px;
    margin-top: 15px;
}
.reply a {
    color: #0f5cbf;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 19px;
    background: #f2f2f2;
    border-radius: 13px;
}
p.comment-form-author, p.comment-form-email {
    width: calc(50% - 15px);
    float: right;
}
p.comment-form-email {
    margin-right: 30px;
}
.comment-respond label {
    margin-bottom: 5px;
}
.comment-form-cookies-consent {
    display: none;
}
.comment ul.children {
    padding: 10px;
    padding-right: 65px;
    background: #f4f4f4;
}
/*========== ============*/
.main_article{background: #f1f1f1;}
.main_article .main_thumbnail{display: flex;  justify-content: center;}
.main_article .main_thumbnail img{max-width: 100%;border-radius: 5px;height: auto;}
.main_article .entry-content h1{font-size: 35px;font-weight: bold;}
.main_article .entry-content,.main_article .entry-content p{margin-bottom: 10px;}
/*========== ============*/
.page_abouts h1{
    margin-bottom: 10px;
    max-width: 85%;
    font-size: 36px !important;
}
.page_abouts .breadcumb-menu {
  float: none;
  width: 100%;
  clear: both;
  text-align: right;
}
.page_abouts .breadcumb-menu li,.page_abouts .breadcumb-menu li a{font-size: 13px;}
.vission_misons,.our_values{
    background: #f7f7f7;
}
.vission_misons .icons{margin-bottom: 15px;}
.vission_misons .icons i{
    background: #5accff;
    padding: 25px;
    border-radius: 15px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vission_misons .titles{margin-bottom: 15px;}
.vission_misons .titles h3{
    font-size: 40px;
    font-weight: 900;
    color: #236c8c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vission_misons .descrips p{
    font-size: 16px;font-weight: normal;color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vission_misons .col{background: #fff;border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.vission_misons .col:hover,.vission_misons .col:first-child{
    background: var(--textcolor);
}
.vission_misons .col:hover .icons i,.vission_misons .col:first-child .icons i{background-color: #fff;color: #236c8c;}
.vission_misons .col:hover h3,.vission_misons .col:first-child h3{color: #fff;}
.vission_misons .col:hover .descrips,.vission_misons .col:hover .descrips p,
.vission_misons .col:first-child .descrips,.vission_misons .col:first-child .descrips p{color: #fff;}
.our_values .inners{
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our_values .inners .icons i{
    font-size: 40px;
    margin: 15px 0;
    color: #999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our_values .inners .titles h3{font-size: 30px;font-weight: bolder;}
.our_values .inners:hover{
    -webkit-box-shadow: 0 0 10px 1px #ddd;
    -moz-box-shadow: 0 0 10px 1px #ddd;
    box-shadow: 0 0 10px 1px #ddd;
}
.our_values .inners:hover .icons i{  color: #213e81;}
.our_values .inners:hover .titles{color: #213e81;}
/*========== ============*/
.calls_links_footer{
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 99999;
}
.phonescall{
    display: flex;
    text-decoration: none;
    background-color: var(--textcolor);
    z-index: 9999;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    position: relative;
    -webkit-animation:phone-vr-circle-fill 1s infinite ease-in-out;
    -moz-animation:phone-vr-circle-fill 1s infinite ease-in-out;
    animation:phone-vr-circle-fill 1s infinite ease-in-out;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.phonescall .circle{
    width: 55px;
    height: 55px;
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    box-shadow: 0 0 0 0 var(--textcolor);
    background-color: var(--textcolor);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phonescall a{color: #fff;width: 100%;
    height: 100%;
    display: flex;
    position: absolute;top: 0;left: 0;z-index: 2;
    align-items: center;}
.phonescall i{color: #fff;margin: 0 auto;}
.whatsappcall{
    display: flex;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    background-color: #5faa46;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0px 15px 50px 0px rgba(36,51,68,0.15);
    z-index: 9999;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    cursor: pointer;
    border-radius: 50%;
      margin-bottom: 25px;
}
.whatsappcall .circle{
    width: 55px;
    height: 55px;
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    box-shadow: 0 0 0 0 #5faa46;
    background-color: #5faa467d;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.whatsappcall a{
    color: #fff;
	  width: 100%;
	height: 100%;
    display: flex;
    position: absolute;top: 0;left: 0;z-index: 2;
    -webkit-animation:phone-vr-circle-fill 1s infinite ease-in-out;
    -moz-animation:phone-vr-circle-fill 1s infinite ease-in-out;
    animation:phone-vr-circle-fill 1s infinite ease-in-out;
    align-items: center;
}
.whatsappcall a i{color: #fff;margin: 0 auto;font-size:22px;}
.backtotop {
    display: block;
    position: fixed;
    font-size: 30px;
    color: #213e81;
    background-color: transparent;
    border: 1px solid #213e81;
    padding: 0px;
    border-radius: 50px;
    box-shadow: 0px 15px 50px 0px rgba(36,51,68,0.15);
    z-index: 9999;
    text-align: center;
    align-content: center;
    bottom: 2%;
    left: 2%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.backtotop:hover {
    background: #213e81;
    color: #fff;
}
.wp-pagenavi{clear:both;text-align:right}.wp-pagenavi a,.wp-pagenavi span{color:#222;display:inline-block;border:1px solid #f2f2f2!important;padding:5px 10px!important;border-radius:5px;transition:all 0.3s ease-in-out;}.wp-pagenavi a,.wp-pagenavi span{text-decoration:none;border:1px solid #BFBFBF;padding:3px 5px;margin:2px}.wp-pagenavi .current,.wp-pagenavi a:hover{background:var(--textcolor);color:#fff;text-shadow:none}/*======= error-img ==========*/
.error-img{text-align: center;}
.error-img img{max-width: 100%;}
.error-content{padding: 15px;  text-align: center;}
.error-content a.as-btn{
    background: var(--textcolor);
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
      -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
      -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
      -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
      -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
      -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
      -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
      -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
  }
 @keyframes phone-vr-circle-fill {
    0% {
      -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
      -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
      -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
      -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
      -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
      -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
      -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
  }
  @-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
/*==== =====*/
.our_clients  .headers h2{font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  position:relative;
}
.our_clients  .headers h2:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    right: 2px;background:var(--textcolor);
    width: 100px;height:4px;
}  
.allclients_posts .items .thumbnails{
    display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;max-height: 200px;
  height: 200px;
}
.allclients_posts  .items .thumbnails img{max-width:100%;max-height:100%;  padding: 25px;}
.allclients_posts .owl-carousel .owl-nav .owl-prev{left:-5%;}
.allclients_posts .owl-carousel .owl-nav .owl-next{right:-5%;}
.our_services{padding-bottom: 6% !important;background: #f1f1f1;}
.our_services div.service{margin: 20px 0;display: flex;align-items: center;align-content: center;justify-content: space-between;}
.our_services div.service:nth-child(odd){flex-direction: row-reverse;}
.our_services div.service:nth-child(odd) .thumbnails{width: 40%;float: right;}
.our_services div.service:nth-child(odd) .description{width: 58%;float: left;background: #fff;margin: 0 !important;height: 100%;border-radius: 15px;align-content: center;}
.our_services div.service:nth-child(even){flex-direction: row;}
.our_services div.service:nth-child(even) .thumbnails{width: 40%;float: left;}
.our_services div.service:nth-child(even) .description{width: 58%;float: right;background: #fff;margin: 0 !important;height: 100%;border-radius: 15px;align-content: center;}
.service_sidebar{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 10px 1px #f0eeee;
}
.service_sidebar h2{
  font-size: 30px;
  font-weight: bold;
}
.service_sidebar div.feautres{overflow: hidden;clear: both;padding: 15px 0;border-bottom: 1px solid #f3f3f3;}
.service_sidebar div.feautres:last-child{border-bottom: none;}
.service_sidebar div.feautres .icons{width: 15%;float: right;}
.service_sidebar div.feautres .icons svg{width: 30px;height: 36px;color: #603325;}
.service_sidebar div.feautres .desc{width: 84%;float: left;font-size: 16px;}
.service_sidebar div.feautres .desc h3{font-size: 17px;font-weight: 600;}
.service_sidebar div.feautres .desc p{font-size: 16px;margin-bottom: 0; line-height: 22px;}
.service_sidebar .servic_cta{text-align: center;}
.service_sidebar .servic_cta a{
  width: 100%;
  display: block;
  background-color: #111;
  color: #fff;
  font-size:20px;
  border-radius: 15px;
  padding: 15px 25px;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
}
.service_sidebar .servic_cta a:hover{background: #dd4a4c;}
.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field textarea{border: 1px solid #d5d5d529 !important;background: #f1f1f1 !important;}
