body { font-family:var(--primary-font-family); background-color: var(--bs-white); color:var(--bs-gray-dark); font-size:0.875rem; line-height:1.25rem; margin:0;  padding:0; white-space:normal; visibility:inherit; text-align:inherit; border:0px; font-stretch:inherit; overflow-x: hidden !important; /*transition: background 0.2s linear;*/display: flex; flex-direction: column; }

html{height:100%; margin-bottom:0px;}

* { margin: 0; padding: 0; outline: 0; box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box;
}

body, div, section, a, p, aside, span, ul, li, dl, header, footer, h1, h2, h3, h4, h5, h6 {text-decoration: none; outline: none; border: none; padding: 0; margin: 0; list-style: none;}

/*custom scrollbar*/
/* width */
::-webkit-scrollbar {width:10px;}
/* Track */
::-webkit-scrollbar-track {background:var(--bs-primary); }
/* Handle */
::-webkit-scrollbar-thumb {background:var(--bs-dark); }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background:var(--bs-secondary); }
/*custom scrollbar*/

/*TEXT SELECTION*/
::-moz-selection {/* Code for Firefox */ color:var(--bs-primary); background:var(--bs-secondary);}
::selection {color:var(--bs-primary); background:var(--bs-secondary);}
/*TEXT SELECTION*/

/*LOADER*/
.no-js #loader { display: none;}
.js #loader {display: block; position: absolute; left: 100px; top: 0;}
.se-pre-con {position: fixed; left: 0px; top:0px; width: 100%; height: 100%; z-index: 99999; background: url(../images/Preloader.gif) center no-repeat var(--bs-primary);}
/*LOADER*/

h1, h2, h3, h4, h5, h6 {font-family:var(--primary-font-family); letter-spacing: normal; position: relative;}

h1 {font-size:40px; line-height:50px; color:var(--bs-gray-900); font-weight:500; text-transform:capitalize}
h2 {font-size:35px; line-height:45px; color:var(--bs-primary); font-weight:500;}

h3 {font-size:16px; line-height:25px; color:var(--bs-secondary); font-weight:700;}
h4 {font-size:22px; line-height:30px; color:var(--bs-secondary); font-weight:600;}
h5 {font-size:18px; line-height:28px; color:var(--bs-black); font-weight:700;}
h6 {font-size:18px; line-height:30px; color:var(--bs-primary); font-weight:500; text-transform:capitalize !important;  }

p {position:relative; color:var(--bs-gray-800); font-size:14px; line-height:20px; margin-bottom:1rem; margin-top:1rem; padding:0; font-weight:400; letter-spacing:.5px;}
p a {color:var(--bs-gray-900); font-weight:400; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p a:hover {color:var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p span {color:var(--bs-primary); font-weight:600;}
p strong {color:var(--bs-secondary); font-weight:600;}
/*p:last-child { margin-bottom:0;}*/

.more-btn {font-size:16px; font-weight:600; text-transform: uppercase; padding:1rem 2rem; line-height:28px; color:var(--bs-white); background: var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:none; border-radius:7px;  letter-spacing: normal;}
.more-btn:hover {background:var(--bs-secondary); color:var(--bs-primary);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.more-btn i {margin-left:.5rem; font-size: 12px;}

.section-heading {position: relative; padding:1rem 0; margin-bottom:2rem;}
.section-heading:after {content: ""; width:70px; height:3px; background-color:var(--bs-secondary); position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 0;}

.section-heading-two {position: relative; padding:1rem 0; margin-bottom:2rem;}
.section-heading-two:after {content: ""; width:70px; height:3px; background-color:var(--bs-secondary); position: absolute; margin: 0; left: 0; right: 0; bottom: 0;}

/*TOP*/
.top { background:var(--bs-primary);}

.top-right{position: relative; float: left; top:0; height:35px;  padding-left:15px; z-index:1;}

/*CALL NOW*/
.call-now { display:block; }
.call-now ul {  margin:0; padding:0; list-style:none;}
.call-now ul li { display:inline-block; font-size:14px; color:var(--bs-white); line-height:35px; margin:0 15px 0 0; padding: 0; font-weight:400;}
.call-now ul li:last-child { margin-right:0;}
.call-now ul li a { color:var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.call-now ul li a:hover {color:var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.call-now ul li i {width: auto; height:30px; line-height:30px; text-align: center; color:var(--bs-white); margin-right:5px; font-size:11px; }
/*CALL NOW*/

/*SOCIAL*/
.top-social-links { display:block; position:relative; float: right; padding: 0; list-style-type: none; margin: 0;}
.top-social-links li { float: left; margin: 0;  display: inline-block;}
.top-social-links li a { float: left; width:35px; text-align: center; line-height:35px; height:35px; color:var(--bs-white); display: inline-block; font-size: 12px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; margin: 0; background:none;}
.top-social-links li a:hover { color: var(--bs-white); background:  var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*SOCIAL*/
/*TOP*/

/*HEADER*/
header {position: fixed; top: 0px; display: flex; align-items: center; z-index: 111; justify-content: space-between; width: 100%; padding:0; background-color: rgba(255, 255, 255, .95); transition: padding 300ms ease;-webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);}
header.sticky-top { }

/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:100px;}
/*LOGO*/

.header-right { float: right; margin-top:2.563rem !important;}

/*MOBILE TOP*/
.mobile-top { float: right; padding-left: 0; list-style-type: none; margin-top:0px; margin-bottom:0; }
.mobile-top li { float:left; margin-left:10px; margin-right:0; display: inline-block;}
.mobile-top li a i { float: left; text-align: center; line-height:40px; height:40px; width:40px; padding: 0; border:none; color:var(--bs-white); background:var(--bs-primary); display: inline-block; font-size:14px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:50%;  }
.mobile-top li a i:hover {color:var(--bs-white); background:var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*MOBILE TOP*/

/*HEADER*/

#about-main-block {background-image: url("../images/about-bg.jpg"); width: 100%; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; position: relative;}

.about-block { background: var(--bs-gray-200);}
.about-block:hover .about-type { backgroundr:var(--bs-white); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);   }
.about-points-block {padding:2rem; background-color:var(--bs-secondary); position: relative; margin-top:-9rem; z-index: 1;}
.about-points-icon {display: inline-block; width:80px; height:80px; line-height:80px; background:var(--bs-dark); text-align: center; font-size:30px; border-radius:50%; margin-bottom:0; color: var(--bs-white);}

.about-point-dtl { display: inline-block; color:var(--bs-white); margin: 0 0 0 .5rem; padding: 0;}
.about-point-heading {text-transform: uppercase; color:var(--bs-black); font-size: 15px; font-weight:500;}
.about-point-text {font-size: 22px; font-weight:600; text-transform: uppercase; line-height:30px; color:var(--bs-black);}
.about-type {  padding: 2rem; background-color: var(--bs-gray-200); position: relative; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.number {position: absolute; font-size: 110px; bottom: 3rem; right: 2rem; z-index: 10; opacity: 0.09; color:var(--bs-dark); font-weight: 800; }
.about-type p { margin-top: 0;  margin-bottom: 3rem;}
.about-type p a {  margin-bottom: 1rem !important; font-size: 15px; color:var(--bs-primary); font-weight:600; text-transform: uppercase;}
.about-type p a:hover {color:var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

/*WHY CHOOSE US*/    
#why-choose-us-section{background-image: url("../images/service-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}
#why-choose-us-section::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--bs-primary); opacity: .9;}

.why-choose-us-bg { position: relative; min-height: 400px;  background:var(--bs-secondary);}
.why-choose-us-bg h2, .why-choose-us-bg h6  {color:var(--bs-white); }
.why-choose-us-bg .section-heading-two:after {background-color:var(--bs-white);}

.why-choose-us-bg .more-btn {font-size:15px; font-weight:600; text-transform: uppercase; padding:1rem 2rem; line-height:28px; color:var(--bs-primary); background: var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:none; border-radius:7px;  letter-spacing: normal;}
.why-choose-us-bg .more-btn:hover {background:var(--bs-primary); color:var(--bs-secondary);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.why-choose-us-bg .more-btn i {margin-left:.5rem; font-size: 11px;}

.why-choose-us { position: relative;} 
.why-choose-us ul { margin:0; padding:0; list-style:none;} 
.why-choose-us ul li { float: left; margin-top:0; margin-bottom: 0;} 
.why-choose-us .why-choose-us-img, .why-choose-us .why-choose-us-info {display: table-cell; vertical-align:middle;} 
.why-choose-us .why-choose-us-info {padding-left:15px;}
.why-choose-us .why-choose-us-img i { font-size: 25px; width:75px; height:75px; line-height:75px; text-align: center; padding:0; background: var(--bs-white); color:var(--bs-primary); overflow: hidden; border-radius:50%;}	 
.why-choose-us li .why-choose-us-info p { font-size: 18px; line-height:28px; margin:0; padding: 0; color: var(--bs-white); } 
/*WHY CHOOSE US*/

#choose-country-section {background-image: url("../images/service-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}
#choose-country-section::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--bs-primary); opacity: .9;}
#choose-country-section h1  {color:var(--bs-white); }
#choose-country-section .section-heading:after {background-color:var(--bs-white);}

.country-box {background:var(--bs-gray-100); border-radius: 10px;  overflow: hidden; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; }
.country-box:hover { background: var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.country-box-img img { width:120px;}

.country-box .country-box-text h5 {margin-top:1rem; text-transform: capitalize; margin-bottom:0px; padding:0; color: var(--bs-primary); font-size:20px; line-height:30px; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; }
.country-box:hover .country-box-text h5 { color: var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.country-box .country-box-text p { margin:5px 0 0 0; padding:0; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.country-box .country-box-text .link-btn { font-size:14px; font-weight:500; text-transform:uppercase; padding:.25rem 0 0 0; line-height:25px; color:var(--bs-secondary); background: none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border: none;}
.country-box:hover .country-box-text .link-btn { color:var(--bs-primary);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.country-box .country-box-text .link-btn i { font-size: 12px; margin-left: 5px;}

/*SERVICE*/
#our-services-section {background-image: url("../images/best-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}

.project-item-style {position: relative; overflow: hidden; margin-bottom: 1rem; margin-top: 1rem; border-radius:10px;}

.project-item-style .bg-overlay {content: ""; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--bs-primary); opacity: 0; z-index: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s;}
.project-item-style .project-item-thumb { position: relative; text-align: center; }
.project-item-style .project-item-thumb .project-item-link-image {display: block;}
.project-item-style .project-item-thumb .project-item-link-image img {-webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s;}
.project-item-style .project-item-thumb .project-item-link-image:after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: -webkit-gradient(linear, left bottom, left top, from(#f3ba2d), to(transparent)); -webkit-transition: all 0.55s; transition: all 0.55s; -moz-transition: all 0.55s; -ms-transition: all 0.55s;}
.project-item-style .project-item-details {position: absolute; text-align:center; left: 0; bottom: 0; width: 100%; z-index: 1; padding: 2rem; opacity: 1; visibility: visible; -moz-transition: all 0.35s; -webkit-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s;}

.project-item-style .project-item-details .project-item-details-inner .title {display: block; font-size:20px; line-height:30px; font-weight:600; text-transform: capitalize; letter-spacing:.5px; margin:.5rem 0 1rem 0; color:var(--bs-white);}
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon a {display: inline-block; width: auto; height: auto; color:var(--bs-primary); border: none; font-size:15px; line-height:20px; border-radius:5px; text-align: center; background: var(--bs-white); padding:1rem 2rem; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; font-weight:500; text-transform:uppercase;}
.project-item-style .project-item-details-hover {bottom: -60px; z-index: 6; visibility: hidden; position: absolute; left: 0; width: 100%; padding: 2rem; text-align:center; opacity: 0; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; }

.project-item-style .project-item-details-hover .project-item-details-inner .title {display: block; font-size:20px; line-height:30px; font-weight:700; text-transform: capitalize; letter-spacing:.5px; margin:.5rem 0 1rem 0; color:var(--bs-white);}
.project-item-style .project-item-details-hover .project-item-details-inner .title a { color:var(--bs-white);}
.project-item-style .project-item-details-hover .project-item-details-inner .desc { text-align:center; color:var(--bs-white); font-size:14px; line-height:20px; margin-bottom:1rem; padding:0; font-weight:400; letter-spacing:.5px; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon a {display: inline-block; width:auto; height:auto; color:var(--bs-white);  font-size:15px; line-height:20px;  border-radius:5px; text-align: center; background:var(--bs-secondary-dark);  padding:1rem 2rem; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; text-transform:uppercase;}
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon i { font-size: 12px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon i { font-size: 12px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon a:hover {background: var(--bs-white); color:var(--bs-primary);}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon a:hover i {color:var(--bs-primary);}
.project-item-style:hover .icon { opacity: 0.5; visibility: visible; transform: scale(1); transition: all 500ms ease 500ms;}
.project-item-style:hover .bg-overlay {opacity: 0.75; top: 0;}
.project-item-style:hover .project-item-thumb .project-item-link-image img {-webkit-transform: scale(1.1); transform: scale(1.1); filter: blur(3px);}
.project-item-style:hover .project-item-details {opacity: 0;}
.project-item-style:hover .project-item-details-hover {opacity: 1; bottom: 0; visibility: visible; z-index: 2; -webkit-transition: all 500ms ease 500ms; transition: all 500ms ease 500ms;}
/*SERVICE*/

/*TESTIMONIAL*/
#testimonial-box {background-image: url("../images/testimonial-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}  
#testimonial-box .review_box { padding-left:6rem; padding-right:6rem;}
#testimonial-box .review_box .rd-img { position:relative; height:200px; line-height:200px; text-align: center; width:200px;   border-radius:50%; margin:0 auto; }
#testimonial-box .review_box .rd-img .review_box-icon { color: var(--bs-secondary);  width: 40px; height: 40px; line-height:40px; font-size:40px; font-weight: 600; padding: 0; margin:0; text-align: center; position: absolute; right:-1rem;  top:1rem; letter-spacing: normal; border-radius:50%;}
#testimonial-box .review_box .review_text { margin-top:1rem; }
#testimonial-box .review_box .review_text p { margin-top:0; }
#testimonial-box .review_box .review_text .review_rating i { font-size:16px; padding: 0; line-height: 20px; margin:0 1px; color: var(--bs-secondary); }
#testimonial-box .review_box .review_text .review_name {font-size:16px; margin: 0; padding: 0; line-height: 20px; font-weight:600; color: var(--bs-primary); letter-spacing:.5px;}
#testimonial-box .review_box .review_text .review_title {font-size:14px; margin: 0; padding: 0; line-height: 20px; font-weight:500; color: var(--bs-secondary); letter-spacing:.5px; font-style:italic;}
#testimonial-box .review_box .review_text .review_title_name {font-size:14px; margin: 0; padding: 0; line-height: 20px; font-weight:500; color: var(--bs-gray-800); letter-spacing:.5px;}
/*TESTIMONIAL*/

/*HOME SERVICE*/
.home-service-box-one{background-image: url("../images/type_01.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}
.home-service-box-one::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--bs-primary); opacity: .9;}

.home-service-box-two{background-image: url("../images/type_02.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}
.home-service-box-two::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--bs-secondary); opacity: .95;}

.home-service-box { position: relative; padding: 5rem}
.home-service-box i { width:120px; height:120px; line-height:120px; background:var(--bs-white); text-align: center; font-size:45px; border-radius:50%; margin-bottom:0;}
.home-service-box-one .home-service-box i, .home-service-box-two .home-service-box i {  color:var(--bs-primary);}
.home-service-box h1 {margin:1rem 0 0 0; padding:0; color:var(--bs-white); font-size:25px; line-height:35px; }
.home-service-box p { color:var(--bs-white); font-size: 15px; line-height: 22px; margin:1rem 0 ; padding:0 2rem; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.home-service-box-btn {font-size:16px; font-weight:600; text-transform: uppercase; padding:1rem 2rem; line-height:25px; color:var(--bs-white); background: var(--bs-dark); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:1px solid var(--bs-white); border-radius:7px;  letter-spacing: normal;}
.home-service-box-btn:hover {background:var(--bs-white); color:var(--bs-primary);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:1px solid var(--bs-white);}
/*HOME SERVICE*/

#Key-Customers {position: relative; overflow: hidden; background-color:var(--bs-primary);}
#Key-Customers::before{content: ''; width: 800px; height: 700px; position: absolute; left: 40%; top: -70px; transform: rotate(-50deg); background-color: rgba(0,0,0,.1); border-radius: 25px;}

/*HOME FORM*/
#home-form-section {position: relative; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; background-image:url("../images/consult-bg.jpg");}
#home-form-section::before {position: absolute;content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.85);}

/*CONTACT FORM*/
.form-bg {position: relative; display: flex; padding:0; margin-bottom:1rem; margin-top: 0; background-color: var(--bs-white);box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}
.form-box {display: flex; padding:2rem;}
.contact-page-form { float: left; font-size:14px; padding:0 1rem; line-height:20px; color:var(--bs-gray-800); font-weight:400; }
.contact-page-form a { color:var(--bs-gray-800); text-decoration:none; font-weight:500; margin:0; padding:0;}
.contact-page-form a:hover { color:var(--bs-primary);}

.contact-page-form-bor { width: 100%; height:60px; line-height:60px; font-size:14px; text-align:left; color:var(--bs-gray-700); font-weight:400; margin: 0; padding: 0 1rem; background: var(--bs-white); border:1px solid var(--bs-gray-300); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:7px;box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);}
.contact-page-form-textar { width:100%; height:130px; line-height:30px; font-size:14px; text-align:left;  color:var(--bs-gray-700); font-weight:400; margin: 0; padding:.5rem 1rem 0 1rem; background: var(--bs-white); border:1px solid var(--bs-gray-300); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:7px;box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05); }

.contact-page-form-bor:focus, .contact-page-form-textar:focus { background:var(--bs-white); border:1px solid var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; }

.contact-page-form select {width:100%; height:60px; line-height:60px; font-size:14px; margin:0; padding:0 1rem; color:var(--bs-gray-700); font-weight:400; background:var(--bs-white) url(../images/arrow-select.png) no-repeat right 1rem center; border:1px solid var(--bs-gray-300); appearance:none; -webkit-appearance:none;-moz-appearance: none; text-indent: 0.01px; text-overflow: ''; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:7px;box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);}
.contact-page-form select:focus {background:var(--bs-white) url(../images/arrow-select.png) no-repeat right 1rem center ; border:1px solid var(--bs-primary); color:var(--bs-gray-700); appearance:none; -webkit-appearance:none;-moz-appearance: none; text-indent: 0.01px; text-overflow: ''; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.contact-page-form label { font-size:14px; width:100%; color:var(--bs-gray-800); font-weight:500; margin:0; padding:0 0 7px 0; line-height:20px; letter-spacing:.5px; text-transform: capitalize;}
.contact-page-form label span { color:var(--bs-red);}

.contact-page-form-btn {font-size:16px; font-weight:600; text-transform: uppercase; padding:1rem 2rem; line-height:28px; color:var(--bs-white); background: var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:none; border-radius:7px;  letter-spacing: normal;}
.contact-page-form-btn:hover {background:var(--bs-secondary); color:var(--bs-primary);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.contact-page-form-btn i {margin-left:.5rem; font-size: 12px;}

::placeholder { color:var(--bs-gray-800); opacity: 1;}
:-ms-input-placeholder {color:var(--bs-gray-800);}
::-ms-input-placeholder { color:var(--bs-gray-800);}
/*CONTACT FORM*/
/*HOME FORM*/

/*FOOTER*/
#footer-1 { background:var(--bs-primary);}
#footer-1 h6 { font-size:20px; line-height:30px; margin-bottom:1rem; margin-top:0; padding: 0; color: var(--bs-white);  font-weight:600; letter-spacing:.5px; text-transform: uppercase; font-style:normal; position:relative;}

#footer-1 .footer-logo { float: left; display: block; background: #FFF; padding: 1rem; border-radius: 1rem; margin-bottom:1rem}
#footer-1 .footer-logo img { height:70px;}

/*FOOTER TEXT*/
#footer-1 .footer-text {}
#footer-1 .footer-text p {color:var(--bs-white); margin: 0; padding:.5rem 0; font-weight:400; font-size:14px; line-height:20px;}
#footer-1 .footer-text p span {color:var(--bs-white);}
#footer-1 .footer-text p a {color: var(--bs-white); font-weight:400; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#footer-1 .footer-text p a:hover {color:var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*FOOTER TEXT*/

/*FOOTER-ADDRESS*/
.footer-address {} 
.footer-address ul { margin:0; padding:0; list-style:none;} 
.footer-address ul li { margin-top:1rem;} 
.footer-address ul li:first-child {margin-top:0;}
.footer-address .icon, .footer-address .info {display: table-cell; vertical-align:top;} 
.footer-address .info {padding-left:1rem;}
.footer-address ul li i {color:var(--bs-white); background:var(--bs-dark); font-size:12px; height:40px; line-height:40px; text-align: center; width:40px; border-radius:50%; }

.footer-address .info h5 {margin:.25rem 0 0 0; padding:0; color: var(--bs-white); text-transform: uppercase; font-size:15px; line-height:20px; font-weight:600; letter-spacing:.5px; } 
.footer-address li .info p { font-size:14px; margin: 0; padding:0; line-height:20px; font-weight:400; color: var(--bs-white);  word-break: break-all;} 
.footer-address li .info p a {color:var(--bs-white); font-weight:400;}
.footer-address li .info p a:hover { color:var(--bs-secondary);}
/*FOOTER-ADDRESS*/

/*SOCIAL*/
#footer-1 .social-links { float:left; padding-left: 0; margin-top:.5rem; margin-bottom:0;}
#footer-1 .social-links ul {list-style-type: none; }
#footer-1 .social-links ul li { float:left; margin-right:.75rem; margin-top:.5rem; margin-left:0; display: inline-block;}
#footer-1 .social-links ul li:last-child {margin-right:0;} 
#footer-1 .social-links ul li a { background: var(--bs-secondary); width:40px; text-align: center; line-height:40px; height:40px; color:var(--bs-dark); display: inline-block; font-size:13px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:none; border-radius:50%;}
#footer-1 .social-links ul li a:hover {color: var(--bs-dark);
background: var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:none;}
/*SOCIAL*/

/*FOOTER NAV*/
#footer-1 .footer-nav {}
#footer-1 .footer-nav ul { margin:0 ; padding:0; list-style:none;}
#footer-1 .footer-nav ul li { float:left; width: 100%; margin-top:0.5rem; margin-bottom:0.5rem; padding:0; text-transform:capitalize;}
#footer-1 .footer-nav ul li a {font-size:14px; line-height:20px; color:var(--bs-white); font-weight:400; margin:0; padding:.5rem 0 ; text-decoration:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; letter-spacing:.5px; position: relative;}
#footer-1 .footer-nav ul li a:hover {color:var(--bs-secondary); text-decoration:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#footer-1 .footer-nav ul li a i { font-size:10px; margin-right:3px;}
/*FOOTER NAV*/

/*FOOTER Recent News*/
#footer-1 .footer-recent-news {}
#footer-1 .footer-recent-news .footer-img { padding: .5rem 0;}
#footer-1 .footer-recent-news .footer-img img { width: 100%;}
#footer-1 .footer-recent-news .news-footer p { font-size:14px; margin: 0; padding:.5rem 0; line-height:20px; font-weight:400; color: var(--bs-white);  word-break: break-all;} 
#footer-1 .footer-recent-news .news-footer p a {color:var(--bs-white); font-weight:400;}
#footer-1 .footer-recent-news .news-footer p a:hover { color:var(--bs-secondary);}
#footer-1 .footer-recent-news .news-footer .date-footer { font-size:14px; margin: 0; padding:0 0 .5rem 0; line-height:20px; font-weight:500; color: var(--bs-secondary);}
#footer-1 .footer-recent-news .news-footer .date-footer i {font-size:12px; margin-right:5px;}
/*FOOTER Recent News*/

/*FOOTER BOTTOM*/
.footer-bottom {background:var(--bs-dark);}
.footer-bottom p {color:var(--bs-white); margin: 0; padding: 0; font-weight:400; font-size:14px; line-height:20px;}
.footer-bottom p span {color:var(--bs-white); font-weight:400; font-style:normal;}
.footer-bottom p a {color:var(--bs-white); font-weight:400; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.footer-bottom p a:hover {color:var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*FOOTER BOTTOM*/
/*FOOTER*/

/*BACK TO TOP*/
#back-to-top { position: fixed; bottom:3rem; right:1rem; display: none; /*transform: rotate(-90deg);*/ border:none; background:var(--bs-secondary); color:var(--bs-dark); width:50px; height:50px; line-height:50px; align-items: center; cursor: pointer; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; font-size:13px; letter-spacing: normal; z-index: 9; border-radius:50%;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
#back-to-top:hover{color:var(--bs-white); background:var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#back-to-top i { /*transform: rotate(90deg); margin-left:.5rem;*/}
/*BACK TO TOP*/

/*VIDEO*/
.video-box { margin:0; padding:0; border-radius:10px; overflow:hidden; }
/*VIDEO*/

video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle;}

/*SUB-BANNER*/
.sub-banner { background: var(--bs-secondary); padding:4rem 0;}
.sub-banner .container {margin: auto; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between;}
.sub-banner h1 {font-size:40px; line-height: 1; margin: 0; color: var(--bs-white); font-weight: 500;}
.breadcrumb {list-style: none; display: flex; align-items: center;  gap: 6px; font-size: 14px; font-weight: 500; margin: 0; padding: 0; text-transform: capitalize;}
.breadcrumb li { color:var(--bs-white);}
.breadcrumb li a {color:var(--bs-white); text-decoration: none;}
.breadcrumb li a:hover {text-decoration: none; color:var(--bs-primary);}
.breadcrumb li::after {content: "|"; margin-left: 6px;}
.breadcrumb li:last-child::after {display: none;}
/*SUB-BANNER*/

.inner-img { position: relative; padding: 1rem; overflow: hidden; border-radius:50%;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

/*MARKER LIST*/
.marker-list { float: left; width: 100%; list-style: none; margin: 0; padding: 0}
.marker-list>li { color:var(--bs-gray-800); font-size:14px; line-height:20px; margin-bottom:1rem; margin-top:1rem; font-weight:400; letter-spacing:.5px; position: relative; padding-left:20px;}
.marker-list>li:first-child {margin-top: 0; }
.marker-list>li:after {position: absolute; top:0px; left: 0; display: block; content: "\f192"; font-family: "FontAwesome"; font-size: 11px; color: var(--bs-secondary);}
.marker-list>li span { font-weight:600; color: var(--bs-primary); }
.marker-list>li a { color:var(--bs-gray-900);}
.marker-list>li a:hover {color:var(--bs-primary);}
/*MARKER LIST*/

/*CONTACT-ADDRESS*/
.contact-address {background:var(--bs-gray-100);  border-bottom: 10px solid var(--bs-primary); width:100%; margin: 0;  padding:1.5rem; min-height:280px; border-radius:10px;  } 
.contact-address ul { margin:0; padding:0; list-style:none;} 
.contact-address ul li { margin-top:0;} 
.contact-address .icon, .contact-address .info {} 
.icon-circle { margin: 0 auto; width: 80px; height: 80px;  border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; background: var(--bs-primary) }

.icon-circle i {color:var(--bs-white); font-size: 22px; z-index: 1;}
.contact-address .info h5 {font-weight:600; margin-top:1rem; margin-bottom:.5rem; padding:0; text-transform: uppercase; color:var(--bs-primary); font-size:20px; letter-spacing:0.5px; line-height:30px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.contact-address .info p { font-size:14px; margin: 0; padding: 0; line-height: 20px; font-weight:400; color: var(--bs-gray-900); letter-spacing:.5px; word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;} 
/*CONTACT-ADDRESS*/ 

@media only screen and ( min-width: 1299px) and (max-width: 2399px) {
 

    
}


@media only screen and ( min-width: 768px) and ( max-width: 980px ) {

   
h1 {font-size:35px; line-height:45px;}  
h2 {font-size:30px; line-height:40px;}

h6 {font-size:16px; line-height:25px;  }

p {font-size:14px; line-height:20px;}
 
/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:90px;}
/*LOGO*/

.header-right { float: right; margin-top:2.5rem !important;} 
    
.more-btn {font-size:15px; padding:1rem 2rem; line-height:25px;}
.more-btn i {font-size: 11px;}
    
.about-points-block {margin-top:3rem;}
.about-points-icon { width:80px; height:80px; line-height:80px;font-size:30px;}

.about-point-heading { font-size: 15px;}
.about-point-text {font-size: 22px; line-height:30px;}
.about-type {  padding: 2rem;}
.number { font-size: 110px;}
.about-type p a { font-size: 15px;}
    
/*WHY CHOOSE US*/    
.why-choose-us-bg .more-btn {font-size:15px; padding:1rem 2rem; line-height:25px;}
.why-choose-us-bg .more-btn i {font-size: 11px;}
.why-choose-us .why-choose-us-img i { font-size: 20px; width:70px; height:70px; line-height:70px;}	 
.why-choose-us li .why-choose-us-info p { font-size: 16px; line-height:25px; } 
/*WHY CHOOSE US*/
    
/*HOME SERVICE*/
.home-service-box { padding:5rem 4rem}
.home-service-box i { width:120px; height:120px; line-height:120px; font-size:45px;}
.home-service-box h1 {font-size:22px; line-height:35px; }
.home-service-box p { font-size: 14px; line-height: 20px;}
.home-service-box-btn {font-size:15px; padding:1rem 2rem; line-height:25px;}
.home-service-box-btn i {font-size: 11px;}
/*HOME SERVICE*/
    
.country-box-img img { width:100px;}
.country-box .country-box-text h5 { font-size:18px; line-height:25px; }
.country-box .country-box-text .link-btn { font-size:14px; line-height:25px;}
.country-box .country-box-text .link-btn i { font-size: 12px; margin-left: 5px;}
    
/*OUR PRODUCTS*/
.project-item-style .project-item-details .project-item-details-inner .title {font-size:16px; line-height:25px;}
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon a { font-size:14px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .title {font-size:16px; line-height:25px;}
.project-item-style .project-item-details-hover .project-item-details-inner .desc { font-size:14px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon a { font-size:14px; line-height:20px; }
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon i { font-size: 11px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon i { font-size: 11px;}    
/*OUR PRODUCTS*/
    
/*FOOTER*/
#footer-1 h6 { font-size:18px; line-height:25px;}

#footer-1 .footer-logo img { height:70px;}

/*FOOTER TEXT*/
#footer-1 .footer-text p {font-size:13px; line-height:18px;}
/*FOOTER TEXT*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:12px; height:40px; line-height:40px; width:40px; }
.footer-address .info h5 { font-size:14px; line-height:20px;} 
.footer-address li .info p { font-size:13px; line-height:18px;} 
/*FOOTER-ADDRESS*/

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width: auto; margin-top:0.5rem; margin-bottom:0.5rem; margin-right: 1rem; padding:0; text-transform:capitalize;}
#footer-1 .footer-nav ul li a {font-size:13px; line-height:18px;}
#footer-1 .footer-nav ul li a i { font-size:9px;}
/*FOOTER NAV*/

/*FOOTER Recent News*/
#footer-1 .footer-recent-news .news-footer p { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer i {font-size:11px;}
/*FOOTER Recent News*/

/*FOOTER BOTTOM*/
.footer-bottom p {font-size:13px; line-height:18px;}
/*FOOTER BOTTOM*/
/*FOOTER*/    
    
/*SUB-BANNER*/
.sub-banner .container {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 35px; }
.breadcrumb {font-size: 13px;}
/*SUB-BANNER*/    
}


@media only screen and ( min-width: 600px) and ( max-width: 765px ) {

h1 {font-size:35px; line-height:45px;}  
h2 {font-size:30px; line-height:40px;}
h6 {font-size:15px; line-height:25px;  }

p {font-size:14px; line-height:20px;}
    
/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:80px;}
/*LOGO*/

.header-right { float: right; margin-top:2.25rem !important;} 
    
.more-btn {font-size:15px; padding:1rem 1.5rem; line-height:25px;}
.more-btn i {font-size: 11px;}
    
.about-points-block {margin-top:3rem;}
.about-points-icon { width:70px; height:70px; line-height:70px;font-size:26px;}

.about-point-heading { font-size: 14px;}
.about-point-text {font-size: 20px; line-height:25px;}
.about-type {  padding: 2rem;}
.number { font-size: 90px;}
.about-type p a { font-size: 14px;}
    
.country-box-img img { width:90px;}
.country-box .country-box-text h5 { font-size:18px; line-height:25px; }
.country-box .country-box-text .link-btn { font-size:14px; line-height:25px;}
.country-box .country-box-text .link-btn i { font-size: 12px; margin-left: 5px;}    
    
/*WHY CHOOSE US*/    
.why-choose-us-bg .more-btn {font-size:15px; padding:1rem 1.5rem; line-height:25px;}
.why-choose-us-bg .more-btn i {font-size: 11px;}
.why-choose-us .why-choose-us-img i { font-size: 18px; width:60px; height:60px; line-height:60px;}	 
.why-choose-us li .why-choose-us-info p { font-size: 14px; line-height:20px; } 
/*WHY CHOOSE US*/    
    
/*TESTIMONIAL*/
 #testimonial-box .review_box { padding-left:2rem; padding-right:2rem;}
#testimonial-box .review_box .rd-img { height:170px; line-height:170px; width:170px;}
#testimonial-box .review_box .rd-img .review_box-icon { width: 35px; height: 35px; line-height:35px; font-size:35px;}
#testimonial-box .review_box .review_text .review_rating i { font-size:15px; line-height: 20px;}
#testimonial-box .review_box .review_text .review_name {font-size:16px; line-height: 20px;}
#testimonial-box .review_box .review_text .review_title {font-size:14px; line-height: 20px;}
#testimonial-box .review_box .review_text .review_title_name {font-size:14px; line-height: 20px;}
/*TESTIMONIAL*/
    
/*HOME SERVICE*/
.home-service-box { padding:5rem 2rem}
.home-service-box i { width:110px; height:110px; line-height:110px; font-size:40px;}
.home-service-box h1 {font-size:20px; line-height:30px; }
.home-service-box p { font-size: 14px; line-height: 20px;}
.home-service-box-btn {font-size:15px; padding:1rem 1.5rem; line-height:25px;}
.home-service-box-btn i {font-size: 11px;}
/*HOME SERVICE*/
    
/*OUR PRODUCTS*/
.project-item-style .project-item-details .project-item-details-inner .title {font-size:15px; line-height:20px;}
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon a { font-size:13px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .title {font-size:15px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .desc { font-size:13px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon a { font-size:13px; line-height:20px; }
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon i { font-size: 10px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon i { font-size: 10px;    }
/*OUR PRODUCTS*/    
    
/*HOME FORM*/
/*CONTACT FORM*/
.form-box { padding:2rem;}
.contact-page-form {font-size:13px; line-height:18px;}
.contact-page-form-bor { height:50px; line-height:50px; font-size:14px;}
.contact-page-form-textar {height:120px; line-height:30px; font-size:14px; }
.contact-page-form select {height:50px; line-height:50px; font-size:14px;}
.contact-page-form label { font-size:13px; line-height:18px;}
.contact-page-form-btn {font-size:15px; padding:1rem 2rem; line-height:25px;}
.contact-page-form-btn i {font-size: 12px;}
/*CONTACT FORM*/
/*HOME FORM*/
    
/*FOOTER*/
#footer-1 h6 { font-size:18px; line-height:25px;}
#footer-1 .footer-logo img { height:70px;}

/*FOOTER TEXT*/
#footer-1 .footer-text p {font-size:13px; line-height:18px;}
/*FOOTER TEXT*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:12px; height:40px; line-height:40px; width:40px; }
.footer-address .info h5 { font-size:14px; line-height:20px;} 
.footer-address li .info p { font-size:13px; line-height:18px;} 
/*FOOTER-ADDRESS*/

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width: auto; margin-top:0.5rem; margin-bottom:0.5rem; margin-right: 1rem; padding:0; text-transform:capitalize;}
#footer-1 .footer-nav ul li a {font-size:13px; line-height:18px;}
#footer-1 .footer-nav ul li a i { font-size:9px;}
/*FOOTER NAV*/

/*FOOTER Recent News*/
#footer-1 .footer-recent-news .news-footer p { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer i {font-size:11px;}
/*FOOTER Recent News*/

/*FOOTER BOTTOM*/
.footer-bottom p {font-size:13px; line-height:18px;}
/*FOOTER BOTTOM*/
/*FOOTER*/
    
/*SUB-BANNER*/
.sub-banner .container {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 30px; }
.breadcrumb {font-size: 13px;}
/*SUB-BANNER*/ 
    
/*CONTACT-ADDRESS*/
.icon-circle { width: 70px; height: 70px; }
.icon-circle i {font-size: 20px;}
.contact-address .info h5 { font-size:18px; line-height:25px;}
.contact-address .info p { font-size:13px; line-height: 18px;} 
/*CONTACT-ADDRESS*/     
}


@media only screen and ( min-width: 481px) and ( max-width: 599px ) {

h1 {font-size:30px; line-height:40px;}  
h2 {font-size:25px; line-height:35px;}
h6 {font-size:15px; line-height:25px;  }

p {font-size:13px; line-height:18px;}
    
/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:80px;}
/*LOGO*/

.header-right { float: right; margin-top:2.25rem !important;} 
    
.more-btn {font-size:14px; padding:1rem 1.25rem; line-height:20px;}
.more-btn i {font-size: 10px;}
   
.about-points-block {margin-top:1rem;}
.about-points-icon { width:50px; height:50px; line-height:50px;font-size:22px;}

.about-point-heading { font-size: 13px;}
.about-point-text {font-size:15px; line-height:20px;}
.about-type {  padding: 2rem;}
.number { font-size:70px;}
.about-type p a { font-size: 14px;}
    
.country-box-img img { width:70px;}
.country-box .country-box-text h5 { font-size:16px; line-height:25px; }
.country-box .country-box-text .link-btn { font-size:13px; line-height:20px;}
.country-box .country-box-text .link-btn i { font-size: 11px; margin-left: 5px;}    
    
/*WHY CHOOSE US*/    
.why-choose-us-bg .more-btn {font-size:14px; padding:1rem 1.25rem; line-height:25px;}
.why-choose-us-bg .more-btn i {font-size: 10px;}
.why-choose-us .why-choose-us-img i { font-size: 18px; width:60px; height:60px; line-height:60px;}	 
.why-choose-us li .why-choose-us-info p { font-size: 14px; line-height:20px; } 
/*WHY CHOOSE US*/
    
/*TESTIMONIAL*/
#testimonial-box .review_box { padding-left:1.5rem; padding-right:1.5rem;}
#testimonial-box .review_box .rd-img { height:150px; line-height:150px; width:150px;}
#testimonial-box .review_box .rd-img .review_box-icon { width: 35px; height: 35px; line-height:35px; font-size:35px;}
#testimonial-box .review_box .review_text .review_rating i { font-size:14px; line-height:18px;}
#testimonial-box .review_box .review_text .review_name {font-size:15px; line-height: 20px;}
#testimonial-box .review_box .review_text .review_title {font-size:13px; line-height:18px;}
#testimonial-box .review_box .review_text .review_title_name {font-size:13px; line-height: 18px;}    
/*TESTIMONIAL*/
    
/*HOME SERVICE*/
.home-service-box { padding:5rem 1rem}
.home-service-box i { width:100px; height:100px; line-height:100px; font-size:35px;}
.home-service-box h1 {font-size:20px; line-height:30px; }
.home-service-box p { font-size: 14px; line-height: 20px;}
.home-service-box-btn {font-size:15px; padding:1rem 1.5rem; line-height:25px;}
.home-service-box-btn i {font-size: 11px;}    
/*HOME SERVICE*/
  
/*OUR PRODUCTS*/
.project-item-style .project-item-details .project-item-details-inner .title {font-size:15px; line-height:20px;}
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon a { font-size:13px; line-height:20px; padding: .5rem 1.25rem;}
.project-item-style .project-item-details-hover .project-item-details-inner .title {font-size:15px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .desc { font-size:13px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon a { font-size:13px; line-height:20px; padding: .5rem 1.25rem }
    .project-item-style .project-item-details .project-item-details-inner .project-item-link-icon i { font-size: 10px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon i { font-size: 10px;}
/*OUR PRODUCTS*/
    
/*HOME FORM*/
/*CONTACT FORM*/
.form-box {padding:1.5rem;}
.contact-page-form {font-size:13px; line-height:18px;}
.contact-page-form-bor { height:50px; line-height:50px; font-size:14px;}
.contact-page-form-textar {height:120px; line-height:30px; font-size:14px; }
.contact-page-form select {height:50px; line-height:50px; font-size:14px;}
.contact-page-form label { font-size:13px; line-height:18px;}
.contact-page-form-btn {font-size:14px; padding:1rem 2rem; line-height:20px;}
.contact-page-form-btn i {font-size: 11px;}    
/*CONTACT FORM*/
/*HOME FORM*/
    
/*FOOTER*/
#footer-1 h6 { font-size:18px; line-height:25px;}

#footer-1 .footer-logo img { height:70px;}

/*FOOTER TEXT*/
#footer-1 .footer-text p {font-size:13px; line-height:18px;}
/*FOOTER TEXT*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:12px; height:40px; line-height:40px; width:40px; }
.footer-address .info h5 { font-size:14px; line-height:20px;} 
.footer-address li .info p { font-size:13px; line-height:18px;} 
/*FOOTER-ADDRESS*/

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width: auto; margin-top:0.5rem; margin-bottom:0.5rem; margin-right: 1rem; padding:0; text-transform:capitalize;}
#footer-1 .footer-nav ul li a {font-size:13px; line-height:18px;}
#footer-1 .footer-nav ul li a i { font-size:9px;}
/*FOOTER NAV*/

/*FOOTER Recent News*/
#footer-1 .footer-recent-news .news-footer p { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer i {font-size:11px;}
/*FOOTER Recent News*/

/*FOOTER BOTTOM*/
.footer-bottom p {font-size:13px; line-height:18px;}
/*FOOTER BOTTOM*/
/*FOOTER*/
    
/*SUB-BANNER*/
.sub-banner .container {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 25px; }
.breadcrumb {font-size: 12px;}
/*SUB-BANNER*/ 
    
/*MARKER LIST*/
.marker-list>li { font-size:13px; line-height:18px;}
.marker-list>li:after {font-size: 10px;}
/*MARKER LIST*/ 
    
/*CONTACT-ADDRESS*/
.icon-circle { width: 70px; height: 70px; }
.icon-circle i {font-size: 20px;}
.contact-address .info h5 { font-size:18px; line-height:25px;}
.contact-address .info p { font-size:13px; line-height: 18px;} 
/*CONTACT-ADDRESS*/    
}


@media only screen and ( min-width: 320px) and ( max-width: 480px ) {

h1 {font-size:30px; line-height:40px;}
h2 {font-size:25px; line-height:35px;}
h6 {font-size:15px; line-height:25px;  }

p {font-size:13px; line-height:18px;}
    
/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:80px;}
/*LOGO*/

.header-right { float: right; margin-top:2.25rem !important;} 
    
.more-btn {font-size:14px; padding:1rem 1.25rem; line-height:20px;}
.more-btn i {font-size: 10px;}
   
.about-points-block {margin-top:1rem;}
.about-points-icon { width:50px; height:50px; line-height:50px;font-size:22px;}

.about-point-heading { font-size: 13px;}
.about-point-text {font-size:15px; line-height:20px;}
.about-type {  padding: 2rem;}
.number { font-size:70px;}
.about-type p a { font-size: 14px;}
    
/*WHY CHOOSE US*/    
.why-choose-us-bg .more-btn {font-size:14px; padding:1rem 1.25rem; line-height:25px;}
.why-choose-us-bg .more-btn i {font-size: 10px;}
.why-choose-us .why-choose-us-img i { font-size: 18px; width:60px; height:60px; line-height:60px;}	 
.why-choose-us li .why-choose-us-info p { font-size: 14px; line-height:20px; } 
/*WHY CHOOSE US*/
    
.country-box-img img { width:70px;}
.country-box .country-box-text h5 { font-size:16px; line-height:25px; }
.country-box .country-box-text .link-btn { font-size:13px; line-height:20px;}
.country-box .country-box-text .link-btn i { font-size: 11px; margin-left: 5px;} 
    
/*TESTIMONIAL*/
#testimonial-box .review_box { padding-left:1rem; padding-right:1rem;}
#testimonial-box .review_box .rd-img { height:130px; line-height:130px; width:130px;}
#testimonial-box .review_box .rd-img .review_box-icon { width: 35px; height: 35px; line-height:35px; font-size:35px;}
#testimonial-box .review_box .review_text .review_rating i { font-size:14px; line-height:18px;}
#testimonial-box .review_box .review_text .review_name {font-size:15px; line-height: 20px;}
#testimonial-box .review_box .review_text .review_title {font-size:13px; line-height:18px;}
#testimonial-box .review_box .review_text .review_title_name {font-size:13px; line-height: 18px;}    
/*TESTIMONIAL*/
    
/*HOME SERVICE*/
.home-service-box { padding:5rem 1rem}
.home-service-box i { width:100px; height:100px; line-height:100px; font-size:35px;}
.home-service-box h1 {font-size:20px; line-height:30px; }
.home-service-box p { font-size: 14px; line-height: 20px;}
.home-service-box-btn {font-size:15px; padding:1rem 1.5rem; line-height:25px;}
.home-service-box-btn i {font-size: 11px;}
/*HOME SERVICE*/
    
/*OUR PRODUCTS*/
.project-item-style .project-item-details .project-item-details-inner .title {font-size:15px; line-height:20px;}
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon a { font-size:13px; line-height:20px; padding: .5rem 1.25rem}
.project-item-style .project-item-details-hover .project-item-details-inner .title {font-size:15px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .desc { font-size:13px; line-height:20px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon a { font-size:13px; line-height:20px;  padding: .5rem 1.25rem}
.project-item-style .project-item-details .project-item-details-inner .project-item-link-icon i { font-size: 10px;}
.project-item-style .project-item-details-hover .project-item-details-inner .project-item-link-icon i { font-size: 10px;  }  
/*OUR PRODUCTS*/    
    
/*HOME FORM*/
/*CONTACT FORM*/
.form-box {padding:1.5rem;}
.contact-page-form {font-size:13px; line-height:18px;}
.contact-page-form-bor { height:50px; line-height:50px; font-size:14px;}
.contact-page-form-textar {height:120px; line-height:30px; font-size:14px; }
.contact-page-form select {height:50px; line-height:50px; font-size:14px;}
.contact-page-form label { font-size:13px; line-height:18px;}
.contact-page-form-btn {font-size:14px; padding:1rem 1.5rem; line-height:20px;}
.contact-page-form-btn i {font-size: 11px;}       
/*CONTACT FORM*/
/*HOME FORM*/
    
/*FOOTER*/
#footer-1 h6 { font-size:18px; line-height:25px;}
#footer-1 .footer-logo img { height:70px;}

/*FOOTER TEXT*/
#footer-1 .footer-text p {font-size:13px; line-height:18px;}
/*FOOTER TEXT*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:12px; height:40px; line-height:40px; width:40px; }
.footer-address .info h5 { font-size:14px; line-height:20px;} 
.footer-address li .info p { font-size:13px; line-height:18px;} 
/*FOOTER-ADDRESS*/

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width: auto; margin-top:0.5rem; margin-bottom:0.5rem; margin-right: 1rem; padding:0; text-transform:capitalize;}
#footer-1 .footer-nav ul li a {font-size:13px; line-height:18px;}
#footer-1 .footer-nav ul li a i { font-size:9px;}
/*FOOTER NAV*/

/*FOOTER Recent News*/
#footer-1 .footer-recent-news .news-footer p { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer { font-size:13px; line-height:18px;}
#footer-1 .footer-recent-news .news-footer .date-footer i {font-size:11px;}
/*FOOTER Recent News*/

/*FOOTER BOTTOM*/
.footer-bottom p {font-size:13px; line-height:18px;}
/*FOOTER BOTTOM*/
/*FOOTER*/ 
    
/*SUB-BANNER*/
.sub-banner .container {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 25px; }
.breadcrumb {font-size: 12px;}
/*SUB-BANNER*/ 
    
/*MARKER LIST*/
.marker-list>li { font-size:13px; line-height:18px;}
.marker-list>li:after {font-size: 10px;}
/*MARKER LIST*/  
    
/*CONTACT-ADDRESS*/
.icon-circle { width: 70px; height: 70px; }
.icon-circle i {font-size: 20px;}
.contact-address .info h5 { font-size:18px; line-height:25px;}
.contact-address .info p { font-size:13px; line-height: 18px;} 
/*CONTACT-ADDRESS*/    
}