body{  font-family: "Roboto", sans-serif;}
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
img{
    max-width:100%;
}
.h1, h1 {
    font-size: 36px;
}
h1.homeLogoh1 {
    margin: 0;
}
a{
    text-decoration:none;
    color:#e06346;
}
.mainsection1 a {
    color: #fff;
}
.mainsection1 a:hover {
    color:#e06346;
}
.DefaultPageTemplate h1 {
    text-align: center;
}
.nav-link:focus, a:hover{
    text-decoration:none;
}
p{font-size:15px;margin-bottom:15px;}
h2{font-size:33px;}
h3{font-size:33px;}
h4{font-size:19px; font-weight:bold;}
.bg-dark {
    background-color: #e06346 !important;
    padding: 10px 0px;
}
.topbar .navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-size:14px;
	font-weight:bold;
}
.artbox p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.topbar .topbtn ul {
    list-style-type: none;
    text-decoration: none;
	margin-bottom: 0px !important; 
}
.navbar-dark .navigation ul.navbar-nav li a.nav-link:hover{color:#e06346;}
.navbar-dark .navigation ul.navbar-nav li a.nav-link {
    color: #000;
	padding:0px 11px;
}
.contactError {
    display: none;
    color: red;
    margin-bottom: 10px;
}
.navigation .active{color:#e06346 !important;}
.navigation ul.navbar-nav.mr-auto {
    margin-top: 30px;
}
.topbtn ul li a {
    color: #020202;
    background: #fff;
    padding: 4px 8px;
    margin: 0px 4px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
.ArchiveMainHeading {
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.info-icon a {
    color: #000;
}
.ButtonSubmitPost a {
    background: #e06346;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.mainsection{position:relative;}
.mainsection1 .Overbanner-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%));
    opacity: .7;
}
.mainsection{overflow:hidden;margin-bottom:70px;}
.mainsection .mainsection1 img{
    max-height:420px;
}
.topbtn ul li {
    display: inline;
}
.topbtn {
    margin-top: 6px;
    float: right;
}
.navigation li a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.section.section-we-do-presentation {
	margin-bottom: 70px;
}
.adr img {
    width: 100%;
    margin: 10px 0px;
	float:right;
  object-fit:cover;
}
#navbarSupportedContent .menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: 0.255em;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#navbarSupportedContent .menu-item-has-children {
    position: relative;
}
#navbarSupportedContent ul.sub-menu {
    display: none;
    position: absolute;
    top: 23px;
    background: #131e30;
    z-index: 999;
    padding: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    min-width: 15rem;
    left:-10px;
}
#navbarSupportedContent ul.sub-menu li {
    padding:10px;
}
#navbarSupportedContent li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
}
.logo img {
    width: 100%;
    margin-top: 20px;
    object-fit:cover;
}
.logo-bar {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}
.slider-main img{width:100%;height:450px;object-fit:cover;}
.img-bx img {
    width: 100%;
    height: 330px;
    object-fit:cover;
}
.heading-bld h3 {
    font-weight: bold;
}
.heading-bld a{color:#000;}
.img-bx1 img  {
    width: 100%;
	height: 150px;
	object-fit:cover;
}
.artcile {
    margin-bottom: 30px;
}
.img-bx {
    margin-bottom: 15px;
}
.img-bx1{
    margin-bottom: 15px;
}
.info-icon {
    margin-bottom: 26px;
}

.img-bx img {
    width: 100%;
    height: 330px;
    object-fit:cover;
}

.img-bx1 a {
    color: #000000;
}
.footerimg img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.footer p{color:#000;}
.pt2 {  margin-bottom:20px ;}
footer p { color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a {
    color: #ffffff;
    background-color: #e06346;
    display: block;
    padding: 8px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	text-align:center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a {
    color: #e06346;
    margin: 0 12px;
    font-weight: bold;
}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}


.footer_ul_amrc1 a {
    border: 1px solid #e06346;
    color: #fff;
    background-color: #e06346;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
    border-radius: 2px;
    margin: 10px 5px 5px 0;
    padding: 7px 10px;
    font-weight: 500;
    text-decoration: none;
}
.footer_ul_amrc1 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.mainsection1 {
    position: relative;
}

.txt-boxx {
    position: absolute;
    top: 34%;
    left: 13%;
    z-index: 999999;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 70%;
    padding: 30px 0px;
    background: #00000045;
    border: 1px solid rgba(255, 255, 255, .25);
}

.txt-boxx1 {
    position: absolute;
    top: 34%;
    left: 13%;
    z-index: 999999;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 70%;
    padding: 30px 0px;
    background: #00000045;
    border: 1px solid rgba(255, 255, 255, .25);
}
.txt-boxx1 a{color:#fff;font-weight:bold;}


.mainsection1 img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.mainsectio2 img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.Recentarticle {
    background-color: #f5f5fa;
    padding: 50px 0px 0px 0px;
    margin-bottom: 70px;
}
.txt-boxxbtn {
    color: #000 !important;
    padding: 7px 12px;
    background: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    border-radius: 5px;
}
.articlebox {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #e9e1e1d9;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.artcle-img img{width:100%;object-fit:cover;}
span.spntxt {
    color: #e06346;
    font-size: 15px;
    font-weight: bold;
    
}
span.spntxt1 {
    color: #000;
    padding-left: 10px;
}
.artbox a {
    color: #212529;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.poplist {
    list-style-type: none;
	padding:0px;
	text-align:center;
}
.poplist a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #e06346;
	padding: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}
.poplist li {
    margin-bottom:12px;
}

.pophead {
    padding: 10px;
    background: #e06346;
    color: #fff;
	margin-bottom:17px;
	text-align: center;
    border-radius: 10px;
}
.pophead h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.business-img img{width:100%;margin-bottom:20px; object-fit:cover;}

.businessectoin p{text-align:left;}
.popular-section {
    margin-bottom: 70px;
}
.businessectoin {
	background: #f5f5fa;
	padding: 60px 0px;
	margin-bottom: 70px;
}
.subscriebar {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #e9e1e1d9;
}
.topbtn ul li a:hover {
    color: #e06346;
}

/*------------------single page css*/
.singletaglist a {
    border: 1px solid #e06346;
    padding: 7px 10px;
    display: inline-block;
    margin: 5px;
    font-size: 15px;
}
.singlesidebarpostimg img{
    object-fit:cover;
}
.single-content-right {
    position: sticky;
    top: 0px;
}
.top-posts-smoll-box:last-child {
    margin: 0;
}
.top-posts-smoll-box {
    margin-bottom: 20px;
}
.sidebarlatesttitle a {
    color: #000;
    text-transform: uppercase;
    text-align: justify;
}
.singleMaincontent {
    text-align: justify;
}
/*----singlepage css end*/

/*-----ajaxloader css*/
.newsltajaxpopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1b1a1ae8;
    top: 0;
    z-index: 99999;
    display: none;
}

.inner-newl-img {
    width: 51px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.nsError {
    display: none;
}
/*------end ajax loade css*/

/*----login and register Page---*/
.error-msg-reg {
    color: red;
    display: none;
}
.RegisterMain {
    width: 80%;
    margin: 0 auto 53px;
    padding: 50px;
    background: #000;
}
.RegisterMain form input,.RegisterMain form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}
.RegisterMain .sidebox {
    color: #fff;
}
/*-----login and register page end*/
/*----star contact us page css*/
.contact-page-content {
    margin: 0 auto;
    width: 72%;
}
.contact-page-content input {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}
.contact-page-content textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}
input#ButtonContact,#UserLogin,#RegisterFormButton,#ResetPasswordBtn, #resetconfirm{
    background: #e06346;
    color: #fff;
    border: 1px solid #e06346;
}
/*-----end contact us page css*/
/*----------------------------------------------Responsive---------------------------------start---*/

@media (min-width: 768px) and (max-width: 1024px) { 
.singleMaincontent {
    text-align: left;
}
.logo img {
    width: 70%;
}
.h1, h1 {
    font-size: 30px;
}
.topbtn ul li a {
    font-size: 12px;
}
.topbtn {
    width: 100%;
	text-align:right;
}
.navigation ul.navbar-nav.mr-auto {
    margin-top: 26px;
}
.logo img {
    width: 100%;
    margin-top: 4px;
    object-fit:cover;
}
.navigation li a {
    font-size: 10px;
}
.mainsection1 {
    margin-bottom: 30px;
}
.img-bx img {
    height: 100%;
    object-fit:cover;
}
.img-bx1 img {
    height: 100%;
    object-fit:cover;
}
.slider-main img {
    height: 100%;
    object-fit:cover;
}
.section.section-we-do-presentation {
    margin-bottom: 20px;
}
h4 {
    font-size: 17px;
}
p {
    font-size: 12px;
}
span.spntxt {
    font-size: 14px;
}
.pophead h4 {
    font-size: 15px;
}
.txt-boxx {
    top: 28%;
}
.poplist a {
    font-size: 12px;
}
.poplist li {
    margin-bottom: 5px;
}
.h5, h5 {
    font-size: 14px;
}


}

@media only screen and (max-width: 600px) {
h2 {
    font-size: 18px;
}	
	.singleMaincontent {
    text-align: left;
}
.h1, h1 {
    font-size: 24px;
}	
.logo img {
    width: 70%;
}	
span.spntxt {
    font-size: 18px;
}
.navbar-dark .navbar-toggler {
    color: #000;
    background: #e06346;
    position: absolute;
    right: 0;
    top: -42px;
}

.navigation ul.navbar-nav.mr-auto {
    margin-top: 46px;
    position: absolute;
    z-index: 999999999;
    background: #fff;
    display: block;
    width: 100%;
    top: -45px;
    left: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 14px;
}
.navbar-toggler .close-icon {
      display: none;
      font-size: 28px;
      line-height: 1;
    }
    .navbar-toggler.open .navbar-toggler-icon {
      display: none;
      
    }
    .navbar-toggler.open .close-icon {
      display: inline-block;
      color: #fff;
    padding: 0px 7px;
    }
  nav.navbar-expand-sm.navbar-dark {
    position: relative;
}
 .mainsection1 {
    position: relative;
    margin-bottom: 20px;
} 
  .txt-boxx {
    top: 35px;
    left: 0;
    width: 100%;
}
  .txt-boxx1 {
    top: 22%;
    left: 0;
    width: 100%;
}
  .mainsection {
    margin-bottom: 30px;
}
  h4 {
    font-size: 18px;
    font-weight: 600;
}
 
.img-bx img {
    height: 100%;
    object-fit:cover;
}
.img-bx1 img {
    height: 100%;
    object-fit:cover;
}
  .slider-main img {
    height: 100%;
    object-fit:cover;
}
  .section.section-we-do-presentation {
    margin-bottom: 0px;
}
  h3 {
    font-size: 18px;
}
.artcile {
    margin-bottom: 20px;
}
.articlebox {
    margin-bottom: 30px;
}
.Recentarticle {
    padding: 15px 0px;
    margin-bottom: 30px;
}
.mb-5, .my-5 {
    margin-bottom: 1rem!important;
}
.mb-4, .my-4 {
    margin-bottom: .5rem!important;
}
.businessectoin {
    padding: 20px 0px;
    margin-bottom: 30px;
}
.popular-section {
    margin-bottom: 10px;
}
.h5, h5 {
    font-size: 17px;
}
.pt2 {
    margin-bottom: 20px;
    font-size: 14px;
}
.footer_ul_amrc {
    font-size: 12px;
}
.footer_ul_amrc1 {
    margin-bottom: 30px;
}
.bg-dark {
    display: none;
}
.navigation li a {
    font-size: 16px;
    margin-bottom: 10px;
}



}