﻿
@font-face {
    font-family: 'Cinzel-Regular'; /*a name to be used later*/
    src: url('../fonts/Cinzel/Cinzel-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'OpenSans-Regular'; /*a name to be used later*/
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf'); /*URL to font*/
}


@font-face {
    font-family: 'OpenSans-SemiBold'; /*a name to be used later*/
    src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'OpenSans-Bold'; /*a name to be used later*/
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf'); /*URL to font*/
}



address p{
    font-style: normal;
    font-family: OpenSans-Regular;
    font-size: 11px;
    color: #fff;
    line-height: 13px;
    }

  

#ddmenu {

    display: block;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
}

    #ddmenu ul {

        margin: -1px auto;
        padding: 0;
        text-align: center;

        width: 100%;
        font-size: 0;
        background: #092d6c;
        display: inline-block;
        list-style: none;
        position: relative;
        z-index: 999999990;
        /* max-width: 1400px; */
        border: 0;
        border-radius: 0px;
        height:auto;
    }

    #ddmenu li {

        margin: 0;
        padding: 0;
        font-size: 10px;
        display: inline-block;
        *display: inline;
        zoom: 1; /*for IE6-7*/
        position: relative;
        color: #eee;
        line-height: 45px; /*This determines the height of the menu*/
        vertical-align: middle;
        transition: background-color 0.2s;
        outline: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    #ddmenu .full-width {
        position: static;
    }

    #ddmenu .over {

        color: #FFF;
        background-color: #d0af68;
    }

        #ddmenu .over.no-sub {

        }

    #ddmenu .top-heading {

            margin:0px 36px;
		    color: #fefefe;
		    text-decoration: none;
		    display: inline-block;
		    outline: 0;
		    cursor: pointer;
		    font-family: OpenSans-Regular;
		    letter-spacing: 0.3px;
		    text-transform:uppercase;


    }
    .ms-srch-sb-searchImg {
    left: -38px;
    top: -57px;
    position: absolute;
}

    /* links of top-heading */
    #ddmenu a, #ddmenu a:link, #ddmenu a:hover {

        color: inherit;
    }

        #ddmenu a:hover {
            text-decoration: underline;
        }

        #ddmenu a:focus {

            outline: 0px dotted #09F;
        }

    /* caret(arrow icon) */
    #ddmenu .caret {

        color: inherit;
        left: 1px;
        width: 0;
        height: 0;
        overflow: hidden;
        vertical-align: middle;
        /* margin-bottom: 2px; */
        border-top: 0px solid;
        /* border-right: 4px solid transparent; */
        border-left: 0px solid transparent;
        display: inline-block;
        position: relative;
        height: 21px;
        border-right: 1px solid #d0af68;
        padding-left: 0px;
        padding-right: 0px;
}

    /* sub-menu layout
----------------------------*/

    #ddmenu .dropdown {

        width: auto;
        left: 0px;
        color: #000;

        padding: 0;
        margin: 0;
        display: none;
        position: absolute;
        overflow: hidden;
        top: 100%;
        border: 0px solid rgba(255,255,255,0.35);
        border-top: none;
        border-radius: 2px;
        background-color:rgba(255, 255, 255, 0.95);
    }

    #ddmenu .full-width .dropdown {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #ddmenu .offset300 {
        left: -300px;
        right: auto;
    }

    #ddmenu .right-aligned {
        left: auto;
        right: 0px;
    }

    #ddmenu .over .dropdown {

        display: block;
    }

    #ddmenu .dd-inner {
     text-align: center;
    padding: 25px;
    background-color: #FFF;
    white-space: nowrap;
    font-size: 12px;
    min-height: 395px;
    margin: auto;
    width: 1006px;
    padding-left: 0px;
    padding-right: 0px;     
    background: rgba(255, 255, 255, -1)!important;
     }

    #ddmenu ul ul {


        margin: 0;
        padding: 0;
        text-align: left;
        width: auto;
        background: none;
        border: none;
        display: block;
        position: static;
        z-index: 0;
        border-radius: 0;
    }

        #ddmenu ul ul li {
     font-size: 11px !important;
    padding: 5px 20px;
    color: inherit;
    line-height: 1;
    margin: 0;
    display: block;
    position: static;
    background: none;
    border: none;
    transition: none;
    border-radius: 0;
    font-family: OpenSans-semibold;
    line-height: 11px;
    padding-left:0px;
   }
    #ddmenu ul ul li h3{
	
	 font-size: 11px !important;

}
 


    /* links in sub menu
----------------------------*/

    #ddmenu .dropdown a {
       color: #333333;
    line-height: 17px;
    text-decoration: none;
    transition: color 0.4s;
    font-size: 12px;
    font-family:OpenSans-Regular !important;
         /*text-transform: capitalize;*/
        cursor:pointer;
        }

        #ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {

            text-decoration: none;
            color: #d0af68;
            cursor:pointer;
        }

    /* blocks within the sub-menu
-----------------------------*/
    #ddmenu .column {

        text-align: left;
        vertical-align: top; /*or middle*/
        display: inline-block;
        *display: inline;
        *zoom: 1;
        white-space: normal;
        width: auto;
        padding: 0 0px;
        border-right: 0px solid #999;
		width: 100%;
		float: left;
    }

    #ddmenu .dd-inner ul:last-child {

        border-right: none;
    }

    #ddmenu h3 a {
		font-family:OpenSans-SemiBold !important;
        line-height: 1.1;
        margin-top: 12px;
        margin-bottom: 8px;
        font-size: 16px;
        color: #333333;
        text-transform: uppercase;
        text-align: left;
    }

    #ddmenu div.column h3 {
        text-transform: uppercase;
    }

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {
    display: none;
}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon {

    display: none; /* hide menu icon initially */
}



/*styles for mobile*/
@media only screen and (max-width: 768px) {
	#suiteBar{
	 display: none;
	
	}
	#s4-ribbonrow{
	 display: none;
	
	}

    #ddmenu .column.mayHide {
        display: none;
    }

    /*override the original settings*/
    #ddmenu ul {
        width: 100%;
        display: none;
        border-radius: 0;

    }
       .mob-ddmenu{
	background:#092D6C !important;
    height: 45px;
}



    #ddmenu li {
        position: relative;
        display: block;
        font-size: 14px;
        text-align: left;
        border-bottom: 0px solid rgba(0,0,0,0.2);
        border-radius: 0;
    }

    #ddmenu .full-width {
        position: relative;
    }

#ddmenu .dd-inner .col-md-4{
	padding:0px; 
}
    #ddmenu .dropdown {
        position: relative;
        *top: auto; /*for IE7*/
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: #FFF;
    }


    #ddmenu .offset300 {
        left: 0;
    }

    #ddmenu .full-width .dropdown {
        width: auto;
    }


    #ddmenu .dd-inner {

        margin: 0;
        background: none;
        text-align: left;
        background: #092D6C !important;
        padding-top: 0px;
   		padding-bottom: 0px;
   		min-height:auto;
    }
#ddmenu .over {
    color: #d0af68;
    background-color: #092D6C;
}
#ddmenu .over .top-heading {
    color: #d0af68!important;
    font-family:OpenSans-bold;
}
#ddmenu .full-width .dropdown {
    background: #092D6C;
    height: auto!important;
}

#ddmenu ul ul li {
padding:0px!important;
width:30% !important;
}
#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {
	color:#d0af68;
}
#ddmenu ul ul li h3 {
    font-size: 12px !important;
    font-family: OpenSans-semibold;
    margin-top: 15px;
    margin-bottom: 0px;
}
#ddmenu li
{
	    line-height: 17px;
    margin-bottom: 15px;
    }

    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width: auto;
        padding: 0;
        border: none;
        display: block;
        width: 100%;
    padding-left: 12px;
    }
#ddmenu .dropdown a {
color:#fffdfd;
font-size:12px;
text-align:left;
margin-top: 15px;
display: block;
}
#ddmenu .dropdown h4, #ddmenu .dropdown h4 a {
    color: #fff!important;
    }
    /*move the arrow icon to right*/
    #ddmenu .caret {
        position: absolute;
        left: auto;
        right: 14px;
        top: 8px;
        border-width: 5px;
        color:#fff;
        z-index:10;
        cursor:pointer;
    }


    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
    font-size: 32px;
    display: block;
    position: relative;
    width: 25px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 23px;
        }

        #ddmenu .menu-icon::before {
          content: "";
    position: absolute;
    top: 0.40em;
    left: 4px;
    width: 20px;
    height: 0.125em;
    border-top: 0.375em double #fff;
    border-bottom: 0.125em solid #fff;
    box-sizing: content-box;
        }

    #ddmenu .menu-icon-active {
        background-color: #092D6C;
    }

        #ddmenu .menu-icon-active::before {
            border-color: #eee;

        }
}



/*New Css*/
.cms_css input {
    margin-bottom: 15px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    color: #999999;
}

.cms_css textarea {
    margin-bottom: 15px;
    border: 0;
    border-radius: 5px;
    resize: none;
    -webkit-box-shadow: inset 0px 5px 3px -3px #ccc7c7;
    box-shadow: inset 0px 5px 3px -3px #ccc7c7;
    color: #999999;
}

input[type=text] {
   /* -webkit-box-shadow: inset 0px 5px 3px -3px #ccc7c7;
    box-shadow: inset 0px 5px 3px -3px #ccc7c7;*/
}

.submit_bt {
    width: 73px !important;
    float: right;
    border:1px solid #FFF7E6 !important;
    border-radius: 5px;
    background: transparent !important;
    color: #fff !important;
    padding: 6px 17px !important;
    font-size: 10px !important;
    font-family: OpenSans-Regular !important;
    height: 27px !important;
    line-height: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
       }

    .submit_bt:hover {
        background:#bb9d5d !important;
        color: #d0af68;
        border: 1px solid #d0af68;
    }

.youtube_icon {
margin-top: 9px !important;
    text-align: center;
    margin: auto;
   }
    .youtube_icon:after {
        display: inline-block;
        margin: 0 0 8px 10px;
        height: 1px;
        content: " ";
        text-shadow: none;
        background-color: #f5edde;
        width: 46%;
    }

    .youtube_icon:before {
        display: inline-block;
        margin: 0 10px 8px 0;
        height: 1px;
        content: " ";
        text-shadow: none;
        background-color: #f5edde;
        width: 46%;
        }

.footer_logo img {
    margin-bottom: 12.98px;
    width: 100%;
    height: 100px;
    }

.c-prefooter ul {
    list-style: none;
    padding: 0

}
    .c-prefooter ul li a {
         color: #fff;
    font-family: OpenSans-Regular;
    font-size: 11px;
    line-height: 15px;
    text-transform: inherit;   
    }

address {
    font-style: normal;
    line-height: 13px;
    font-family: OpenSans-Regular;
    font-size: 11px;
    color: #fff;

}

address a{
    font-style: normal;
    line-height: 13px;
    font-family: OpenSans-Regular;
    font-size: 11px;
    color: #ffffff !important;

}   

.carousel-caption p {
    color: #333;
    text-align: left;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
	font-family: OpenSans-Regular;
	line-height:16px;

}

.carousel-caption p span{
    color: #333;
    text-align: left;
    font-size: 12px !important;
    font-family: OpenSans-Regular !important;
    line-height: 16px !important;
    }

.carousel-caption h1 {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
    box-shadow: none;
    text-shadow: none;
    font-family: Cinzel-Regular;
    color: #333333;
    text-transform:unset !important;
    width: 300px;
        }

.img_100 img {
    width: 100%;
}

.main_content h2 {
    color: #333333;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 4px;
    line-height: 13px;
    font-family: OpenSans-SemiBold;
    font-variant: unset;
     }

.view_more a {
    color: #666666;
    float: right;
    text-transform: uppercase;
    font-family: OpenSans-Bold;
    font-size: 8px;
    margin-top: 0px;
    }

.view_more img {
    width: 15px;
    margin-left: 4px;

}
.view_more{
	margin-top: 0px;
}
.car_icon {
}

.ms-webpartzone-cell {
    margin: auto auto 0px;
}

.carousel-indicators {
    position: inherit;
    bottom: 0px;
    left: 0;
    z-index: 15;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
	height: 15px;
}

.car_icon {
       margin-top: -2px;



}

    .car_icon ol {
        margin-bottom: 0px;
    }

.main_content h1 {
    color: #333333;
    font-family: OpenSans-Bold;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 4px;
        }

/**phancy-scrollbar Start**/
.phancy-scrollbar {
    width: 10px;
	border-radius: 100px;
	top: 0;
	position: absolute;
	background: #e6e6e6;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-transition-delay: 1s;
	opacity: 0;
	border: 1px solid #cdcdcd;
	
}

.phancy-scroller .phancy-scrollbar:active, .phancy-scroller:hover .phancy-scrollbar {
    opacity: 1;
    -webkit-transition-delay: 0s;
}
.phancy-scrollbarbutton {

    width: 100%;
    border-radius: 10px;
    top: 0;
    position: absolute;
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
     
}
.des_list {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .des_list p {
        font-family: OpenSans-SemiBold;

		font-size: 14.5px;
		color: #333333;
		text-transform: uppercase;
    }

    .des_list span {
        color: #d0af68;
        font-size: 15px;
        /* font-weight: 300; */
		font-family: OpenSans-Regular;
    }
.des_list_main{
    margin-top:0px;
    margin-bottom:22px; 
    padding-right: 24px;
}


.des_list_main p a{
    font-family: OpenSans-SemiBold;
    font-size: 11px;
    color: #333333;
    text-transform: uppercase;
    line-height:13px;
}
.des_list_main span{
    color: #d0af68;
    font-size: 11px;
    /* font-weight: 300; */
    font-family: OpenSans-Regular;

  
}
/**phancy-scrollbar #End**/

.des_list_cs a {
	background: rgba(21,75,136,1);
	background: -moz-linear-gradient(top, rgba(21,75,136,1) 0%, rgba(21,75,136,1) 50%, rgba(9,45,108,1) 51%, rgba(9,45,108,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,75,136,1)), color-stop(50%, rgba(21,75,136,1)), color-stop(51%, rgba(9,45,108,1)), color-stop(100%, rgba(9,45,108,1)));
	background: -webkit-linear-gradient(top, rgba(21,75,136,1) 0%, rgba(21,75,136,1) 50%, rgba(9,45,108,1) 51%, rgba(9,45,108,1) 100%);
	background: -o-linear-gradient(top, rgba(21,75,136,1) 0%, rgba(21,75,136,1) 50%, rgba(9,45,108,1) 51%, rgba(9,45,108,1) 100%);
	background: -ms-linear-gradient(top, rgba(21,75,136,1) 0%, rgba(21,75,136,1) 50%, rgba(9,45,108,1) 51%, rgba(9,45,108,1) 100%);
	background: linear-gradient(to bottom, rgba(21,75,136,1) 0%, rgba(21,75,136,1) 50%, rgba(9,45,108,1) 51%, rgba(9,45,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154b88', endColorstr='#092d6c', GradientType=0 );
    border: 4px solid #092d6c;
    width: 315px;
    border-radius:10px;
   /* margin-bottom: 30px;
    margin-top: 38px;*/
    line-height: 18px;
    color: #fff;
    font-size:16px;
    height:80px;
     outline: none;
     font-family: OpenSans-Bold;
     text-transform:uppercase;
    padding-left: 45px;
    padding-right: 45px;
    display:block;

}

.des_list_cs a:hover, .des_list_cs a:active{
	background: rgba(227,199,137,1);
    background: -moz-linear-gradient(top, rgba(227,199,137,1) 0%, rgba(227,199,137,1) 50%, rgba(208,175,104,1) 51%, rgba(208,175,104,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,199,137,1)), color-stop(50%, rgba(2227,199,137,1)), color-stop(51%, rgba(208,175,104,1)), color-stop(100%, rgba(208,175,104,1)));
    background: -webkit-linear-gradient(top, rgba(227,199,137,1) 0%, rgba(227,199,137,1) 50%, rgba(208,175,104,1) 51%, rgba(208,175,104,1) 100%);
    background: -o-linear-gradient(top, rgba(227,199,137,1) 0%, rgba(227,199,137,1) 50%, rgba(208,175,104,1) 51%, rgba(208,175,104,1) 100%);
    background: -ms-linear-gradient(top, rgba(227,199,137,1) 0%, rgba(227,199,137,1) 50%, rgba(208,175,104,1) 51%, rgba(208,175,104,1) 100%);
    background: linear-gradient(to bottom, rgba(227,199,137,1) 0%, rgba(227,199,137,1) 50%, rgba(208,175,104,1) 51%, rgba(208,175,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154b88', endColorstr='#092d6c', GradientType=0 );
    border: 4px solid #D0AF68;
    border-radius: 10px;
    line-height: 18px;
    color: #fff;
    font-size: 16px;
    height: 80px;
    outline: none;
    font-family: OpenSans-Bold;
    text-transform: uppercase;    border: 4px solid #D0AF68;
    border-radius:10px;
   /* margin-bottom: 30px;
    margin-top: 38px;*/
    line-height: 18px;
    color: #fff;
    font-size:16px;
    height:80px;
     outline: none;
     font-family: OpenSans-Bold;
     text-transform:uppercase;
     padding-left: 45px;
     padding-right: 45px;
     display:block;

}



.des_list_cs img {
    position: relative;
    margin-right: 0px;
}

.content_bt {
    padding: 0px;
    border: 0px;
    background:none;
}

.des_list_cs span {
    text-align: left;
    float: right;
    width: 115px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0;
    font-family:OpenSans-Bold !important;
    height:40px;
    margin-bottom: 20px;
        }

.flag_cs img {
    height: 24px;
}

.flag_cs li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.flag_cs span {
    font-size: 10px !important;
    color: #333333;
    margin-right: 6px;
    margin-left: 3px;
    font-family: OpenSans-Regular;
        }

.mt4 {
    margin-top:0px;
    width: 11px !important;
    height: 14px !important;
    }

.top_serach {
    float: right;
    clear: both;
    margin-top: -51px;
    display:table;
}

.toplistItems{
	display:table-cell;
	vertical-align: middle;
    padding-right: 10px;
    
}
.list-inline > li {
     display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 10px;
    color: #333333;
    border-right: 1px solid #333333;
    vertical-align: middle;
    font-family: OpenSans-Regular;
    height: 22px;
    line-height: 22px;
    }
.list-inline > li a{
	font-family: OpenSans-Regular;
    color: #333;
    padding-left: 2px;
    padding-right: 6px !important;
    text-transform: uppercase;
 }


.search_topcs {
    border: 1px solid #333333;
    height: 35px;
    box-shadow: none !important;
    padding: 10px;
    margin-left: 8px;
}

.sub_mt {
    background: none;
    border: 0;
}

    .sub_mt img {
        width: 25px;
        margin-left: -60px;
    }

.list-inline :last-child, .list-inline :nth-child(3) {
    border: none;
    padding-right: 0;
    margin-right:0px;
}
/*new css aboutus 15/1/2019*/
.col-md-8 .head5 {
    border-bottom: 2px solid rgba(217,175,128);
}

.col-md-8 div h2 {
    color: black;
    font-size: 16px;


}

.col-md-8 img {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.col-md-8 .caralito {
    margin-top: 30px;
}
.col-md-8 .caralito h3 {
    color: #333333;
    font-size: 14px;
    font-family: OpenSans-Bold;
}
.firstl p{
    color: #333333;
    font-size: 14px;
    font-family: OpenSans-SemiBold;
}

p{
    color: #333333;
    font-size: 14px;
    font-family: OpenSans-SemiBold;


}

.text-justify {
    text-align: justify;
    margin-bottom: 25px;






    margin-top: 25px;
    font-family: OpenSans-SemiBold;
}
.col-md-8 .firstl {
    margin-top: 25px;

}

.col-md-4 .abtus_leftbox {
    border: none;
    margin-top: 20px;
}
.col-md-4 .abtus_leftbox h2 {
        font-size: 15px;
        color: rgba(208,175,104);
        margin-top: 14px;
		font-family: OpenSans-SemiBold;
}
.black_color h2{
color: #333 !important;




}
    .col-md-4 .abtus_leftbox h3 {
        font-size: 14.6px;
    margin-top: 18px;
    color: #333;
    font-family: OpenSans-SemiBold;
    margin-bottom: 12px;
    }

    .col-md-4 .abtus_leftbox h4 {
        font-size: 15px;
        margin-top: 20px;
        color: black;
        font-weight: 700;
    }

    .col-md-4 .abtus_leftbox p {
        font-size: 13px;
        margin-top: -17px;
    }

.abtus_right_upperbox {
    ;
    border: 1px solid #cdcdcd;
    margin-top: 68px;
    padding: 15px;

}
    .abtus_right_upperbox .dest_box {
        border-bottom:0px solid #e6e6e6;
    margin-top:0px;
    padding:0px 0px 6px 0px;
    }

        .abtus_right_upperbox .dest_box .dest {
            font-size: 16px;
    color: #888888;
    font-family: OpenSans-SemiBold;

        }

    .abtus_right_upperbox .des_p {
         border-top:1px solid #e6e6e6;
    padding:8px 0px 10px 0px;
    }
.des_p p{
    font-family: OpenSans-SemiBold;







    font-size: 15px !important;
    color: #333333;
    text-transform: uppercase;





}
        .abtus_right_upperbox .des_p p {
            padding-bottom: 0;
            margin-bottom: 0;
            font-size: 11.5px;
        }

        .abtus_right_upperbox .des_p span {
            font-size: 14px;
        }

        .abtus_right_upperbox .des_p:last-child {
            border: none;
        }
/*SGIOC CSS 15/1/2019 */
.col-md-8 .head5 .sgiochead {
    font-size: 16px;
    font-weight: 700;
}
.sgioc_left_box {
    list-style: none;
    margin-left: -50px;
}

    .sgioc_left_box li {
        font-size: 14px;
        margin-bottom: 5px;
    }

        .sgioc_left_box li h3 {
            font-size: 15px;
            font-weight: 700;
        }
.sgioc {
    border: none;
}
.p_last{
 line-height: 22px;
 text-align: right;
}
.p_last strong{
    font-family: OpenSans-Bold;



}











.head_text h3 {
    color: #333333;
    font-size: 14px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    margin: 4px 0;
}
.mrg_p_0{
    margin-top: 0px;
    


}

.top_30{
    border: 1px solid #cdcdcd;
    margin-top: 40px;
    padding: 15px;
}
.address b{
    text-align: justify;
    color: #333;
    font-size: 13px;






}
.address{
 font-size: 22px;


}

.address span {
    color: #333333;
    font-size: 15px;
    font-family: OpenSans-SemiBold;


}
.a_text a{
    color: #d0af68;




    font-size: 14px;
    font-family: OpenSans-SemiBold;
    
}
.min_17{
    margin-top: -17px !important;







}

.text_a{
 padding: 0px;



}
.text_a li{
    list-style: none;
    margin-bottom: 10px;
    line-height: 18px;




}
.text_a a{
    color: #333;
    font-size: 13px;
    font-family: OpenSans-SemiBold;


}

.text_a .active{
    padding: 0px;
    color: #d0af68;

   }












/*Sharepoint styles*/

#contentBox {
    margin-right: 0;
    margin-left: 0;
    min-width: 100%;
}


#s4-titlerow{
	display:none !important;
}





#contentRow{
	padding-top:0px;
}


.customSearch .ms-srch-sb>input {
    height: 30px;
	box-shadow:0 0 0 0;
	    width: 185px;
    font-size: 10px;
    line-height: 26px;
    


}

  
.customSearch #SearchBox {
    border: 1px solid #333333;
    height: 30px;
    box-shadow: none !important;
    padding: 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    
}



.customSearch #SearchBox .ms-srch-sb{
border:0px !important;
	
}




.customSearch.ms-mpSearchBox{
	width:195px;
	display:table-cell;
	
}




.customSearch .ms-srch-sb-searchLink {
    margin-top: -25px;
}






.marginRight0{
	margin-right:0px !important;
}


.des_list_main{
    margin-top:0px;
    margin-bottom:10px; 
}


.des_list_main p{
    font-family: OpenSans-SemiBold;
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    line-height: 14px;
}
.des_list_main span{
    color: #d0af68;
    font-size: 11px;
    /* font-weight: 300; */
    font-family: OpenSans-Regular;
}

.ms-core-menu-box, .ms-core-menu-boxBig {
    background-color: #fff;
    padding: 0px;
    z-index: 9999999999;
    border-collapse: separate;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47); 
    overflow: visible;
    text-align: left;
}
.ms-webpart-chrome-title{
	display:none;
}

.ms-WPBorder {
    border: 0px solid #c6c6c6;
}
#s4-bodyContainer {
    padding-bottom: 0;
}

input[type=password], input[type=text], input[type=file], textarea, .ms-inputBox {
    padding:6px 11px;
}
.c-form-wrap-group {
    margin-bottom: 4px !important;
    margin-right: 1px;
}


.ms-srch-sb-searchImg:hover {
    left: -4px;
    top: -69px;
}

.ms-srch-sb-searchImg {
    left: -38px;
    top: -57px;
    position: absolute;
}
.ms-srch-sb-searchLink:active, .ms-srch-sb-searchLink > img:active, .ms-srch-sb-navLink:active, .ms-srch-

sb-navLink > img:active, .ms-srch-sb-navLink-menuOpen, .ms-srch-sb-navLink-menuOpen:hover {
    background-color: #92c0e0;
    background-color: transparent;
}

.last_button button{
	margin-bottom: 0px;
}

/*#globalNavBox{
display:none;	
	
}
*/
.ms-helperText, input.ms-helperText {
    color: #999;
}

#ddmenu li:hover i.caret {
	border-right:1px solid #092d6c;
}

#ddmenu li:nth-last-child(1) i.caret {
 border-right:1px solid #092d6c;
}

.ms-srch-sb > .ms-srch-sb-searchLink {
    margin-left: 175px;
    height: 20px;
    width: 20px;
}

.customSearch .ms-srch-sb-searchLink {
    margin-top: -26px;
}

body {
      font-family:OpenSans-Regular;

    font-size: 14px;
    line-height: normal;
    color: #333; 
}

.des_list_cs{
    height: 80px;
    margin-bottom: 35px;
    margin-top: 20px;
   }

.c-form-wrap-group {
    margin-bottom: 12px !important;
    margin-top: 0px !important;
    height: 27px;
    }

.dfwp-list li{
	color: #333333;
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    text-transform: uppercase;
	
}

.gContentBody{
	text-align: justify;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: OpenSans-SemiBold;
    color:#333333;
    text-align: left;	
}
.gContentBody h3{
	color: #333333;
    font-size: 14px;
    font-family: OpenSans-Bold;

}

.destaqueListTitle {
    width: inherit;
    min-height: 27px;
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-color: #dec795;
    font-size: 13px;
    text-transform: uppercase;
    color: #444;
    text-align: left;
    word-wrap: normal;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.dfwp-column {
    float: left;
    padding: 0;
}

.dfwp-list li {
    color: #333333;
    font-size: 15px;
    font-family: OpenSans-SemiBold;
    text-transform: uppercase;
}

.newsBoxTitle {
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #888888;
    font-family: OpenSans-SemiBold;
}

.boxSubmenu {
    vertical-align: middle;
    display: block;
    text-align: left;
    background-color: #F9F9F9;
    padding: 0px;
    margin-top: 1px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.6em;
    text-decoration: none;
    line-height: 22px;
    color: #333;
    font-size: 13px;
    font-family: OpenSans-SemiBold;
}
.boxSubmenu:hover {
    background: transparent;
    color: #D0AF68;
}
.gContentBody p{
	color: #333333;
    text-align: left;
    text-align: justify;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: OpenSans-SemiBold;
}

#back2Top a{
color:#092d6c;	
	
}

.dfwp-item .boxSubmenu{
	    margin-top: 5px;
}
.dfwp-item{
   text-transform: inherit !important;
}

.flag_cs li:first-child {
    margin-right: 15px!important;
}
.top_serach ul li:last-child
{
margin-top: -11px!important;
    margin-left: 7px!important;
}
footer  .col-md-3 .c-container:nth-child(1) 
{
margin-left:-20px!important;
 margin-top: 20px;
}
footer  .col-md-2 .c-container:nth-child(1) 
{
margin-left:-19px!important;
}
footer  .col-md-3 .c-container:nth-child(2) 
{
margin-left:10px!important;
}

.c-img-pos{
    width: 45px;
    height: 45px;
   }

.top_serach .list-inline {
text-align:right !important;

}
/*About us css*/
.about_body{
 margin-left: 47px;
 margin-right: 47px;
 padding: 0px;
 width:49.5%;
 font-family: Open Sans, Regular;
 font-size: 12px;
 line-height: 19px;font-weight: normal;
    }
    .about_body h3 strong
    {
	    font-weight: normal;
    margin-top: 20px!important;
    font-family: Open Sans, Regular;
    font-size: 12px;
    margin-bottom: 25px !important;
	
}
.about_left{
    padding: 0px;
    margin-top: 18px;
    width:18%;
 }
.about_right{
    padding: 0px;
    margin-top: 15px;
    width:21.9%;
}
.about_head{
border-bottom: 1px solid #D0AF68;
}
.about_head h2{
    font-family: OpenSans-SemiBold;
    color: #333333 !important;
    font-size: 11px !important;
    text-align: left;
    line-height: 15px;
    margin: 0px;
    padding-bottom: 2.5px;
}

.about_body_text img{
margin-top: 0px!important;
}
.about_body_text h4{
    margin-top: 20px!important;
    font-family: Open Sans, Regular;
    font-size: 12px;
    margin-bottom: 25px !important;
    }
    
    .about_body_text h3{
    margin-bottom: 25px !important;
    font-family: OpenSans-Regular;
    font-size: 12px;
    text-align: left;
    line-height: 19px;
    color: #333;
    font-weight: normal;
    font-style: normal;
        }

    .about_body_text p{
    font-family:OpenSans-Regular;
    font-size: 12px;
    text-align: left;
    line-height: 19px;
    color:#333;
    font-weight: normal;
    font-style: normal
    } 
    
    .about_body_text strong{
     font-family: OpenSans-Bold !important;
      }
   
  .about_body_text em{
     font-family: OpenSans-Regular !important;
     font-style:italic;
    }

    
    
    
    .about_body_text div{
    font-family:OpenSans-Regular;
    font-size: 12px;
    text-align: left;
    line-height: 19px;
    color:#333;
    } 

 .padding_0{
     padding: 0px;
 }

 .abtus_leftbox h5{
    font-size: 11px;
    color: #D0AF68;
    font-family: OpenSans-SemiBold;
    text-align: left;
    margin: 0px;
    margin-bottom: 12px;
    line-height: 15px;
    height: 15px;
 }

 .abtus_leftbox h1{
    font-size: 11px;
    color: #333333;
    font-family: OpenSans-SemiBold;
    text-align: left;
    margin: 0px;
    margin-bottom: 5px;
    line-height: 19px;
    height: 19px;
}

 .abtus_leftbox h6{
    font-size: 11px;
    color: #333333;
    font-family: OpenSans-SemiBold;
    text-align: left;
    margin: 0px;
    margin-bottom: 12px;
     line-height: 15px;
    height: auto;
}
.abtus_leftbox a{
font-size: 11px;
    color: #333333;
    font-family: OpenSans-Regular;
    text-align: left;
    margin: 0px;
    /* margin-bottom: 4px; */
    line-height: 19px;
    /* height: 10px; */
    display: block;
    margin-top: 4px;
    }
.col-md-4 .about_right_text {
    border: none;
    margin-top: 38px;
}
.about_right_text {
    border: 1px solid #CCCCCC;
    margin-top: 44px;
    padding-left: 12px;
    padding-right: 14px;
    padding-top: 10px;
    position: relative;
}

.about_right_text h6{
    font-size: 11px;
    color: #333333;
    font-family: OpenSans-SemiBold;
    text-align: left;
    margin: 0px;
    margin-bottom: 7.5px;
    line-height: 11px;
    height: 19px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7.5px;
    opacity: 0.5;

}
.right_list{
    list-style: none;
    padding: 0px;
}

.right_list li:nth-child(1){
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7.5px;
    padding-top:0px;
    }
    
.right_list li:nth-last-child(1){
    border-bottom: 0px solid #CCCCCC;
    padding-bottom: 7.5px;
    padding-top:7.5px;
    }
.right_list li{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    }
    

.right_list li a{
    font-size: 11px;
    color: #333333;
    font-family: OpenSans-SemiBold;
    text-align: left;
    /* height: 14px; */
    line-height: 14px;
    display: block;
    cursor: pointer;
}

.right_list li span{
    font-size: 9px !important;
    color: #D0AF68;
    font-family: OpenSans-SemiBold !important;
    text-align: left;
    height: 10px;
    line-height: 10px;
    }
.about_right_text {
    border: 1px solid #CCCCCC;
    margin-top: 27px;
    padding-left: 12px;
    padding-right: 14px;
    padding-top: 10px;
    height: 300px;
}
.view_more_list{
    border: none;
    bottom: 0;
    position: absolute;
    width: 88%;
    text-align: right;
    border-top: 1px solid #CCCCCC;
}
.view_more_list a{
    font-size: 8px;
    color: #333;
    font-family: OpenSans-Bold;
    text-align: right;
    margin-top: 9.5px;
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}
.view_more_list span img{
width: 13px;
height: 13px;
margin-left: 4px;
}
.right_list li{border-bottom: 1px solid #CCCCCC;padding-bottom: 7.5px;padding-top: 7.5px;}

.mobile_cs{
	
	    margin-top: 13px;
    margin-bottom: 3px;
}

.mobile_cs h1{
text-align: left;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    font-family: Cinzel-Regular;
    color: #333333;
    /* letter-spacing: -15px; */
    margin: 0;
    margin-bottom: 6px;}

.mobile_cs p{
    color: #333333;
    font-size: 12px !important;
    font-family: OpenSans-Regular !important;
    line-height: 17px !important;
    
    }
    
    .select_cs li{
   margin-bottom: 6px;
}

.select_cs li select{
  width:100%;
}
.side_list_cs {
  height:auto !important;
}
.side_bd {
    border-bottom: 0px solid #CCCCCC;
    padding-bottom: 2px;
}

.select_cs li{
   margin-bottom: 6px;
}

.select_cs li select{
    width:100%;
    font-family: OpenSans-Regular;
    font-size: 11px;
    line-height: 15px;
    height: 22px;
}
.side_list_cs {
  height:auto !important;
}
.side_bd {
    border-bottom: 0px solid #CCCCCC;
    padding-bottom: 2px;
}


.list_body{
	list-style:none;
	padding:0px;
}

.list_body li{
    font-family: Open Sans, Regular;
    font-size: 12px;
    text-align: left;
    line-height: 19px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 0px;
    /* background: url(../images/pdf_icon.png) no-repeat left 4px; */
    height: auto;
    padding-left: 0px;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    }

.list_body li a{
 font-family: OpenSans-SemiBold;
    font-size: 12px;
    text-align: left;
    line-height: 13px;
    color: #333; 
    }   

ul.list_body li img {
    width: 17.98px;
    float: left;
    top: 0;
    padding-top: 0px;
    margin-top:5px!important;
    margin-left: 0px!important;
    height: 27px;
    margin-bottom: 10px;
    margin-right: 7.2px;
    }
.list_body li p{
    text-align: justify;
    clear: both;
    margin-top: 0px;
    line-height: 19px;
    margin-bottom: 0;    
	
}
 
    
.mobile_cs p span {
        font-family: OpenSans-Regular !important;
        }
.about_body_text{
	margin-top:22px;
}

.active{
font-size: 11px !important;
    color: #D0AF68 !important;
        }
        
.about_body span{
	font-family: OpenSans-Regular !important;
    font-size: 12px !important;

}
.carousel-caption p span
{
	
	font-family:OpenSans-Regular !important;

}

.last_button button span {
    margin-top: 12px;
}


.leftcmcmenu h6, .leftcmcmenu h6 a{
    font-size: 11px;
    color: #333333;
    font-family: OpenSans-SemiBold;
    text-align: left;
    margin: 0px;
    margin-top: 12px;
    line-height: 15px;
    /* height: 15px; */
    margin-bottom: 0px;
    text-transform:uppercase;
   }
.des_list_cs:nth-child(2) span {
    margin-top: 28px;
}
.des_list_cs:nth-child(1) span {
    margin-top: 19px;
}
#ddmenu .dropdown h4,#ddmenu .dropdown h4 a {
    color: #333333;
    line-height: 17px;
    text-decoration: none;
    transition: color 0.4s;
    font-size: 12px;
    font-family: OpenSans-SemiBold !important;
    text-transform: uppercase;
}

.topsearch input[type=text] {
    width: 195px;
    border: 1px solid #707070;
    line-height: 26px;
    font-size: 10px;
    font-family: OpenSans-Regular;
    line-height: 18px;
    text-align: left;
    color: #707070;
    padding-left: 8px;
   /*  padding-top: 10px;*/
   /*  padding-bottom: 10px;*/

    height: 30px;
    }
    
.topsearch {
	position:relative;
}
.topsearch span {
     padding-top: 7.5px;
    /* padding-bottom: 7.45px; */
    right: 9.31px !important;
    /* padding: 10px; */
    background: transparent;
    /* color: white; */
    /* font-size: 17px; */
    /* border: 1px solid grey; */
    /* border-left: none; */
    /* cursor: pointer; */
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    cursor:pointer;
    padding: 0;
    text-align: right;
    width: 15px;
    min-width: 15px;
    line-height: 30px;
    /* right: 9.31px !important; */}

.topsearch::after {
  content: "";
  clear: both;
  display: table;
}
.topsearch button img{
    padding-top: 6.55px;
    padding-bottom: 7.45px;
   }
   
  .c-layout-footer.c-layout-footer-3 .c-prefooter .c-content-title-1 > h3 {
      font-size: 11px;
    font-family: OpenSans-SemiBold;
    line-height: 15px;
    text-align: left;
    letter-spacing:0px;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a7a7;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a7a7a7;
}

.footer_box2{
	
	margin-top:20px;
}

.footer_box3 .c-container{
	margin-top:0px !important;

}

.icon_alert{
    width: 76.13px;
    height: 56px;
   margin-right:16.87px !important;
   margin-top:7px;
}

.icon_statistics{
    width: 63px;
    height: 54px;
    margin-right:16.87px !important;
    margin-top:9px;
}

.icon_finance{
    width: 73.75px;
    height: 51px;
    margin-right:16.87px !important;
    margin-top:9px;
    }


.mob-cbrand img{
	height:106px;
	
}

.c-content-feature-2 h1{
     color: #333333;
    font-family: OpenSans-Bold;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 0px;
}

.abtus_leftbox a:hover{
	color:#D0AF68;
}
.abtus_leftbox h6 a:hover{
	color:#D0AF68; 
}

#ctl00_IdContactUs_contactUs
{
	margin-left:-35px!important;
}

.heighlight
{
	
	width:290px!important;
}


.datespan {
    color: #d0af68;
    font-size: 11px !important;
    font-family: OpenSans-Regular !important;
    display: block;
}





.click_top{
    text-align: right;
    margin-top: 19px;
    cursor:pointer;
}

.top_click{
     font-size: 11px !important;
    color: #B2B2B2;
    line-height: 15px;
    font-family: OpenSans-Regular !important;
    text-align: right;
    padding: 0;
    margin: 0;
}
.arrow_click{
    font-size: 20px !important;
    color: #D1B06B;
    line-height: 27px;
    text-align: right;
    font-family: OpenSans-Regular !important;
    padding: 0;
    margin: 0;
}


#UpScopeLinkTop:first-child {
    display: none !important;
}

.next{
    color: #D0AF68 !important;
    font-family: OpenSans-Regular;
    font-size: 11px;
    padding-left: 2px;
}
.prev{
    color: #D0AF68 !important;
    font-family: OpenSans-Regular;
    font-size: 11px;
    padding-right: 2px;
}

.aMailTo{
	color:#fff !important;
}
.topsearch img{
	height:15px;
}

.faqQuestion{
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left .45em;
}

.faqsItemAll{
    border-bottom: dotted 1px #999;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.faqQuestion a{
    font-size: 12px;
    color: #333333;
    font-family: OpenSans-SemiBold;
}

.faqQuestion a:hover{
    font-size: 12px;
    color:#d0af68;
    font-family: OpenSans-SemiBold;
}

.Paging{
	text-align: center;
    margin-top: 8px;
    /* border-top: solid 1px #999; */
    padding-top: 5px;
}

 .faqAnswer p{
    font-size: 11px;
    color: #333;
    font-family: OpenSans-Regular;
    }
    
.carousel-inner .main_content .content {
    height: 105px !important;
}

.view_more1{
	    margin-top: -20px;
}

.mob-hide:nth-child(2){
    border-right: 0 !important;
    padding-right: 0;
}

.mob-hide:nth-child(2) a{
   padding-right: 0px !important;
}

#formHolder{
 margin:0px !important;
 padding:0px;
 margin-top: 17px !important;
 	
}
.faqsItemFirst{
	margin-top:17px;
}
.list_body li:first-child {
    padding-top: 0px;
}

.ExternalClass43F9795D77634ADBB79430582E00D799 img{
	width:100% !important;
}

.ExternalClass4450E594E1DB49AFACB3FA44A91F47AA img{
	width:100% !important;
}
.formRow {
    width: 100%;
}
.formAction {
    text-align: right;
    margin-right: 0px !important;
    text-transform: uppercase;
}  
.cms_css_list .faqQuestion {
    padding-left: 0;
}
 
.title_super a{
    font-size: 12px;
    color: #333333;
    font-family: OpenSans-SemiBold;	
}

.title_super a:hover {
    font-size: 12px;
    color: #d0af68;
    font-family: OpenSans-SemiBold;
}


.ms-promlink-button-right {
    left: -168px;
    top: -266px;
    position: absolute;
    width: auto !important;
    height: auto !important;
}

.ms-promlink-button-left {
    left: -132px;
    top: -266px;
    position: absolute;
    width: auto !important;
    height: auto !important;
}

.ms-promlink-button{
    position: absolute;
}

.ms-paging {
 display: inline-block;
 padding: 0px 5px 2px 20px;
}

.ExternalClass53ECCB5B75034F6BB4DEFD8405E7BDA6 img{
	width:100% !important;
}
.ExternalClass53ECCB5B75034F6BB4DEFD8405E7BDA6 p{
	text-align:justify !important;
}




   @media  only screen and (min-width:1024px) and (max-width:1366px) {
   .carousel-caption h1{
		font-size:30px;
		line-height:30px;
		}
   }


/*
#suiteBar{
	display:none;
}
#s4-ribbonrow{
	
display:none;	
}*/
.alert_eng_box{
    background: rgba(255,244,219,0.89) !important;
    border: 0 !important;
    min-height: 50px;
    position: fixed;
    bottom: 0 !important;
    z-index: 99999;
    width: 100%;
    margin-bottom: 0px !important;
}  
.alert_eng{
    font-family: OpenSans-SemiBold;
    font-size: 12px !important;
    line-height: 15px;
    text-align: center !important;

}
.alt_close{
    background: #333333 !important;
    color: #fff !important;
    font-weight: 200 !important;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px !important;
    font-family: OpenSans-SemiBold;
    font-size: 15px !important;
    text-shadow: none !important;
    opacity: 0.5 !important;
	}
	
	.coming_soon {
    background-image: url(/sites/main/Style%20Library/Images/component.png);
    height: 100%;
    background-position: center;
    background-size: unset;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
    background-position: center top;
	background-repeat: no-repeat;
	

}

.over_cs{
    background: #092D6C;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.8;
}
.content_cs{
    z-index: 9999;
    top: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
}

.cms_a1s p{
    font-family:OpenSans-SemiBold;
    font-size:45px;
	line-height:44px;
	text-transform:uppercase;
	color:#ffffff;
	opacity:100%;
	text-align:center;
}

.cms_a2s p{
    font-family:OpenSans-Bold;
    font-size:50px;
	line-height:19px;
	color:#ffffff;
	opacity:100%;
	text-align:center;
}

.cms_a3s p{
    font-family: OpenSans-Regular;
    font-size:16px;
	line-height:20px;
	color:#ffffff;
	opacity:100%;
	text-align:center;
}
.cms_a4s p{
    font-family: OpenSans-Regular;
    font-size:30px;
	line-height:19px;
	color:#ffffff;
	opacity:100%;
	text-align:center;
}

.main_coming_css{
    width: 45%;
    margin: auto;
}



/*newscroll_css*/

.scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: #e6e6e6;
   /* background-color: rgba(220,220,220,0.5); */
    z-index: 100;
    border: 1px solid #cdcdcd;
}
.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
}
.scrollbar-path-vertical {
    right: 2px;
    top: 0 !important;
    height: 100% !important;
    width: 10px;
    }
.scrollbar-path-vertical {
    /* box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);*/

}
.scrollbar-path-horizontal {
    /*  box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);*/

}
.scrollbar-handle{
    position: relative;
    top: 0;
    left: 0;
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e; 
}
.scrollbar-path-vertical .scrollbar-handle {
    height: 14% !important;
    width: 100%;
}
.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
}
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.scrollbar-content {
    padding: 0 15px 0 0;
}


.title_a{
   margin-bottom: 2px;
}

.title_a a{
	color: #D0AF68;
}

#ctl00_ctl44_g_a03955c7_6e80_4781_93cf_be9ad78caa61_divHighlights{
padding-right: 0;	
}

#ctl00_ctl44_g_a7317710_55e9_4ff3_a27e_550dd9faf4d7_divHighlights{
	padding-right: 0;	
}


.footer_box2 div:first-child {
    /* background: red; */
    width: auto;
    /* margin-left: -19px; */
}

.mleft {
  margin-left: 0px;
}
