/**
 ==================================================
 * Name: ArthGanak Custom CSS
 * Version: 1.0
 * Author: Rajendra Swami
 ===================================================
 */


.col-xs-12 {
	min-height: 0;
    text-align: center;
    color: #ffffff;
    font-size: xx-large;
}

.top-part__block {
    background-color: #f58634;
    color: #7f8997;
}

.top-info__block li {
    border-right: 1px solid #ae44cd;
}

.ag_h2 {
    color: #05b88c;
}
.ag_mf_dsc {
    color: #951226;
    text-align: center;
}

/* Below is for counter section . copies from index 3.html */

/*counter up section*/
.counterUp_wrapper__block{
    background-image: url(../images/counter-bg.jpg)
}
.counterUp_wrapper__block h2{
	color:#720808;
	text-transform: initial;
	font-weight:initial;
}
.counterUp_wrapper__block::before {
    /* background:#0c1f38; */
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.counterUp_wrapper__block {
  background-image: url("../images/banner/ag_bg_abt.jpg"); 
  /*background-image: url("../images/aglogo.png"); */
  background-position: center center;
  background-size: cover;
  /* background-attachment:fixed; */
  color: #720808;
  position: relative;
  z-index: 1;
}

.counter_wrap__block.text-center {
  display: table;
  height: 190px;
  width: 100%;
}
.counter_wrap__block.text-center > .row {
    display: table-cell;
    vertical-align: middle;
}

.single-counterup i.fa {
    /* border: 1px solid #ffffff; */
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    line-height: 42px;
    margin-bottom: 10px;
    padding: 14px;
    text-align: center;
    width: 70px;
    background-image: url(../images/favicon.png);
    background-size: contain;
}
p.counterup {
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    margin: 15px 0;
}
.single-counterup p {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.boxed_btn__block {
    background: #ffffff none repeat scroll 0 0;
    color: #2585fb;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: .3s;
}
.boxed_btn__block:hover {
  background: #feb20d none repeat scroll 0 0;
  box-shadow: 0 0 12px 0 #777777;
  color: #ffffff;
}

@media (max-width: 991px){
    .counterUp_wrapper__block{
        text-align: center;
    }
    .boxed_btn__block{
        margin-bottom: 30px;
    }
}

/** 
==========================================================
Single Quote Block for home - about us details

==========================================================
**/


/*Quote section style*/
@media (min-width: 992px) and (max-width: 1199px){
    .quote__block input[type="submit"] {
      margin-right: 0!important;
    }
}
.quote_wrap__block{
	background: #feb20d;
    overflow: hidden;
	position: relative;
}
.quote_wrap__block h2{
	font-size:35px;
}
.left_box_heading__block h2{
	color:#fff;
	font-weight:400;
}
.quote_wrap__block::before {
    background: #002e5b;
    content: "";
    height: 100%;
    left: -10%;
    position: absolute;
    top: 0;
    width: 50%;
}
.left_quote__block {
    color: #ffffff;
    position: relative;
    height: 710px;
}
.left_box_heading__block{
    width: 80%;
	position: relative;
    z-index: 2;
}
.left_quote__block p {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.left_quote__block::after {
    background: rgb(0, 46, 91);
    content: "";
    height: 120%;
    left: 69%;
    position: absolute;
    top: -61px;
    width: 260px;
    z-index: 1;
    transform: rotate(19.31deg);
    transform-origin: 174px -78px;
    -webkit-transform: rotate(17.31deg);
    -webkit-transform-origin: 174px -78px
	
}
.left_quote__block > h2, .quote__block h2 {
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
}
.left_quote__block > h2::before, .quote__block h2:before {
    background: #feb20d none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
}
.quote__block h2:before{
    background: #222;
}
.left_quote__block::before {
  background: #002e5b none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.single_quote__block {
    padding-top: 34px;
    position: relative;
    width: 54%;
    z-index: 9;
   
}
.single_quote__block.style_2{
	width: 86%;
}
.single_quote__block.style_2 > h4{
	font-weight: 600;
}

.block_bg{
	 background: #002e5b
}
@media (min-width: 992px) and (max-width: 1199px){
   .single_quote__block {
        width: 66%;
    }
	.left_box_heading__block{
		width: 85%
	}
	.left_quote__block::after{
		left: 66%;
	}
}
@media (max-width: 991px){
	.left_quote__block::after {
		display:none;
    }
	.left_quote__block{
		background: #002e5b;
	}
	.left_box_heading__block{
		width:100%;
		padding-top:0;
	}
}
.single_quote__block i.fa {
    color: #ff9923;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 50px;
}
.single_quote__block > h4, .single_quote__block > p {
    margin-left: 60px;
	font-weight:400;
}
.quote__block {
    background: #feb20d none repeat scroll 0 0;
    color: #222222;
    position: relative;
    height: 710px;
    padding-left: 15px;
}
.quote__block input, textarea {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    margin-bottom: 30px;
    max-width: 100%;
    padding-left: 20px;
    width: 100%;
}
.quote__block textarea {
    height: 120px;
    resize: none;
}
.quote__block input[type="submit"] {
  background: #002e5b none repeat scroll 0 0;
  color: #ffffff;
  float: right;
  width: 180px;
  padding-left: 0;
}

.quote__block::after {
    background: #feb20d none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}

@media (min-width:768px) and (max-width: 991px){
    .quote__block input[type="submit"]{
        float: left;
    }
    .quote__block::after {
      right: 0;
      width: 100%;
      z-index: -99;
    }
    .single_quote__block{
        width: 100%
    }
    .quote__block{
        padding-left: 15px;
    }
}



/***************************************
* 5. Full img sec styles 
****************************************/
.about__content{
	    padding-right: 70px;
}
.about_wwr ul,
.about_wwr li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_wwr  ul li {
    font-size: 14px;
    line-height: 25px;
    color: #9b1d21;
}
.about_wwr  ul li:before {
    content: '\f0a9';
    margin-right: 11px;
    font-family: 'FontAwesome';
}

.years__no-wrap{
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
      height: 70%;
    width: 235px;
    background: #fff;
    right: 63%;
    box-shadow: -6px 12px 18px 7px rgba(0, 0, 0, 0.09);
}
.years__no-block{
	position: absolute;
    text-align: center;
   	    padding: 0 20px;
	top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);    
}
.years__no-block span{
    font-size: 150px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1;
    color: #0c1f38;
}
.years__no-block p{
	    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #f58634;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.about__content {
    padding-right: 0;
}
	.years__no-wrap{
		width: 195px;
		right: 26px;
	}
	.years__no-block span{
		font-size: 106px;
	}
	.years__no-block p{
		font-size: 12px;
	}
	.office__block{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px){
	.office__block{
		margin-top: 30px;
	}
	.counter__wrap li{
	float:none;
	width:100%;
}
.about__content h3{
		margin-bottom:30px;
	}
	.about__content {
    padding-right: 0;
}
.counter__wrap{
	margin:30px 0;
}
.years__no-wrap{
	right:0;
}
.years__no-block span{
	font-size: 55px;
}
}

/*Avaiablity Section*/
.available_wrap__block{
    background-image: url(../images/map.jpg);
    height: 300px;
    display: table;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.available_content__block{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.available_content__block h2{
	font-size: 35px;
	color: #fff;
	font-weight: 500;
}
@media(max-width:991px){
        .available_wrap__block {
          height: auto;
          padding: 40px 0;
        }
        .quote__block input[type="submit"]{
        float: left;
        }
}
