


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
 height: 100%;
 font-family: 'Roboto', sans-serif;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top: 116px;
	}
*{
	padding:0;
	margin:0;
	}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}
span{
	display: inline-block;
}
p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #161718;
	padding: 0 0 15px 0;
	text-align: justify;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 10px 0 10px 0;
	background:#fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width:25%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*padding: 5px 0 0;*/
}
header nav {
	display: inline-block;
    float: right;
    padding: 29px 0;
    background-color: transparent;
    margin: 0;
}

header nav .ace-responsive-menu > li > a{
	padding: 5px 10px;
	font-size: 16px;
	text-transform: none;
	color: #18191d;
	font-weight: 500;
}
header nav .ace-responsive-menu > li > a:hover{
	color: #e3bc3d;
    font-weight: 500;    
}
header nav .ace-responsive-menu li ul.sub-menu li a{
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
}
header nav .ace-responsive-menu > li > ul.sub-menu > li a:hover{
	font-weight: 500;
	color: #e3bc3d;
}
header nav .ace-responsive-menu li.menu-active > a{
	font-weight: 500;
	color: #e3bc3d;
}

header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}
header .top_header{
	display: flex;
    place-content: flex-end;
    padding: 30px 0 0;
}
header .cnt_box{
	padding: 5px 20px;
    display: flex;
    font-size: 16px;
    color: #000;
}
/*header .cnt_box .fa{
	color: #1d4386;
}*/
header .cnt_box a{
	color: #000;
}
header ul .head_contact{
	border: 2px solid #1d4386;
    border-radius: 16px;
    width: 110px;
    text-align: center;
    margin: 0 0 0 15px;
}
header nav .ace-responsive-menu .head_contact li.menu-active > a:hover{
	color: #000;
}
header ul .head_contact:hover{
	background: #1d4386;
	color: #000;
}
header nav .ace-responsive-menu .head_contact li.menu-active > a{
	color: ;
}


/*Button Style*/
.btn{
 	margin: 30px 0 0; 
}
.btn span{
	/*background-color: #fff;*/
    border-radius: 25px;
    cursor: pointer;
    padding: 8px 16px;
    width: 23%;
    text-align: center;
    /*border: 1px solid #ff4f13;*/
    font-size: 15px;
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, #1d4386 0%, #ff4f13 100%);
    background: linear-gradient(90deg, #1d4386 0%, #ff4f13 100%);
}
.btn span:hover{
	color: #fff;
	background-image: linear-gradient(90deg,  #1d4386 0%, #ff4f13 80%,  #1d4386 100%);
	animation:slidebg 5s linear infinite;
	border: none;
}

@keyframes slidebg {
  to {
    background-position:20vw;
  }
}




/*Home Banner Seciton*/

/*.banner .main_banner.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    z-index: 1;
}*/
/*.banner_section .main_banner.owl-theme .owl-nav button.owl-prev {
    float: left;
    font-size: 80px;
    color: #ffffff;
    margin: 0 0 0 20px;
    opacity: 0.5;
    outline: none;
    position: absolute;
    left: 0;
    top: 40%;
    width: 0%;
    z-index: 1;
}
.banner_section .main_banner.owl-theme .owl-nav button.owl-next {
    float: right;
    font-size: 80px;
    color: #ffffff;
    margin: 0 20px 0 0;
    opacity: 0.5;
    outline: none;
    position: absolute;
    right: 2%;
    top: 40%;
    width: 0%;
    z-index: 1;
}*/
.banner_section .owl-theme .owl-nav .owl-next {
    right: 0;
    padding: 3px 14px 3px 17px!important;
}
.banner_section .owl-theme .owl-nav .owl-prev {
    left: 0;
    padding: 3px 17px 3px 14px!important;
}
.banner_section .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 28px);
    font-size: 75px;
    font-weight: 100;
    line-height: 30px;
    outline: none;
    background: transparent;
    border-radius: 50%;
    transition: all 0.3s;
    height: 55px;
    width: 55px;
}
.banner_section .owl-theme .owl-nav [class*=owl-] span {
    display: inline-block;
    padding: 0 0 20px 0;
    font-family: 'FontAwesome';
}

.banner_section img{
	width: 100%;
}
/*.banner_section .img_box{
	position: relative;
}
.banner_section .text_box{
	position: absolute;
    top: 30%;
    left: 16%;
}
.banner_section .b_title{
	font-size: 34px;
    font-weight: 600;
    color: #1d4386;
    line-height: 52px;
    padding: 0 0 20px;
}
.banner_section .b_title span{	
    font-weight: 600;
    color: #e3bc3d;
}
.banner_section .small_txt{
	font-size: 18px;
    color: #000;
}*/

#main .title_box{
	font-weight: 600;
    font-size: 34px;
    color: #1d4386;
    padding: 0 0 25px;
}
#main .title_box span{
	border-bottom: 3px solid #e3bc3d;
	
}
.home_about_section{
	margin: 5vw 0 2vw;
}
.home_about_section .abt_btn{
	margin: 22px 0 0 ;
}
.home_about_section .abt_btn a{
	border: 2px solid #e3bc3d;
    font-size: 16px;
    padding: 9px 25px;
    border-radius: 4px;
    transition: 0.9s;
}
.home_about_section .abt_btn a:hover{
	background: #e3bc3d;
	color: #fff;


}
.home_about_section .img_box{
	width: 86%;
    margin: 0 auto;
}
.home_about_section .inner_container{
	border-bottom: 1px solid #f2f2f2;
    padding: 0 0 1vw;
}


#main .heading_box{
	display: flex;
    justify-content: center;
    padding: 0 0 50px;
}
#main .heading{
	font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
#main .heading::after{
	content: '';
    width: 200px;
    background: #e6e6e6;
    top: -6px;
    left: 0;
    position: absolute;
    height: 54px;
    z-index: -1;
    margin-left: 10px;
}
#main .heading span {
    background: #1d4386;
    padding: 6px 33px 6px 0;
    height: 60.28px;
    display: flex;
    align-items: center;
}
#main .heading_svg{
	width: 45.5px;
    height: 60px;
}

/*products_section*/
.products_section{
	padding: 0 0 20px 0;
}
.products_section .title_box{
	text-align: center;
}
.products_section .sub_category{
	padding: 30px 0;
	position: relative;
}
.products_section .sub_category ul{
	display: flex;
    align-items: center;
    justify-content: center;
}
.products_section  .content_box{
	text-align: center;
}
.products_section .sub_category:after{
	position: absolute;
    content: '';
    top: 55px;
    left: 0;
    background: #e3bc3d;
    height: 2px;
    width: 100%;
    z-index: -1;

}
.products_section .heading::after{
	content: '';
    width: 200px;
    background: #e6e6e6;
    top: -6px;
    left: 0;
    position: absolute;
    height: 54px;
    z-index: -1;
    margin-left: 10px;
}
.products_section .tab_title{
	text-align: center;
	position: relative;
	margin: 36px 0;
}
/*.products_section .tab_title:after{
	content: '';
    position: absolute;
    top: 25px;
    left: 0;
    height: 1px;
    background: #f2f2f2;
    width: 100%;
    z-index: -1;
}*/
.products_section .tab_title span{
	display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: 700;
    border-top: 1px solid #e3bc3d;
    border-bottom: 1px solid #1d4386;
    padding: 5px 0;
}

/*.products_section .sub_category ul li:nth-child(1){
	border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.products_section .sub_category ul li:nth-child(2){
	border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.products_section .sub_category ul li.tab-nav-link.current{
	background-color: #1d4386;
	color: #fff;
}*/
.products_section .tabs-main-content .content_box .image{
	text-align: center;
}
.products_section .tabs-main-content .content_box .title{
	text-align: center;
    padding: 0 0 15px 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.products_section .tabs-main-content .content_box .left{
	text-align: left;
}
.products_section .p_content_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 970px;
    margin: 0 auto;
    align-items: center;
}
.products_section .p_content_box .item_box{
	width: 25%;
	padding: 11px;
}
.products_section .p_content_box .inner_box{
	background: #e6e6e6;
    text-align: center;
    padding: 25px 10px 0;
    height: 220px;
    width: 220px;
    color: #000;
    transition: 0.4s;
    cursor: pointer;
}
.products_section .p_content_box .inner_box:hover{
	background: #1e4387;
	color: #fff;
}
.products_section .p_content_box .inner_box:hover img{
	color: #fff;
	filter: invert(1);
}
.products_section .p_content_box .inner_box .text{
	font-size: 22px;
    font-weight: 500;
    padding: 15px 0 0;

}
.products_section .tabs-main-content{
    padding: 0 0 25px;
}
.products_section .risk_content .inner_box:hover{
	background: #e3bc3d;
}

.products_section .risk_content{
	margin: 3vw 0 0;
}
/*.products_section .risk_content .tab_title:after{
	background-color: #e3bc3d;
}*/



/*industries_section*/

.industries_page .industries_section{
	margin: 5vw 0;

}

.industries_page .industries_section .content_box{
	display: flex;
}
.industries_page .industries_section .title_box span {
    border-bottom: 3px solid #e3bc3d;
    padding: 0 0 10px;
    /*color: #fff;*/
}
.industries_page .industries_section .item_box{
	padding: 5px;
    width: 20%;
    float: left;
}
.industries_page .industries_section .item_box .text_box{
    background: #666666;
    text-align: center;
    padding: 7px 25px;
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}
.industries_page .industries_section .item_box .text_box a{
	font-size: 22px;
    color: #fff;
}
.industries_page .industries_section{
	/*position: relative;*/
/*	margin: 0 0 6vw;
*/}
.industries_page .industries_section .industries_title{
	/*position: absolute;
    top: 35px;*/
    text-align: center;
    width: 100%;
}
.industries_page /*.industries_section .industries_inner{
	position: absolute;
    bottom: -75px;
    margin: 0 auto;
    width: 100%;
}
*/



/*team_section*/
.team_section{
	padding: 5vw 0;
}
.team_section .inner_container{
	display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
}
.team_section .inner_container .t_top{
	display: flex;
    align-items: center;
    justify-content: center;
}
.team_section .txt_in{
	color: #000;
}
.team_section .txt_in p{
	color: #000;
}
.team_section .txt_in .name{
	font-size: 20px;
    font-weight: 500;
}
.team_section .text{
	font-size: 20px;
    color: #1d4386;
}
.team_section .item_box:nth-child(3){
	align-self: flex-end;
}
.team_section .item_box .t_btm{
	text-align: center;
	padding: 45px 40px;
}
.team_section .t_img_box{
	padding: 15px;
}
.team_section .item_box .img_box{
	width: 150px;
}




/*Footer Section*/
.footer_section ul li span{
	color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.footer_section ul li span:hover{
	color: #e3bc3d;
}
.footer_section .footer_start .item_box{
	display: flex;
    justify-content: center;
}

.footer_section .footer_start .inner_container{
	display: flex;
	align-items: center;
	position: relative;
}
/*.footer_section .footer_start .inner_container:after {
    position: absolute;
    bottom: -23px;
    content: '';
    left: 25%;
    width: 50%;
    height: 6px;
    display: block;
    background: #e3bc3d;
   
}*/


.footer_section .fs_icon{
	float: left;
    align-items: center;
    
}
.footer_section .fa{
	color: #e3bc3d;
    font-size: 18px;
    padding: 0 10px 0 0;
}
.footer_section .footer_end{
	background-color: #1d4386;
    padding: 30px 0;
    border-top: 4px solid #e3bc3d;
}
.footer_section .footer_end .inner_box .content_box{
	font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 0 0 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.footer_section .footer_end .icon_box{
    width: 100%;
    display: flex;
}
.footer_section .footer_end .icon_box span{
	font-size: 20px;
    background: #fff;
    border-radius: 25px;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 8px;
    margin: 0px 20px 0 0;
    color: #1d4386;
}
.footer_section .footer_end .icon_box span .fa{
	padding: 0;
    color: #ff4f13;
    font-size: 22px;
}
.footer_section .footer_end .icon_box .fa:hover {
	background: #ff4f13;
	color: #fff;
}
.footer_section .footer_end .content_box a{
	color: #fff;
}





/*.footer_section .footer_end .sl{
	padding: 0 55px;
}*/

.who_we_are_page .inner_container{
	margin: 4vw 0;
}








/*Contact Us Page*/
.contact_us_page .content_section{
	margin: 66px 0;
}
.contact_us_page .form-group{
	font-size: 15px;
}
.contact_us_page .form-group input{
	width: 100%;
    padding: 8px 15px;
    margin: 10px 0;
}
.contact_us_page .form-group textarea{
	width: 100%;
    padding: 8px 15px;
    margin: 10px 0;
    height: 90px;
}
.contact_us_page .main_heading {
	padding: 0 0 12px;
}
.contact_us_page  .submit{
	margin: 22px 0 0;
}
.contact_us_page  .submit input{
	border-radius: 25px;
    cursor: pointer;
    padding: 8px 16px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #1d4386 0%, #ff4f13 100%);
    background: linear-gradient(90deg, #1d4386 0%, #ff4f13 100%);
    border: none;
}
.contact_us_page .content_section .error{
	font-size: 12px;
	color: red;
}
.contact_us_page .cnt_btn{
	margin: 22px 0 0 ;
}
.contact_us_page .cnt_btn a{
	border: 2px solid #e3bc3d;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.9s;
}
.contact_us_page .cnt_btn a .in_submit {
    padding: 5px 20px;
    background: transparent;
    outline: none;
    border: none;
}
.contact_us_page .cnt_btn a .in_submit:hover{
	background: #e3bc3d;
	color: #fff;
}



/*management_page*/
.management_page .content_section{
	margin: 5vw 0;
}
.management_page .title_box{
	padding: 0 0 1px;
}
.management_page .inner_container .content_box{
	display: flex;
	margin: 0 0 50px;
	padding: 30px;
	position: relative;
	background: #fff;
	z-index: 1;
}
.management_page .inner_container .content_box::before{
	position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -2;
    background: linear-gradient(173deg, #1d4386 49%, #fff 49%, #fff 51%, #e3bc3d 51%);
    transform: translateZ(-10px);
}
.management_page .inner_container .content_box::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: translateZ(-10px);
}
.management_page .inner_container .content_box .img_box{
	width: 25%;
	text-align: center;
}
.management_page .inner_container .content {
	width: 75%;
}
.management_page .inner_container .content .title{
	font-size: 18px;
    color: #000;
    font-weight: 600;
}
.management_page .inner_container .content .sub_title{
	font-size: 17px;
    color: #000;
    font-weight: 500;
    font-style: italic;
    padding: 10px 0 16px;
}
.management_page .inner_container .content .sub_title span{
	border-bottom: 2px solid #e3bc3d;
	padding: 0 0 1px;
}
.management_page .inner_container .img_inner{
	width: 200px;
    height: 215px;
    border: 5px solid #cdcdcd;
}



/*mission_visoin_page*/
.mission_visoin_page .inner_container .title_box{
    margin: 0 0 30px;
}
.mission_visoin_page .content_section{
	margin: 5vw 0;
}
.mission_visoin_page .content_section .content_section_inner{
	display: flex;
	align-items: center;
}





/*general_insurance_page*/
.general_insurance_page .content_section{
	margin: 5vw 0 0;
}
.general_insurance_page .content_section ul li{
	font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    list-style: inside;
}





/*risk_management_pagerisk_management_page*/
.risk_management_page .title_box{
	margin: 0 0 14px;
}

.risk_management_page > .content_section{
	margin: 5vw 0;
}
.risk_management_page .tabs-nav{
	display: flex;
    align-items: center;
    justify-content: center;
}
.risk_management_page .tabs-nav li{
	width: 33.33333%;
    background: #1d4386;
    padding: 0px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #fff;
}
.risk_management_page .tabs-nav li:hover{
	background: #e3bc3d;
	transition: 0.8s;
}
.risk_management_page .tabs-nav li:nth-child(1){
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.risk_management_page .tabs-nav li:nth-child(3){
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.risk_management_page .tabs-nav li.tab-nav-link.current{
	/*background: #e3bc3d;*/
	background: #e3bc3d;
}
.risk_management_page .guarantees_content_section .title_box{
	margin: 3vw 0 0;
    text-align: left;
    
}
.risk_management_page .guarantees_content_section .title_box span{
	font-size: 18px;
}
.risk_management_page .guarantees_content_section ul li ul{
	padding: 10px 0;
}
.risk_management_page .guarantees_content_section ul li{
	font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 0 0 12px;
    list-style: disc;
    margin: 0 0 0 17px;
    text-align: justify;
}
/*.risk_management_page .guarantees_content_section ul li ul li{*/
/*	list-style: none;*/
/*	margin: 0;*/
/*}*/
.risk_management_page .sub_heading{
	font-size: 24px;
    color: #1d4386;
    padding: 0 0 15px 0;
    font-weight: 500;
}
.risk_management_page .bank_risk_confirmation_page .content_box,
.risk_management_page .credit_political_risk_page .content_box,
.risk_management_page .guarantees_content_section .content_box{
	margin: 0 0 20px;
    box-shadow: 1px 15px 18px -25px;
    padding: 40px 0;
}

.risk_management_page .inner_content_box .inner_container{
	margin: 2vw 0 0;
}
.risk_management_page .credit_political_risk_page ul li ul{
	padding: 10px 0;
}
.risk_management_page .credit_political_risk_page ul li{
	font-size: 15px;
    color: #000;
    line-height: 22px;
    padding: 0 0 6px;
    list-style: disc;
    margin: 0 0 0 17px;
    text-align: justify;
}

.risk_management_page .credit_political_risk_page .p_box{
	padding: 10px 0;
}
.risk_management_page .credit_political_risk_page .p_box span{
	font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;
}

.risk_management_page .bank_risk_confirmation_page ul li{
	font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 0 0 12px;
    list-style: disc;
    margin: 0 0 0 17px;
    text-align: justify;
}

.risk_management_page .credit_political_risk_page .credit_in_box{
	margin: 0;
}
.risk_management_page .bank_risk_confirmation_page .content_box .in_box{
	margin: 0 35px 0 0;
}
.risk_management_page .credit_political_risk_page .top_content .img_box{
	padding: 0 0 0 30px;
}
.risk_management_page .credit_political_risk_page .credit_in_box .img_box_c1{
	padding: 0 25px 0 0;
}
.risk_management_page .credit_political_risk_page .credit_in_box .img_box_c2{
	padding: 0 0 0 25px;
}
.risk_management_page .credit_political_risk_page .in_box .cp_in_box{
	padding: 0 0 10px;
}
.risk_management_page .guarantees_content_section .col-sm-5 .img_box_cc{
	padding: 0 0 0 25px;
}
.risk_management_page .guarantees_content_section .col-sm-5 .img_box_c2{
	padding: 0 25px 0 0;
}
.risk_management_page .credit_political_risk_page .top_content{
	box-shadow: 1px 15px 18px -25px;
    margin: 25px 0;
    padding: 20px 0 50px;
}




/*Career Page*/
.career_page .content_section .text{
	font-size: 18px;
    color: #1d4386;
    font-weight: 400;
}
.career_page .content_section{
    padding: 5vw 0 2vw;
}
.career_page .content_section .text_in p{
	font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    margin: 0px 0 20px 0;
    text-align: left;
}

.company_page .home_about_section .inner_container{
	border: none;
}

.mission_visoin_page .content_section_inner .content_box .img_box{
	width: 30%;
    margin: 0 auto;
}
.mission_visoin_page .content_section_inner .content_box {
    padding: 20px 30px;
    box-shadow: rgb(212, 216, 228) 0px 11px 21px;
    height: 320px;
}
/*.mission_visoin_page .content_section_inner .brdnone{
	border: none;
}*/
.mission_visoin_page .content_section_inner .content_box .sub_heading {
	font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #000;
    padding: 0 0 10px;
}


/* New Added */
@media screen and (min-width : 768px){
    .sticky-container {
        position: sticky;
        top: 120px;
    }
}

.inner_container ul>li::marker {
  color: #e3bc3d !important;
}
.inner_container ul>li p strong{
  color: #1d4386 !important;
}
.inner_container ul{
    padding-left: 18px !important;
}
.industries_section img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.industries_section h2 span{
    border-bottom: 3px solid #e3bc3d;
}
.industries_section .row{
    margin-bottom: 58px !important;
}

/*New Code*/
.why-schoose-trinity-section {
        padding: 30px 0 40px 0;
}
.why-schoose-trinity-section .container{
    display: flex; 
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap; 
    justify-content: center;
}
.why-schoose-trinity-section .card{
    padding:20px 15px 10px 15px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; 
    text-align: center;
    border-radius: 12px;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 10px #c0c0c0;
    width: 250px;
    background: #fff;
}
.why-schoose-trinity-section .card:hover{
    box-shadow: 0px 0px 10px #e3bc3d;
}
.why-schoose-trinity-section .card .card-heading{
    color: #1d4386;
    font-size: 20px;
    font-weight: 700;
}

.why-schoose-trinity-section .card .card-text{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.why-schoose-trinity-section .container:before,
.why-schoose-trinity-section .container:after{
    all: unset;
}

.blue-sub-heading{
    font-size: 20px;
    color: #1d4386;
    font-weight: 500;
}

.risk_management_page .styled-list > li{
	font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 15px !important;
    text-align: justify;
    border-radius: 16px;
    background: aliceblue;
    list-style: none !important;
    margin:unset !important;
    margin-bottom: 12px !important;
}

.diverse-expertise-section{
    padding-bottom: 40px;
}
.diverse-expertise-section .inner-div{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    box-shadow: 0 0 10px #d4d4d4;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.diverse-expertise-section .inner-div:hover{
    box-shadow: 0 0 10px #e3bc3d;
}
.diverse-expertise-section .inner-div .sub-heading{
    font-size: 20px;
    font-weight: 600;
    color: #1d4386;
    margin-bottom: 5px;
}
.diverse-expertise-section .inner-div .text{
    padding: 0 !important;
}
/*End*/

