@charset "UTF-8";

/*
Theme Name: QBFN
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
* { padding: 0; margin: 0; box-sizing: border-box; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
::-moz-selection { background-color: #b3d4fc; color: #000000; text-shadow: none; }
::selection { background-color: #b3d4fc; color: #000000; text-shadow: none; }
/*--------------------------------------------------------------
# Global defination of elements
--------------------------------------------------------------*/
body {  font-family: "Montserrat", sans-serif;  line-height: 21px !important; font-display: auto; font-size: 14px;  font-weight: 500;  line-height: 32.4px; }
svg,
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: #0033a0; }
a,
a:hover,
a:focus { text-decoration: none; }
/*a:hover {    color: #0033a0;}*/

strong {font-weight: bolder !important ;}

h1,
.h1 { font-size: 30px; line-height: 34px; font-weight: 700; color:var(--black); }
h2,
.h2 { font-size: 22px; margin-bottom: 15px; font-weight: 700; line-height: 30px; color:var(--black); }
h3,
.h3 { font-size: 22px; color:var(--black); }
h4,
.h4 { font-size: 20px; color:var(--black); }
h5,
.h5 { font-size: 18px; color:var(--black); }
h6,
.h6 { font-size: 17px; color:var(--black); }
h1, h2, h3, h4, h6,
.h1, .h2, .h3, .h4, .h6 { font-family: "Playfair Display", serif;  }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 66.67%; }
p { margin-bottom: 15px; }
.clearboth::before,
.clearboth::after { content: ""; display: table; clear: both; }

.btn.focus,
.btn:focus { box-shadow: none; }
.form-control:focus { color: #495057; background-color: #fff; border-color: #333; outline: 0; box-shadow: none; }
.form-control { border-color: #cccccc; line-height: 40px; padding: 0 12px; border-radius: 0; }
textarea.form-control { line-height: 1.4; min-height: 140px; padding-top: 15px; padding-bottom: 15px; }
.body--main.home--main { padding-top: 15px; padding-bottom: 0; }


/* btn style */
.btn {display: inline-flex; border-radius: 10px; padding: 10px 20px; font-size: 14px; font-weight: 600; }
.btn-white{background-color: var(--white);color: var(--black); line-height: normal; }
.btn-white:hover{background-color: var(--red) ; color: var(--white);}
.about-us-wrapper {padding: 20px 0;}

.wrapper {overflow: hidden;}

/* fonts to be used  */
/* font-family: "Montserrat", sans-serif; */
/* font-family: "Playfair Display", serif; */

/* generic padding  */
.wrapper{    padding-top: 69px;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Top bar */

/* keyframes */
@keyframes rotate {
	0% {
	  -webkit-transform: rotate3d(0, 0, 1, 0deg);
	  transform: rotate3d(0, 0, 1, 0deg);
	}
	25% {
	  -webkit-transform: rotate3d(0, 0, 1, 90deg);
	  transform: rotate3d(0, 0, 1, 90deg);
	}
	50% {
	  -webkit-transform: rotate3d(0, 0, 1, 180deg);
	  transform: rotate3d(0, 0, 1, 180deg);
	}
	75% {
	  -webkit-transform: rotate3d(0, 0, 1, 270deg);
	  transform: rotate3d(0, 0, 1, 270deg);
	}
	100% {
	  -webkit-transform: rotate3d(0, 0, 1, 360deg);
	  transform: rotate3d(0, 0, 1, 360deg);
	}
  }
  @keyframes opacity {
	0%    { opacity: 0; }
	20%   { opacity: 1; }
	80%   { opacity: 0; }
	100%  { opacity: 1; }
  }


/* about us style  */

.about-us-wrapper .container .row:nth-child(even){flex-direction: row-reverse;}
.about-us-wrapper .about-us-data ul{padding-left: 20px;}
.about-us-wrapper {padding: 25px 0;}
.about-us-data {padding-bottom: 20px ;}
.about-us-wrapper .row:not(:last-child) { margin-bottom: 25px;}
.our-projects-wrap .about-us-data,
.about-us-wrapper .about-us-data{position: relative;}
.about-us-wrapper .row:nth-child(1) .about-us-data::before{	content: ''; position: absolute; top: -26px; left: -4px;
display: none; width: 50px; height: 50px;  background: url(images/about-us-bg-large.png) no-repeat center center;
background-size: contain; -webkit-animation: rotate 10s normal linear infinite;	animation: rotate 10s normal linear infinite;}
.about-us-wrapper .row:nth-child(1) .about-us-data::after{	    content: url(images/about-us-bg-small.png);
position: absolute;   bottom: -6px;   right: -17px;    transform: rotate(203deg); 
-webkit-animation: rotate 5s normal linear infinite ;	animation: rotate 5s normal linear infinite;}
.about-us-wrapper .row:nth-child(2) .about-us-data::before{	content: ''; position: absolute;  right: -39px;top: 0;
width: 50px;height: 50px;background: url(images/about-us-bg-large.png) no-repeat center center;
background-size: contain; display: none;transform: rotate(95deg) scale(0.8) ; -webkit-animation: rotate 10s normal linear infinite;	animation: rotate 10s normal linear infinite;}
.about-us-wrapper .row:nth-child(3) .about-us-data::before{	content: '';  position: absolute; top: -44px;  left: -4px; 
display: none; width: 50px; height: 50px; background: url(images/about-us-bg-large.png) no-repeat center center;
background-size: contain; -webkit-animation: rotate 10s normal linear infinite; animation: rotate 10s normal linear infinite;}
.about-us-wrapper .about-us-data ul li {margin-bottom: 4px; color: var(--black);}
#more {display: none;}
#rm1 {
    background: no-repeat;
    border: none;
    color: #B93751;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-decoration:underline;
	margin-top: 5px;
}
.about-us-img img, .nav-image img {
    border-radius: 20px;
}
/* our projects style    */

.our-projects-wrap .our-project-links .slick-current li a{  color: var(--white);}
.our-projects-wrap .our-project-links .slick-current li {	background-color: var(--red);}
.our-projects-wrap .our-project-links .slick-current li span { background-color: var(--white); color: var(--red); }
.our-projects-wrap .our-project-links li span {background-color: var(--red); color: var(--white); }

.our-project-links li{ transition: all 0.3s ease; cursor: pointer;  padding: 8px; list-style: none;  margin-bottom: 10px; background-color: var(--light-grey); border-radius: 8px;}
.our-project-links li span{ 
	   margin-right: 12px;   display: inline-block;  background-color: var(--red) ; padding: 9px; color: var(--white); border-radius: 10px; }
.our-project-links {padding-left: 0 !important ;  }
.our-project-links li a{color: var(--black); font-weight: 600; font-size: 16px;	width: -webkit-fill-available;  display: block;
}
.our-project-links li:hover span { background-color: var(--white); color: var(--red);}
.our-project-links li:hover {  background-color: var(--red);}
.our-project-links li:hover a { color: var(--white); }
.our-projects-wrap{padding-bottom: 25px;}
.our-projects-wrap .about-us-data::before {content: ''; position: absolute; top: -22px; left: 147px; width: 40px;
height: 40px; background: url(images/about-us-bg-large.png) no-repeat center center; background-size: contain;-webkit-animation: rotate 10s normal linear infinite;
animation: rotate 10s normal linear infinite;}
.our-projects-wrap .about-us-data::after {content: url(images/about-us-bg-small.png);position: absolute;
bottom: -13px; right: -19px; -webkit-animation: rotate 5s normal linear infinite; animation: rotate 5s normal linear infinite;}
.about-us-wrapper p,
.our-projects-wrap p {
 color: var(--black);
}
.grecaptcha-badge{display:none;}


/* services style  */

.services-wrapper .service-col .service-card {  position: relative; background-color: var(--light-grey); text-align: center; border-radius: 29px; color: var(--black);     padding: 30px;
 overflow: hidden !important ; -webkit-overflow-scrolling: touch; }
.services-wrapper .service-col:not(:last-child) .service-card {margin-bottom: 20px;	}
.services-wrapper .service-card svg{width: 70px; height: 70px;  transition: all 0.3s ease; 
display: block; margin: 0 auto 20px auto; }
.services-wrapper .service-card span {font-weight: 600; margin-bottom: 6px; transition: color 0.6s ease; font-size: 16px; display: block; }
.services-wrapper .service-card p {margin: 0; transition: color 0.6s ease; }
.services-wrapper {padding-bottom: 20px;}
.services-wrapper .service-card * {z-index: 4; position: relative; }
.services-wrapper .service-card::before{content: "";position: absolute;	background-color: var(--red);	left: 0;
 top: 0;	width: 100%;height: 0;	z-index: 3;	transition: all 0.4s linear; border-radius: 29px !important ; }
 .services-wrapper .service-card::after{content: "";position: absolute;	background-color: var(--red);	right: -50%;
	top: -100%;	width: 100%;height: 100%;	z-index: 3;	transition: top 0.4s linear;display:none;}
.services-wrapper .service-card:hover::before{top: 0; height:100%;  }
.services-wrapper .service-card:hover::after{ top: 0;  }
.services-wrapper .service-card:hover span,
.services-wrapper .service-card:hover p { color: var(--white); transition: all 0.6s ease ;  }
.services-wrapper .service-card:hover .icon,
.services-wrapper .service-card:hover svg{  fill: #ffffff !important;stroke: #fff !important;  }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* footer form  */

.footer-form-wrapper .form-fields-wrapper .form-col input{width: 100%;   background-color: var(--light-grey) !important ;  padding: 13px; border-radius: 8px;
box-shadow: none !important;  outline: none !important; border: 1px solid var(--grey); }
/* .footer-form-wrapper .form-fields-wrapper .form-col:not(:last-child) input{margin-bottom: 15px;} */
.footer-form-wrapper .form-fields-wrapper .form-col input::placeholder{color: var(--black); font-weight: 500; }
.footer-form-wrapper .form-fields-wrapper .form-col input::-ms-input-placeholder   {color: var(--black);}
.footer-form-wrapper .footer-form-right {background-color: var(--light-grey);  
border-bottom-left-radius: 20px;   border-bottom-right-radius: 20px; position: relative; }
.footer-form-wrapper .footer-form-left * {color: var(--white);}
.footer-form-wrapper .footer-form-left-inside { padding: 65px 0;}
.footer-form-wrapper .footer-form-left { background: url('./images/kco.jpg');  background-size: cover; background-repeat: no-repeat;
border-top-left-radius: 20px;  border-top-right-radius: 20px; background-position: center; background-position-y: 5%; }
.footer-form-right span{display: block; margin-bottom: 20px; }	
.footer-form-right-inside>span { color: var(--black); }
.footer-form-right-inside  {padding: 20px 0 0 0;}
.form-fields-wrapper .btn {font-weight: 500;  border: 1px solid var(--black); }
.form-fields-wrapper .btn:hover{border-color: var(--red);}
.footer-form-wrapper {margin-bottom: -22px;}
.footer-form-right::before{	content: '';  position: absolute; bottom: -19px; right: 14px; width: 50px; height: 50px; 
background: url(images/about-us-bg-large.png) no-repeat center center;	background-size: contain; 
-webkit-animation: rotate 10s normal linear infinite ;  animation: rotate 10s normal linear infinite ; }
.form-col span.wpcf7-not-valid-tip {
    position: absolute;
}
.footer-form-wrapper .wpcf7-spinner{
	margin: 0 !important;
	left: 116px;
    top: -33px;
}
.footer-form-wrapper .wpcf7 form .wpcf7-response-output {
    margin: -14px 0.5em 1em !important;
}
.selectProject .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	position: relative;
}
.selectProject .wpcf7-not-valid-tip { position: absolute ; bottom: -41px ; left: 0; }
.selectProject .wpcf7-form-control .wpcf7-list-item{
	    width: 48%;
    border-radius: 10px;
    background-color: var(--white);
    margin: 0;
    padding: 7px;
}
.selectProject .wpcf7-form-control .wpcf7-list-item:nth-child(3n) {
 margin-right: 0;
}
.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
	font-size: 0px;
	line-height: 0px;
	height: 55px;
	width: 100%;
	margin: 0;
	background-size: 60% !important;
}
.selectProject .wpcf7-form-control .wpcf7-list-item input{margin: 0}
.selectProject .wpcf7-form-control .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
    background: #B7384F;
    border-color: #B7384F;
}
.selectProject .wpcf7-form-control .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
	background: url("images/check-mark-white.svg") no-repeat  ;	background-size: 100% ;}
.selectProject .wpcf7-form-control .wpcf7-list-item input {    visibility: hidden;    width: 0px;    height: 0px;}
.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {   right: 4px;    top: 13px;
    background-color: #F6F6F6;   border-radius: 10px;}

.selectProject .wpcf7-form-control .wpcf7-list-item label {   width: 100%; display: block;  height: 100%; display: flex;  justify-content: start;
    align-items: center;  border-radius: 5px;  position: relative;  cursor: pointer; }
.selectProject .wpcf7-form-control .wpcf7-list-item:nth-child(1) label span{background: url(images/project-kips-shool.png) no-repeat 5px center;}
.selectProject .wpcf7-form-control .wpcf7-list-item:nth-child(2) label span{background: url(images/project-kips-college.png) no-repeat 5px center;}
.selectProject .wpcf7-form-control .wpcf7-list-item:nth-child(3) label span{background: url(images/site-logo.svg) no-repeat 5px center;}
.selectProject .wpcf7-form-control .wpcf7-list-item:nth-child(4) label span{background: url(images/project-7cs-shool.png) no-repeat 5px center;}
.selectProject .wpcf7-form-control .wpcf7-list-item:nth-child(5) label span{background: url(images/project-keys-acadey.png) no-repeat 5px center;}

.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {   content: "";   width: 18px;   height: 18px;   background: url(images/check-mark.svg);
    background-size: 100%; background-repeat: no-repeat; position: absolute; right: 10px;   top: 23px;   z-index: 99;  }
.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before { content: ""; width: 30px; height: 30px; position: absolute;}
/* footer */

.footer-wrapper{background-color: var(--black);  padding: 60px 0 0 0; }
.footer-links a svg {height: 19px; width: 19px;}
.footer-links a { border-radius: 10px ; ; padding: 9px;  transition: all 0.3s ease; line-height: 1; }
.footer-links {    display: flex;  gap: 10px;  flex-wrap: wrap; margin-bottom: 25px; }
.footer-wrapper * {color: var(--white);}
.QBFN-links a{background-color: var(--red)}
.footer-logo {margin-bottom: 25px; display: block; max-width: 130px; }
.footer-contact span {  font-weight: 700 ; font-size: 17px; display: block; margin-bottom: 10px;  }
.footer-contact ul li {list-style: none; margin-bottom: 5px; }
.Kips-edu-links a{ background-color: var(--blue); } 
.footer-left-inside {border-bottom: 1px solid #ffffff5c; padding-bottom: 20px; }
.footer-right {margin-top: 25px; padding-bottom: 20px; }
.footer-contact ul li a{transition: all 0.3s ease;}
.footer-left  .footer-contact ul li a:hover {color: var(--blue);}
.footer-right  .footer-contact ul li a:hover {color: var(--red);}
.QBFN-links a:hover{background-color: var(--blue); transition: all 0.3s ease; }
.Kips-edu-links a:hover{background-color: var(--red); transition: all 0.3s ease;}
.footer-top{border-bottom: 1px solid #ffffff5c;   }
.footer-bottom {padding: 20px 0;}
.footer-bottom a{transition: all 0.3s ease;}
.footer-bottom a:hover { color: var(--red); transition: all 0.3s ease;}
.footer-bottom-left {margin-bottom: 10px;}
.privacy-policy a{display: block;}
.privacy-policy ul li a {margin-bottom: 10px;}
.privacy-policy ul li:last-child a{margin-bottom: 0;}
#Secondary-menu-list{list-style: none;margin: 0; padding: 0;}

#Secondary-menu-list li:last-child a{border: none; padding-right: 0}
.footer-bottom p { margin: 0 !important ; }

/* Campus Page style  */

.select-project{
	display: flex;flex-wrap: wrap;
}

/* Customize the label (the container) */
.checkcontainer {
  display: block;
  position: relative;
  padding: 7px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
  width: 216px;
  height: 70px;
  background-color: var(--white);
  box-shadow: 16px 9px 37.6px 0px #00000014;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer:last-child{
	margin-right: 0;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 50px;
  width: 50px;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.our-project-links .slick-track{
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
}
/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: var(--red);
}
.checkcontainer:hover input ~ .checkmark:after {
  border-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: var(--red);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  border-color: #fff;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 20px;
  top: 11px;
  width: 9px;
  height: 19px;
  border: solid #acacac;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-provence{
	max-width: 623px;
	margin-top: 30px;
	margin-bottom: 60px;
	display: flex; flex-wrap: wrap; gap: 20px;
}
.select-provence select{
	width: 47%;
	border-color: var(--black);
	padding: 15px 15px 15px 10px;
	border-radius: 15px;
	font-size: 16px;
}
.result-sec{max-width: 614px;}
.result-sec .area-wrap {
    margin-bottom: 1rem;
    padding: 25px 20px 10px 20px;
    background: #edf5fa;
}
.result-sec .area-wrap h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.result-sec .area-wrap .location-detail {
    margin: 20px 0;
}
.result-sec .area-wrap h5 {
    font-size: 14px;
}
.result-sec .area-wrap .location-detail a {
    color: #707070;
}
.qbfnMap img{max-width: 760px;}

/*--------------------------------------------------------------
# Generic Globals
--------------------------------------------------------------*/


/* --------------------------- Worth_Message ------------------- */


.Worth_Message{
	  padding: 25px 0;
}

.worth_desrip{
	text-align: center;
}
.Crad_descript h5,
.Crad_descript p,
.worth_desrip p{
	color: var(--black);
}
.Crad_descript h5{
	font-weight: 700;
}
.Crad_descript{
	padding: 20px 0;
	text-align: center !important;
} 

.message_card {
    position: relative;
}

.message-img-wrap {
    position: relative;
    display: inline-block;
}

 .message-img-wrap img {
	 display: block;
	 width: 100%;
	 height: auto;
} 
/* 
.message-img-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) ;
	width: 37px;
	height: 37px;
    background-color: #FFFFFF;
    border-radius: 50%;
	background-image: url(./images/Play_btn.png)  ;
	background-repeat: no-repeat;
	background-position: 57%;
	z-index: 2;
	cursor: pointer;
	background-size: 35%;
	transition: all 0.3s ease;
}

.message-img-wrap::after {
    content: '';
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
	width: 57px;
	height: 57px;
    background-color: #FFFFFF73;
    border-radius: 50%;
    z-index: 1;
	transition: all 0.3s ease;
}

.message-img-wrap:hover::before {
    background-color: #B93751;
    background-image: url(./images/Play_btn_white.png);
	background-size: 35%;
}

.message-img-wrap:hover::after {
    background-color: #B9375173;
}

.trigger{
	cursor: pointer;
}

.popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 81%;
    height: 81%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
	z-index: 200;
}


.popup.active {
	height: 100%;
	width: 100%;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
	background-color: rgba(0,0,0,.7);
	z-index: 9999;
} */

iframe{
	max-width: 100%;
    max-height: 100% !important;
    /* max-height: 180px !important; */
	border-radius: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-content {
    text-align: center;
}

.close{
    position: absolute;
	top: 20px;
    right: 10px;
    background-color: #B93751;
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    z-index: 1001;
}

.close-btn:hover {
    background-color: #d32f2f;
}


/*--------------------------------------------------------------
# Media Queries / Tabs
--------------------------------------------------------------*/

@media (min-width:575px) {
	.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {background-size: 45% !important;}
}


@media (min-width:768px) {
 h2,
.h2 {font-size: 30px;line-height: 35px;}
.services-wrapper .service-card  { height: 94%; }
.about-us-wrapper {padding: 50px 0;}
.Worth_Message {padding: 50px 0;}
.about-us-data { padding-top: 15px;  padding-bottom: 50px; }
.our-projects-wrap .about-us-data { padding-bottom: 0 !important; padding-top: 0 !important; }
.about-us-wrapper .row:not(:last-child) { margin-bottom: 45px;}
.about-us-wrapper .row:nth-child(1) .about-us-data::after {  bottom: 0px; right: -13px; transform: unset; }
.about-us-wrapper .row:nth-child(2) .about-us-data::before,
.about-us-wrapper .row:nth-child(3) .about-us-data::before {display: block;}
.our-projects-wrap .about-us-data::before {  top: -38px; left: 204px; width: 50px; height: 50px; }
.our-projects-wrap .about-us-data::after { bottom: -44px; right: -42px;}
.services-wrapper { padding-bottom: 30px;}
.footer-form-wrapper .footer-form-left { border-top-right-radius: 0; border-bottom-left-radius: 20px; display: flex; align-items: center; }
.footer-form-wrapper .footer-form-right { border-bottom-left-radius: 0 ; border-bottom-right-radius: 20px ; border-top-right-radius: 20px; }
.footer-right { margin-top: 0;}
.footer-left-inside { padding-bottom: 0; border: none;  }
.footer-top{ padding-bottom: 20px; }
.footer-left {border-right: 1px solid #ffffff5c ;}
.privacy-policy a{display: inline-block;}
.privacy-policy {text-align: end;}
.privacy-policy ul li a{border-right: 1px solid #ffffff5c  ;     padding-right: 10px;}
.privacy-policy ul li:last-child a{    padding-left: 7px; padding-right: 0 ;}
.footer-logo { min-height: 65px; }
.footer-form-right::before { bottom: 50%; right: -28px; z-index: -1;}
.our-projects-wrap .row {flex-direction: row-reverse;}
.about-us-wrapper .about-us-data ul li {margin-bottom: 5px;}
.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label { background-size: 60% !important;}
#Secondary-menu-list li{display: inline-block;}
.footer-bottom-left { margin-bottom: 0 ; }

/* 	----------    Section Worth_Message  -----------  */

iframe{
	/* max-width: 100%;
    max-height: 100% !important; */
    /* max-height: 210px !important; */
}
}



@media (min-width:992px) {
	body{font-size: 16px;}
/**/
	h1,
	.h1 { font-size: 36px; line-height: 40px; }
	h2,
	.h2 { font-size: 30px; }
	h3,
	.h3 { font-size: 24px; }
	h4,
	.h4 { font-size: 22px; }
	h5,
	.h5 { font-size: 20px; }
	h6,
	.h6 { font-size: 18px; line-height: 1.3; margin-bottom: 10px; }
	p { margin-bottom: 30px; line-height: 25px; }
	/**/
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666666; }
	::-moz-placeholder { /* Firefox 19+ */
	color: #666666; }
	:-ms-input-placeholder { /* IE 10+ */
	color: #666666; }
	:-moz-placeholder { /* Firefox 18- */
	color: #666666; }	
	.services-wrapper .service-card  { height: unset ; }
	.our-projects-wrap h2{ margin-bottom: 5px;	}
	.our-projects-wrap p{ margin-bottom: 15px;	}
	/* .our-project-links { max-width: 75%; } */
	.our-project-links li a{font-size: 17px;}
	.about-us-data {     padding-bottom: 0 ;   }
	.wrapper {padding-top: 89px;}
	.about-us-wrapper .about-us-data { padding-top: 35px;}
	.about-us-wrapper .row:nth-child(1) .about-us-data::before{display: block;}
	.about-us-wrapper .row:nth-child(1) .about-us-data::after {bottom: -46px ; right: 46px;}
	.about-us-wrapper .row:not(:last-child) { margin-bottom: 65px; }
	.about-us-wrapper { padding: 75px 0; }
	.Worth_Message { padding:  25px 0 75px 0; }
	.our-project-links {max-width: 75%;}
	.our-projects-wrap  .about-us-data::before { top: -39px;}
	.our-projects-wrap  .about-us-data::after { bottom: 90px; right: 0; }
	.services-wrapper { padding-bottom: 65px; }
	.footer-contact {text-align: end;}
	.footer-wrapper {padding: 90px 0 0 0;}
	.footer-top { padding-bottom: 45px; }	
	.footer-right {padding-left: 30px;}
	.footer-left-inside {padding-right: 30px;}
	.footer-form-wrapper {margin-bottom: -32px;	}	
	.our-projects-wrap{padding-bottom: 75px;}
	.about-us-wrapper .row:nth-child(2) .about-us-data::before {  right: -27px;}
	.qbfnMap img{margin-top: -100px;}
	.selectProject .wpcf7-not-valid-tip { bottom: -47px;}


	/* 	----------    Section Worth_Message  -----------  */

/* iframe{ */
	/* max-width: 100%;
    max-height: 100% !important; */
    /* max-height: 275px !important; */
	/* top: 50%; */
/* } */

/* .message-img-wrap::before {
	width: 57px;
	height: 57px;
}

.message-img-wrap::after {
	width: 87px;
	height: 87px;
}

.message-img-wrap::after {   
	top: 50%;
	left: 50%;
} */

}




@media (min-width:1200px) {
	h1, .h1 {line-height:59px;font-size: 50px;  }
	h2, .h2 {  font-size: 40px;  line-height: 50px; }
	.btn { padding: 12px 24px; font-size: 16px;  line-height: 28px; }
	.wrapper {padding-top: 102px;}
	
	.about-us-wrapper .container .row:nth-child(odd) .about-us-data { padding-right: 30px; }
	.our-projects-wrap .about-us-data,
	.about-us-wrapper .container .row:nth-child(even) .about-us-data { padding-left: 30px; }
	.about-us-wrapper { padding: 80px 0;}
	/* .Worth_Message { padding: 30px 0 75px 0;} */
	.about-us-wrapper .row:nth-child(1) .about-us-data::before {width: 70px; height: 70px; top: -59px;}
	.about-us-wrapper .row:nth-child(1) .about-us-data::after { bottom: -54px; right: 86px; }
	.about-us-wrapper .row:nth-child(2) .about-us-data::before {width: 70px; height: 70px;  right: -45px; top: 34px; }
	.about-us-wrapper .row:nth-child(3) .about-us-data::before { width: 70px; height: 70px;}
	.about-us-wrapper .row:not(:last-child) { margin-bottom: 100px; }
	.our-project-links { max-width: 60%; }
	.our-project-links li span{ margin-right: 17px;}
	.our-projects-wrap .about-us-data::before {  left: 291px; width: 70px; height: 70px; top: -62px; }
	.services-wrapper .service-card {height: 100%; }
	.services-wrapper .service-col:not(:last-child) .service-card {margin-bottom: 0;}
	.services-wrapper {  padding-bottom: 100px; }    
	.services-wrapper .service-card p {font-size: 15px;	}
	.footer-form-right-inside  { padding: 30px 25px 0 25px;}
	.footer-form-wrapper .footer-form-left-inside {padding: 130px 25px;}
	.form-fields-wrapper .btn {line-height: 21px;}
	.footer-form-wrapper {margin-bottom: -37px;	}
	.footer-wrapper {padding: 110px 0 0 0;	}
	.footer-contact span {font-size: 20px;margin-bottom: 15px;	}
	.footer-contact ul li {margin-bottom: 13px;	}
	.footer-links a {  padding: 11px;  }
	.footer-logo {max-width: 140px;  min-height: 70px;	}	
	.footer-form-right::before {  right: -45px; width: 70px; height: 70px; }
	.our-projects-wrap{padding-bottom: 100px;}
	.about-us-wrapper .about-us-data ul li { margin-bottom: 7px; }
	.selectProject .wpcf7-form-control .wpcf7-list-item{width: 31%;}
	.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before { right: 5px;  top: 8px;}	
.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {  width: 25px; height: 25px;	right: 13px; top: 22px; }
.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {   width: 40px;  height: 40px;}
.footer-form-wrapper .footer-form-left { border-bottom-left-radius: 40px ;  border-top-left-radius: 40px; }
.footer-form-wrapper .footer-form-right {border-bottom-right-radius: 40px;border-top-right-radius: 40px;
}
	/* 	----------    Section Worth_Message  -----------  */

	/* iframe{
		max-width: 100%;
		max-height: 100% !important; 
		max-height: 385px !important;
		top: 50%;
	} */
}
@media (min-width:1366px) {
	.about-us-wrapper .row:nth-child(2) .about-us-data::before { right: -82px ;  }
}


@media (min-width:1600px) {
	#rm1 {   font-size: 18px;}
	.our-projects-wrap h2{ margin-bottom: 15px;	}
	.our-projects-wrap p{ margin-bottom: 30px;	}
	.about-us-wrapper .container .row:nth-child(odd) .about-us-data { padding-right: 50px; }
	.our-projects-wrap .about-us-data,
	.about-us-wrapper .container .row:nth-child(even) .about-us-data { padding-left: 50px; }
	.services-wrapper .service-card {padding: 78.5px 30px !important ;}
	.container { max-width: 1560px; }
	 h1,
    .h1 { font-size: 69px ; line-height: 69px; }
	 h2, .h2 { font-size: 50px;  line-height: 60px; }
	 p,
	 body {font-size: 18px;  line-height: 32px; }
	.wrapper { padding-top: 122px; }
	.abourt-us-wrappe { padding: 170px 0;}
	.Worth_Message { padding: 40px 0 90px 0;}
	.about-us-wrapper .row:nth-child(1) .about-us-data::before { left: 0 ;   }
	.about-us-wrapper .row:nth-child(2) .about-us-data::before { right: -199px; top: 40px; width: 80px; height: 80px; }	 
    .about-us-wrapper .row:nth-child(3) .about-us-data::before {left: 0; width: 80px; height: 80px; }
	.about-us-wrapper .row:not(:last-child) {   margin-bottom: 170px;}
	.our-project-links li{padding: 12px; 
		 /* margin-bottom: 20px; */
	}
	.our-project-links li span{ padding: 15px;}
	.our-project-links li a{font-size: 22px;}
	.our-projects-wrap .about-us-data::before { left: 388px; top: -85px; width: 80px; height: 80px;   }
	.services-wrapper {   padding-bottom: 170px;}
	.services-wrapper .service-card span { font-size: 18px; }
	.services-wrapper .service-card p { font-size: 17px;	}
	.footer-form-wrapper .footer-form-left {border-top-left-radius: 48px; border-bottom-left-radius: 48px;}
	.footer-form-wrapper .footer-form-right { border-bottom-right-radius: 48px;  border-top-right-radius: 48px;    }
	.footer-form-wrapper .footer-form-left-inside { padding: 220px 40px; }
	.footer-form-wrapper .form-fields-wrapper .form-col input { padding: 20px; }
	.footer-form-right-inside { padding: 60px 40px 0 40px; }
	.footer-wrapper { padding: 180px 0 0 0; }
	.footer-form-wrapper { margin-bottom: -70px; }
	.footer-top { padding-bottom: 80px; }
	.footer-contact span { font-size: 22px; margin-bottom: 23px; }
	.footer-contact ul li:not(:last-child) { margin-bottom: 15px; }
	.footer-logo { margin-bottom: 35px; }
	.footer-right { padding-left: 60px; }
	.footer-left-inside { padding-right: 60px; }
	.footer-logo { max-width: unset;  min-height: 84px; }
	.footer-form-right::before { width: 80px; height: 80px; right: -57px; }
	.our-projects-wrap {padding-bottom: 120px;}
	.about-us-wrapper .about-us-data ul li { margin-bottom: 12px; }
	.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {width: 50px;	height: 50px; top: 3px;	}
	.selectProject .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {right: 17px;  top: 21px;}
	.selectProject .wpcf7-not-valid-tip {  bottom: -52px;  }
}
.whatsappicon{position:fixed; right:15px;bottom:15px;z-index:99;}
.whatsappicon svg { width: 50px; height: 50px; }