@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');



/* CSS Document */

body {
    background: #fff;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #521713;
    --secondary: #f25b02;
}

.headerpart {
    background-color: #fff;
}

.cover {
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}

.header-s {
    padding: 1px 10px;
    font-size: 14px;
}


/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #d1c7c7;
    z-index: 999;
    height: 83%;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 13px 5px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: .3s linear;
    font-weight: 300;
    border-radius: 3px;
    text-transform: uppercase;

}
.headerf-0flex li a:hover {
    color: #fff;
	background:#f25b00;
	border-radius:0px;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInUp .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
	border: 1px solid #ccc;
	border-top: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 5px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #5a5151;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #fff;
}

.dropdoqwn li a:hover {
    background-color: #f25b00;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.header-bg {
    background-color: #521713;
    text-align: center;
}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px #e7e9f1;
    animation: fadeInDown .4s;
}

.darkHeader .top-head {
    display: none;
}

.darkHeader .top-header {
    display: none;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    font-size: 14px;
    flex-wrap: wrap;
}

.social_media {
    display: flex;
    margin-left: 10px;
    justify-content: end;
}

.social_media a {
    text-align: center;
    font-size: 15px !important;
    transition: .5s ease-in-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 9px 10px !important;
    border-right: 1px solid #5f5f62;
}

.email-b {
    align-items: center;
    display: flex;
    margin-left: 15px;
}

.login {
    padding: 0px !important;
    background-color: #fff !important;
    color: #333 !important;
    text-align: center;
    font-size: 13px !important;
}

.login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.phone_h span {
    display: block;
    color: blue;
    padding-left: 8px;
}

.phone_h strong {
    display: block;
    color: #838383;
    font-size: 17px;
    padding-left: 8px;
    font-weight: 700;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.form1 {
    min-width: 300px;
    display: flex;
    position: relative;
}

.formset {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #e6e6e6;
    border: none;
    transition: .5s ease-in-out;
}

.formset::placeholder {
    color: #96989b;
    font-size: 15px;
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;

}

.button1 {
    background-color: #f25b00;
    border: none;
    border-radius: 100px;
    width: 55px;
    height: 44px;
    text-align: center;
    font-weight: 700;
    top: 4px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0px 5px 5px 0px;
    font-size: 19px;
    padding-right: 13px;
    padding-top: 7px;
}

.about {
    padding: 0.5rem 0rem;
    font-size: 14px;
    color: #3c3c3c;
    background-color: #fff;
}

.about h5 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #521713;
    font-weight: 600;
    font-size: 18px;
}

footer {
    background: #fff;
    color: #717171;
    padding: 35px 0px 0px 0px;
    line-height: 25px;
    border-top: 1px solid #c5c9d1;
}

.footertext {
    font-size: 14px;
}

.footertext h6 {
    color: #f25b00;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: 600;
}

.footertext a {
    color: #717171;
    font-size: 13px;
    transition: .4s ease-in-out;
}

.footertext a:hover {
    color: #0c3c8f;
}

.footertext i {
    color: #717171;
    width: 24px;
    padding-right: 8px;
}

.footerbottom span {
    color: #717171;
    text-align: center;
    line-height: 24px;
    display: block;
    font-size: 14px;
    padding: 10px 10px;
}

.list_footer {
    background-color: #f25b00;
    color: #fff;
    border-bottom: 1px solid #c5c9d1;
    padding: 22px 0px;
    text-align: center;
    margin-top: 30px;
}

.list_footer a {
    color: #fff;
    padding: 0px 10px;
    line-height: 11px;
    transition: .5s ease-in-out;
    display: inline-block;
}

.list_footer a:hover {
    color: #0c3c8f;
}

.list_footer a:nth-child(1n+1) {
    font-size: 12px;
    border-right: 1px solid #767070;
}

.list_footer a:nth-last-child(1) {
    border: none !important;
}

.s-media a {
    display: inline-block;
    background-color: #8592a6;
    color: #fff !important;
    border-radius: 100px;
    padding: 1px 7px;
    margin-top: 15px;
    transition: .4s ease-in-out;
}

.s-media a:hover {
    background-color: #0c3c8f;
    color: #fff;
}

.s-media a i {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-right: 0;
    padding-top: 2px;
    width: auto;
    display: inline-block;
}

.about_section {
    position: relative;
}

.about_section::after {
    position: absolute;
    content: '';
    left: 0;
    background-color: #fff;
    width: 40%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.about_panel {
    color: #0c2829;
    padding: 50px 20px;
    line-height: 25px;
}

.about_panel small {
    color: #521713;
    font-size: 18px;
}

.about_panel h4 {
    font-size: 30px;
    color: #0c2829;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about_panel a {
    border-radius: 100px;
    color: #fff;
    background-color: #521713;
    display: inline-flex;
    align-items: center;
    padding-left: 24px;
    font-size: 15px;
    margin-top: 15px;
}

.about_panel a i {
    width: 33px;
    height: 33px;
    display: inline-block;
    background-color: #f25b00;
    color: #fff;
    font-size: 18px;
    padding: 4px 6px;
    border-radius: 100px;
    margin: 5px 5px 5px 12px;
}

.rising_root {
    text-align: center;
    padding: 3rem 0rem 0rem 0rem;
}

.rising_h {
    font-size: 18px;
    font-weight: 300;
}

.rising_root h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}

.bg1 {
    margin-top: 3rem;
}

.panel {
    padding: 54px 40px;
    color: #212121;
    line-height: 27px;
	border:1px solid #ccc;
}
.panel:hover {
	border:1px solid #f25b00;
}
.panel img{ border-radius:100%; border:5px solid #eee; padding:5px;    width: 250px;
    height: 250px;}
.panel h4 {
    font-weight: 700;
    color: #365b33;
    letter-spacing: .5px;
    font-size: 27px;
    padding-bottom: 8px;
	
}

.panel a {
    border-radius: 100px;
    color: #fff;
    background-color: #521713;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    margin-top: 15px;
	padding:3px 3px 3px 15px;
}
.panel a i {
    width: 33px;
    height: 33px;
    display: inline-block;
    background-color: #f25b00;
    color: #fff;
    font-size: 18px;
    padding: 4px 6px;
    border-radius: 100px;
    margin: 5px 5px 5px 12px;
}
.panel2 {
    background-color: #fff;
}

.indexenquirybg {
    background: #521713;
    padding: 45px 0px 50px;
}

.indexfrominput {
    text-align: center;
    padding: 20px 20px;
}

.indexfrominput h6 {
    font-size: 18px;
}

.indexinpout {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
}

.indexbutton {
    color: #fff;
    background: #521713;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
    border-bottom: 5px solid #f25b00 !important;
    outline: none;
    border: none;
    margin-top: 10px;
}

.servicespage {
    padding: 15px;
}

.servicespage h2 {
    text-align: center;
    font-size: 20px;
}

.servicespage img {
    height: 200px;
    width: 100%;
    text-align: center;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 8px solid #fff;
    box-shadow: -1px 1px 12px 2px rgb(0 0 0 / 14%);
}

.servicespageread a {
    color: #fff;
    background: #2263b5;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
    border-bottom: 5px solid #00adef !important;
    margin: 0 auto;
    display: table;
}

.servicespageread a:hover {
    background: #00adef;
    border-bottom: 5px solid #2263b5 !important;
}
iframe{border-radius: 10px;}
.indexenquirybox1 {
    box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
}

.indexenquirybox {
    box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 24px;
    background: #fff;
}

.indexenquirybox:hover {
    transform: scale(1.05);
    transition: 0.10s all ease-in-out;
    box-shadow: -1px 1px 14px 2px rgb(255 255 255 / 14%);
}

.indexfrom {
    text-align: center;
    color: #fff;
}

.indexfrom h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}


.testominal{
    padding: 3rem 0rem;
    text-align: center;
}

.owl-prev {
    position: absolute;
    top: 43%;
    background-color: #fff;

    width: 44px;
    height: 44px;
    left: 0;
    font-size: 36px;
    text-align: center;
    padding: 2px;
    color: #000;
    opacity: 1;
    transition: .5s ease-in-out;
}

.owl-next {
    position: absolute;
    top: 43%;
    background-color: #fff !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 36px;
    right: 0;
    text-align: center;
    padding: 2px;
    color: #000;
    opacity: 1 !important;
    transition: .5s ease-in-out;

}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background-color: #f78f20 !important;
}
.carouseltext{ padding:0px 150px; line-height:26px;}
.bread {
    padding: 8px 0px;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    box-shadow: inset -1px 1px 24px 2px rgb(0 0 0 / 14%);
}
.aboutus h1{ font-size:50px; font-weight:200; color:#354538; line-height:60px;}
.visionmision{border-radius: 10px;box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%); background:#fff; padding:30px 40px; text-align:center;min-height: 400px;}
.visionmision h3{ font-weight:300; padding-bottom:30px;}
.visionmision i{ font-size:40px; color:#354538;}
.aboutproject{ padding:50px 0px; text-align:center;}
.aboutteam strong{ color:#354538; font-size:26px; padding:0px;}
.aboutteam i{ font-size:30px; color:#555555; padding:0px 5px;}
.aboutteam{box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%); background:#fff; padding:50px 40px 10px; text-align:center;    min-height: 550px;border-radius: 10px;}
.aboutteam img{border-radius: 100px; border:1px solid #CCC;}
.aboutcomment{ font-size:16px;}
.allcontenttext p{ text-align:justify; line-height:28px;}
.allcontenttext h6{ font-weight:600; font-size:18px; color:#521713; }
.allcontenttext strong{ color:#f25b00;}
.allcontenttext img{border-radius:10px;}
.allcontenttext ul li{ background:url(../images/arrowright.png) no-repeat; background-position:0px 10px; line-height:30px; padding-left:15px;}
.contactbg{ background:#f5fff1; padding:50px 0px; color:#000;border-top: 1px solid #dfdfdf;}
.contactenquiry{ background:#fff; padding:50px 60px;}
.contactenquiry h4{ color:#521713}
.contactusinput{ width:100%; border:5px solid #dce3dd; padding:8px 15px; font-size:18px; margin-top:5px; margin-bottom:5px; outline:none;border-radius: 8px;}
.contactenquiry label{ color:#626e64;}
.contactbutton{background-color: #ed0e17;color: #fff;font-size: 18px !important;padding: 10px 20px !important;white-space: nowrap;border-radius: 4px !important; border:none; width:100%;}
.contactinfo{ font-size:18px;}
.contactinfo i{border-radius: 100px !important; color:#f25b00; width:40px; margin-top:10px; font-size:24px;}
.contacthead strong{ color:#111111;font-weight: 600;}
.imagecollage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	width:100%;
}
.galleryindex img{ height: 350px;object-fit: cover;width:100%; border-radius: 10px;}
.imagecollage img{
  height: 268px;
  flex-grow: 1;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px;
}
.outteam{ padding:0px 0px 0px 20px;}
.clientbg{box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
    padding: 30px 40px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;}
.consultant{ text-align:justify; line-height:26px;}
.consultant img{border-radius: 10px; border:4px solid #eee; width:248px; text-align:center;}
.readmore a{    background: #f25b00;padding: 8px 20px;border-radius: 5px;color:#fff;
}
.readmore a:hover{background: #521713;}
.aboutteam strong{ color:#354538; font-size:22px;font-weight: 600;padding:0px;}
.aboutteam i{ font-size:30px; color:#555555; padding:0px 5px;}
.aboutteam{box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%); background:#fff; padding:50px 30px 10px; text-align:center;    min-height: 400px;border-radius: 10px;}
.aboutteam img{border-radius: 100px; border:1px solid #CCC;padding: 5px;aspect-ratio: 1 / 0;object-fit: contain;margin: 0 auto;margin: 0 auto;display: table; width:160px; height:160px;}
.aboutcomment{ font-size:16px;}


.product_bg{box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%); background:#fff; text-align:center; padding:20px;    border-radius: 20px;}
.product_bg img{aspect-ratio: 1 / 0;object-fit: cover; width:100%; height:230px; padding-bottom:15px; font-weight:700;}
.product_bg a{ color:#521713; font-size:20px;}
.leftimages{ border-right:1px solid #dedcdc; padding:15px;}
.leftimages img{display:table;aspect-ratio: 1 / 0;object-fit:cover; margin:0 auto; height:350px;}
.rightfrom{ border-left:1px solid #dedcdc; background:#ebfffe; padding:15px 20px;}
.centercontent{padding:15px 20px; font-weight:400; color:#333639; font-size:15px;}
.centercontent strong{ color:#044392;}
.centercontent small{ line-height:20px !important; color:#666666;}
hr {margin:0px;background-color:#898787;}
.centercontent hr {margin:10px 0px;background-color:#898787;}
.centercontent h1{ font-size:24px;color: #521713; font-weight:700;}
.centercontent ul li{ background:url(../images/arrowright.png) no-repeat; background-position:0px 10px; padding-left:18px;}
.rightfrom h2{ font-size:18px; color:#521713; padding-bottom:15px;}
.hidden{ display:none;}
.relaitedpro span a{background:#ebfffe; border:1px solid #c8edec; padding:5px 10px; font-size:14px;display:inline-block;margin-bottom:5px; border-radius: 3px;}
.relaitedpro span a:hover{background:#034391; color:#fff;}
.contactinput{
border: 1px solid #e9eef0;
    padding: 7px 10px;
    border-radius: 3px;
    width: 100%;
	margin-bottom:8px;
	border:1px solid #ccc;
	font-size:16px;
	padding-left: 35px;
}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#f25b00;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}
.fromincons{position: absolute;
    font-size: 18px;
    margin: 8px 10px;
	color:#919191;
}
.howwork{
    text-align: center;
    background: #f0fff9;
    border-radius: 10px;
    padding: 20px 10px 10px;
    min-height: 200px;
    border: 1px solid #bce5d5;
}
.detailheading h1{ font-size: 18px;}
.howwork i{font-size: 24px;color:#196103;}