@charset "utf-8";
/* CSS Document */

 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


*/



body {
	  font-family: "Open Sans", sans-serif;
	color: #47493b;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
	background:none !important;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.grey-bg {
	background:#e4e4e4;
}
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#004e96;
	text-decoration:none;
}




/*============================================================================
CW home iframe css starts here
=============================================================================*/


/*stock quote css*/

.ir-cw-sec{
	float:left;
	width:100%;
	min-height:396px;
	margin-bottom:10px;
}

.stk-qote-sec{
	float:left;
	width:100%;
	background:#2d4718;
	border-radius:15px;
	padding:30px 30px 20px 30px;
}

.stk-qote-sec .main-title{
	float:left;
	width:100%;
	text-align:center;
}
.stk-qote-sec .main-title h2{
	font-family: "Poppins", sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:500;
	color:#fff;
	padding-bottom:28px;
	border-bottom:2px solid #96a28a;
	/*margin-bottom:43px;*/
	margin-bottom:31px;
}
.stk-qote-sec .main-title h2:after{
	content:'';
	background:none;
	display:none;
}


.stk-prc-sec{
	float:left;
	width:100%;
}
.stk-price-left{
	float:left;
	width:50%;
	
}
.stk-cw-price{
	font-family: "Poppins", sans-serif;
	font-size:40px;
	line-height:40px;
	color:#fff;
	font-weight:600;
	display:flex;
	margin-bottom:20px;
}

.Up:before{
	content:'';
	display:inline-block;
	background:url(../images/up.png) no-repeat;
	 background-size:cover;
	width:38px;
	height:38px;
	margin-right:15px;
}
.Down:before{
	content:'';
	display:inline-block;
	background:url(../images/down.png) no-repeat;
	 background-size:cover;
	width:38px;
	height:38px;
	margin-right:15px;
}
.stk-cw-chg{
	font-size:16px;
	line-height:16px;
	color:#fff;
}

/*stokc quote section right ohlv css starts here*/


.stk-right{
	float:left;
	width:50%;
}
.ohlv{
	float:left;
	width:100%;
}
.ohlv-col{
	float:left;
	width:100%;
	margin-bottom:17px;
}
.ohlv-text{
	float:left;
	width:50%;
	font-size:16px;
	line-height:16px;
	color:#fff;
}
.ohlv-val{
	float:left;
	width:50%;
	font-size:16px;
	line-height:16px;
	color:#fff;
}

.stk-cw-foot{
	float:left;
	width:100%;
	margin-top:35px;
	text-align:right;
}
.eod{
	width:100%;
	text-align:right;
	font-size:16px;
	line-height:16px;
	color:#fff;
}


/*ifrmae sec rightsiede links */


.ir-cw-right-sec{
	float:left;
	width:100%;
}

.link-block, .link-pattern{
	float:left;
	width:90%;
	background:#dadbb1;
	/*padding:25px;*/
	border-radius:15px;
	margin-bottom:15px;
	position:relative;
	display:inline-block;
}


.link-block a{
	font-family: "Poppins", sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	color:#2a2a2a;
	display:block;
	position:relative;
	padding:25px;
	border-radius:15px;
 
}


.link-block a span{
	font-family: "Poppins", sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	color:#2a2a2a;
	display:block;
	position:relative;
}

.link-block a:hover span, .link-block:hover, .link-block a:hover{
	background:#54742b;
	color:#fff;
	border-radius:15px;
	 
}


.link-block a span{
	display:block;
	margin-bottom:68px;
	
}

.link-block a p{
	font-size:16px;
	font-weight:normal;
}


.link-block a:after{
	content:'';
	display:inline-block;
	background:url(../images/arrow-link.png) no-repeat;
	background-size:cover;
	width:26px;
	height:20px;
	position:absolute;
	right:25px;
	top:25px;
}
.link-pattern a:after{
	content:'';
	display:inline-block;
	background:url(../images/arrow-link.png) no-repeat;
	background-size:cover;
	width:26px;
	height:20px;
	position:absolute;
	right:25px;
	top:25px;
	/*transform: rotate(327deg);*/
}
.link-block a:hover:after, .link-pattern a:hover:after{
	content:'';
	display:inline-block;
		background:url(../images/arrow-link-hover.png) no-repeat;
			background-size:cover;
	width:26px;
	height:20px;
	position:absolute;
	right:25px;
	top:25px;
	
}



.link-pattern{
	background-image:url(../images/bg-pattern-1.png);
	background-repeat:repeat;
	
}

.link-pattern:after{
	content:'';
	background:url(../images/feather-art.png) no-repeat;
	width:115px;
	height:114px;
	display:inline-block;
	position:absolute;
	bottom: -7px;
    right: -30px;
    transform: rotate(352deg);
}






/*==========  Mobile First Method  ==========*/


@media(max-width:1199px) {
}







/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
 
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 768px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
.stk-qote-sec .main-title h2:after{
	content:'';
	background:none;
	display:none;
}
	
	
	
.stk-price-left, .stk-right{
	float:left;
	/*width:100%;*/
	width:50%;
	margin-bottom:20px;
	
}	
	
.stk-qote-sec{
	margin-bottom:20px;
}
.link-block, .link-pattern{
	width:94%;
}

}
 @media (max-width:576px) {

}



/* Portrait phones and smaller */
@media (max-width: 480px) {
 
}
 @media(max-width:414px) {
}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
}