/*fonts*/
	body{
		font-family: "Open Sans",sans-serif;
	}
	/*  style overall buttons */
	.swal-button{
	  border: 1px dashed #fff;
	}
	.listitem p{
		text-align:justify;
	}
	/*  style confirm buttons */
	.swal2-confirm{
	  color: #fff !important;  
	  background:#493628 !important;
	}
	.swal2-confirm:focus{
		box-shadow:none !important;
	}
	::-moz-selection { /* Code for Firefox */
	  color: #fff;
	  background: #493628;
	}

	::selection {
	  color: #fff;
	  background: #493628;
	}

	.owl-prev{
		float:left;
	}
	.owl-next{
		float:right !important;
	}
    .owl-nav{
        display: none;
    }
    .shadowHover{transition: .5s}
    .shadowHover:hover{
        transition: .5s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .owl-stage-outer{
    	z-index:-1;
    }
	.postHighlight{
		height: 200px;
	}
	.owl-carousel .item{
		padding: 10px 25%;
		text-align: center;
	}
	.owl-carousel-page .item{
		padding: 10px 10%;
		text-align: center;
	}
	.quatationmark{
		font-size: 100px;
		margin-bottom: -40px;
		margin-top: -25px;
	}
	.owl-nav{
		position: relative !important;
	}
    .shadowHover .card-body{
        text-align: center;
    }
    .shadowHover .card-body p{
		text-align: justify;
		text-justify: distribute;
		/*word-break: break-all;*/
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		text-justify: inter-word;
		
    }
    .shadowHover .card-body .card-title{
        text-align: center;
    }
.rotate90{
	transition:.5s;
	transform:rotate(90deg);
}
.rotateminus90{
	transition:.5s;
	transform:rotate(-90deg);
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background:transparent !important;
	color:#000 !important;
}
.owl-carousel .owl-nav button.owl-next{
	font-size:61px !important;
}
.owl-carousel .owl-nav button.owl-prev{
	font-size:61px !important;
}

#hero_section{
    background-size:cover;
}
.bodyTextContactbtn{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	transition:.5s
}

.bodyTextContactbtn:hover{
	color:#DB3F28;
	transition:.5s
}

.bodyTextContactbtnEmail{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	transition:.5s
}

.bodyTextContactbtnEmail:hover{
	color:#DB3F28;
	transition:.5s
}

.socialiconsimg a{
    color: #fff;
}
#navbarSupportedContent ul li{
    border-radius: 35px;
}

.listitem ul li{
    line-height:35px;
}
#navbarSupportedContent ul li{
    padding:5px 6px !important;
}

#navbarSupportedContent{
    justify-content:right;
}

    .steps_card{
      border: 4px solid #000;
      transition: .5s;
    }
    .steps_card:hover img{
      transform: scale(1.2);
      transition: .5s;
      overflow: hidden;
    }
/*added for gas web*/
.contact_btn_web:hover{
    background-color: #493628 !important;
    color: #000 !important;
    transition: .5s;
    border-radius: 0 !important;
    transform: translateX(10px);
}



.carousel-caption {
    background-color: rgba(219, 63, 40, .8);
    left: 50% !important;
    right: 0;
    bottom: 0;
    padding: 90px 90px 90px 90px;
    text-align:left !important;
}
.carousel-caption h3{
    font-family: "Nimbusromno",serif;
	letter-spacing:5px;
        font-size: 50px;
        font-weight: 400;
        line-height: 65px;
        color: #ffffff;
}
.carousel-caption p{
    font-size: 1.5rem;
}
.boxDesign p{
    font-family: "Nimbusromno",serif;
	letter-spacing:5px;
}
.navbar-light .navbar-toggler {
    color: #337BB9 !important;
    border-color: #337BB9 !important;
}

.cardTitleBtnBelow{
    font-size:19px;
}
.homevideo video{
    border-radius:20px;
}
.news{
    padding-top:22px;
}
.sponsors a img{
    width:320px;
}
.card_1_feature {
    border-style: groove;
    border-color: #ffffff;
    box-shadow: 0px 0px 10px 9px rgba(97, 206, 112, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 40px 20px 40px 20px;
}

.card_1_feature:hover {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #11a349 0%, #4054b2 100%) !important;
}

.card_2_feature {
    border-style: groove;
    border-color: #ffffff;
    box-shadow: 0px 0px 10px 9px rgba(110, 193, 228, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 40px 20px 40px 20px;
}

.card_2_feature:hover {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #23a455 0%, #4054b2 100%) !important;
}

.card_3_feature {
    border-style: groove;
    border-color: #ffffff;
    box-shadow: 0px 0px 10px 9px rgba(35, 164, 85, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 40px 20px 40px 20px;
}

.card_3_feature:hover {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #23a455 0%, #4054b2 100%) !important;
}

.card_4_feature {
    border-style: groove;
    border-color: #ffffff;
    box-shadow: 0px 0px 10px 9px rgba(110, 193, 228, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 40px 20px 40px 20px;
}

.card_4_feature:hover {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #23a455 0%, #4054b2 100%) !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F5A11D;
}

.dropdown-item {
    cursor: pointer !important;
    padding: 10px 25px;
}

.errormodal_close {
    background-color: #000 !important;
    color: #0ff !important;
}

/*navbar*/
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: "Nimbusromno",serif;
	
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 15px;
}
.login_btn_ul {
    margin-top: 40px !important;
}

.active_submenu {
    background-color: #EC1C24;
    color: #fff;
    font-weight: bold;
}


.read_more_btn{
    background-color: transparent !important;
    color: #E74C3C;
    padding: 12px 23px;
    font-size: 12px;
    font-weight: 500;
    text-decoration:none;
    border-radius:8px;
}
.cardTitleBtnBelow{
    margin-bottom:20px;
    margin-top:30px;
}



/*start button design*/
#button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-3 a {
  position: relative;
  transition: all .45s ease-Out;
  font-weight:bold;
}
.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 1px solid #E74C3C;
  margin: 20px 20px 20px 20px;
  color: #BFC0C0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius:6px;
}
#circle {
  width: 0%;
  height: 0%;
  opacity: 1;
  line-height: 40px;
  border-radius: 50%;
  background: #E74C3C;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
  overflow:hidden;
}

#button-3:hover a {
  color: #fff;
}

/*end button design*/

.newstext p{
    text-align:justify;
}
.icontext p{
    text-align:center;
}
.newstitle h3{
    text-align:center;
    padding:25px 0;
}
.hoverMe{
    transition:.5s;
}
.hoverMe:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
    transition:.5s;
    border-radius:10px;
}
.newsimg{
    padding-top: 12px;
}

.firstRadiusDiv{
    background-color:#DB3F28;
    text-align:center;
    padding: 15px 0;
    color: #fff;
    border-radius:38px;
    background: linear-gradient(90deg, #000, #DB3F28,#000, #DB3F28);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.textb{
    padding:20px 0;
    font-size:29px;
    text-align:center;
    color: #fff;
}





.nav-link {
    padding-bottom: 10px;
}

.last_section {
    margin-bottom: 30px;
}

#download {
    display: none!important;
}

#main-header {
    background-color: #FFFFFF;
}

a.nav-link.active {
    color: #493628 !important;
    font-weight: bold;
}

a.nav-link:hover {
    transition: .2s;
	color: #000 !important;
	
}

#breadcrumb_section{
    background-color:#493628;
    color: #fff;
}






.dropdown-item{

}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent !important;
    color: #fff !important;
    transition: .3s;
}
.dropdown-menu{
	background:#493628 !important;
    color: #fff !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #000 !important;
  font-weight:500;
  background-color: #493628 !important;
}

/*modal*/

#slideBoxModal {
    margin-top: 86px;
    margin-bottom: 100px;
}


/*breadcrumb*/


/*hero section*/


.hero_section_pad {
    padding: 25px 0px 10px 0;
}



.second_section_hero {
    padding: 5px 15px;
}

.hero_btn {
    padding: 8px 15px;
    background: #493628;
    font-weight: bold;
    transition: .5s;
    color: #fff;
    text-decoration: none;
}

.hero_btn:hover {
    background: #000;
    color: #fff;
    border-radius: 30px;
    transition: .5s;
}
.readMore{
    padding: 8px 15px;
    background: #493628;
    font-weight: bold;
    transition: .5s;
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
}

.readMore:hover {
    padding: 8px 15px;
    background: #000;
    transition: .5s;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
}

.hero_btn_readmore {
    display: inline-flex;
    float: right;
}

.hero_desc {
    text-align: justify;
}
.divider_hr{
    height: 1px;
    width: 165px;
    background-color: #493628;
}
.flexcontent{
    display:flex;
    justify-content: center;
    width:100%;
}
.newsimg img{
    border-radius:12px ;
}

.title h2 {
    font-family: "Nimbusromno",serif;
	letter-spacing:5px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    color: #000000;
}
.title h3 b {
    font-family: "Nimbusromno",serif;
	letter-spacing:5px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    color: #000000;
}



/*.hero_btn_readmore:hover {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(0px, 5px); }
  100% { transform: translate(-0px, -5px); }
}*/


/*modal*/


/*social */

.social_icon_sec {
    padding: 30px 10px;
}

.social_title {
    padding: 15px;
}


/*slider*/

.carousel-control-prev,
.carousel-control-next {
    z-index: 0 !important;
}

.fa_padding {
    transition: .5s;
}

.fa_padding:hover {
    transform: rotate(360deg);
    transition: .5s;
}


/*modal anim*/

#slideBoxModal {
    animation: unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modalIn {
    transition: 1s;
    animation: unfoldIn 1s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modalOut {
    animation: unfoldOut 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modalZoomIn {
    animation-duration: 1s;
    animation: zoomIn 1s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.rotation {
    animation-duration: 1s;
    animation: rotation;
    animation-iteration-count: 1;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(.005) scaleX(0);
        opacity: 1;
    }
    50% {
        transform: scaleY(.005) scaleX(1);
        opacity: .5;
    }
    100% {
        opacity: 1;
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(.005) scaleX(1);
    }
    100% {
        transform: scaleY(.005) scaleX(0);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}


/*slide box*/

.to_aminate_arrow {
    padding-right: 20px;
    transition: 1s;
}

.arrow_icon {
    transition: 1s;
}

.slide_box_6:hover .arrow_icon {
    padding-right: 25px;
    transition: 1s;
}


/*blog*/

.blog_list {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
}

.blog_content {
    padding: 10px;
}

.blog_list:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}


label {
	display: block;
	margin-top: 10px 
	font-weight: 400;
}


label {
    color: #000;
}

::placeholder {
    color: #ccc !important;
    opacity: .5 !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
	 opacity: .5 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #F5A11D !important;
	 opacity: .5 !important;
}



.get_in_touch h2 {
    color: #F5A11D;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/*slider*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 2rem;
    padding: 20px;
    transition: .5s;
}

.carousel-control-next-icon:hover {
    height: 2rem;
    padding: 30px;
    transition: .5s;
}

.carousel-control-prev-icon:hover {
    height: 3rem;
    padding: 30px;
    transition: .5s;
}
/*
.carousel-control-prev-icon {
    background-image: url('../images/icons/arrow_right.png') !important;
    transform: rotate(180deg);
}

.carousel-control-next-icon {
    background-image: url('../images/icons/arrow_right.png') !important;
}*/


/*faq*/

.card_padding_faq {
    padding: 30px;
}

.faqboxcol {
    margin-top: 15px;
}

.card_padding_faq {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
    transition: .5s;
}

.card_padding_faq:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
    transition: .5s;
    background-color: #2E3091;
    color: #fff;
}
img{
transition: .5s;
}
.card_padding_faq >img {
    transition: .5s;
}
.card_padding_faq:hover .img-top {
    transition: .5s;
    transform: rotate(6deg) scale(1.1);
   
}


/*error modal*/

#err_text {
    color: #fff;
}

.modal-footer {
    padding: 0!important;
}


/*faq back btn*/

.faq_backbtn:hover {
    transition: .5s;
    background-color: #ddf !important;
    color: #000 !important;
    border-radius: 30px;
}

.arrow_left {
    transition: .5s;
}

.faq_backbtn:hover .arrow_left {
    margin-left: -10px;
    transition: .5s;
}

.card_padding_faq .card-body img {
    border-radius: 50%;
}

// paginations

.center {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #493628;
}

.pagination a:hover:not(.active) {background-color: #ddd;}