/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 75px;
    margin-top: 0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	    margin-left: -6px;
}


/* header area adinationals */
.logo {
	width:24%;
    background: #fff;
    padding-left: calc(50% - 585px);
   -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    float: left;
}

.menu_main {
	padding-top: 0px;
    padding-bottom: 3px;
    height: 53px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(37px 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #ffed00;
	padding-right: calc(50% - 585px);
	 width: calc(75% + 51px);
   /* padding-right: calc(50% - 585px);
    width: calc(65% + 38px);*/
    float: left;
    position: relative;
    margin-left: -38px;
    margin-top: 40px;
}
 .dropdown-menu {
  position:relative;
  z-index:99999;
} 
.menu_main.rslinks {
	width: 67%;
}

.menu_main.rslinks3 {
	width: 67%;
}

.menu_main.rslinks4 {
	width: 64%;
}

.menu_main.rslinks5 {
	width: 64%;
}

.menu_main.rslinks7 {
	width: 62%;
}


.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.menu_main_full2 {
	float: left;
	width: 97.5%;
	z-index: 9999;
}




.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	width: 100%;
    height: 48px;
    background: #fff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: fixed;
    z-index: 9;
}
.right-bar{    padding-top: 3px;
    padding-bottom: 3px;
    height: 48px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(43px 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #fff;
    padding-right: calc(50% - 585px);
    width: calc(70% + 38px);
    float: left;
    position: relative;
    margin-left: -38px;}

    .right-bar::before{content: '';
    position: absolute;
    top: 0px;
    left: 0px; 
    height: 48px;
    width: 6px;
    transform: skew(12deg);
  }
    .left_bar{   width: 30%;
    background: #fff;
    padding-left: calc(50% - 585px);
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    float: left;}


.social{display: inline-block;    float: right; margin-left: 15px;     margin-top: 8px;}

  .user_box_link a i{  
  	font-size: 14px;
    margin-right: 3px;
    padding: 6px;
    position: relative;
    color: #000;}


.phone{
	display: inline-block;
    margin-right: 36px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 45px;
    margin-left: 15px;
    font-family: "Roboto", sans-serif;
}
.phone i{border: 1px solid #ffeae9;
    border-radius: 100%;
    padding: 7px;
    font-size: 16px;
    position: relative;
    top: 2px;
    background: #ffeae9;
    width: 30px;
    height: 30px;
color: #000}
.social_list_item
{
	position: relative;
	display: inline-block;
	margin-right: 3px;

}
.social_list_item:last-child
{
	margin-right: 0px;
}
.social_list_item a
{
	display: block;
	width: 100%;
	padding: 5px 6px;
	line-height: 36px;
	color: #000;
	  font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 30px;
    font-weight: 600;
    
}

.social_list_item a i
{
	font-size: 15px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fedbdc;
    padding: 6px;
    top: -2px;
    position: relative;
    text-align: center;
    background: #fedbdc;
    line-height: 16px;
    color: #000;
}
.social_list_item a i:hover
{
	color: #fff;
	background: #129eff;
}
.user_box_link
{
		float: left;
	display: inline-block;
	margin-top: 11px;
}
.user_box_link a
{
	/*display: block;*/
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	  font-family: "Roboto", sans-serif;
	text-transform: none;
	    padding: 0px 12px;
	    letter-spacing: 0.5px;
}
.user_box_link a:hover
{
	color: #000;
}
.user_box_login
{
	margin-left: 13px;
}
.user_box_login::after, .user_box_register::after
{
	display: block;
	position: absolute;
	top: 7px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 12px;
	content: '';
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}

/* top navigation style 2 */
.top_nav2 {
	float: left;
	width: 100%;
	background: #3c3c41;
	font-size: 12px;
	color: #999;
}
.top_nav2 .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav2 .left i {
	color: #999;
}
.top_nav2 .left a {
	color: #999;
	margin-right: 25px;
}
.top_nav2 .left a:hover {
	color: #eee;
	transition: all 0.3s ease;
}
.top_nav2 .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav2 ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px;
}
.top_nav2 .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
.top_nav2 .topsocial li a {
	float: left;
	color: #999;
	font-size: 12px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav2 .topsocial li a:hover {
	color: #eee;
}


/* top navigation style 3 */
.top_nav3 {
	float: left;
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 14px;
	color: #999;
	font-weight: 400;
	text-align: right;
	padding-right: 21px;
	padding-top: 7px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	z-index: 9999;
}
.top_nav3 i {
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 100%;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	margin-right: 2px;
	color: #999;
	transition: all 0.3s ease;
}
.top_nav3 a {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav3 a:hover {
	color: #f7ca18;
}
.top_nav3 a:hover i {
	color: #f7ca18;
	border: 1px solid #f7ca18;
}

/* top navigation style 4 */
.top_nav4 {
	float: left;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #2f3337;
	font-size: 12px;
	color: #999;
}
.top_nav4 ul.topsocial {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px;
}
.top_nav4 .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 7px 0px 0px;
}
.top_nav4 .topsocial li a {
	float: left;
	width: 18px;
	height: 18px;
	color: #999;
	font-size: 10px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
	border: 1px solid #727272;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
}
.top_nav4 .topsocial li a:hover {
	color: #fff;
	background: #2f3337;
	border: 1px solid #999;
}
.top_nav4 .left {
	float: left;
	width: 30%;
	padding: 10px 0px 0px 0px;
}
.top_nav4 .right {
	float: left;
	width: 70%;
	text-align: right;
	color: #999;
}
.top_nav4 .right i {
	color: #999;
}
.top_nav4 .right a {
	color: #999;
}
.top_nav4 .right a:hover {
	color: #fff;
	transition: all 0.3s ease;
}
.top_nav4 .right strong {
	float: right;
	font-size: 13px;
	font-weight: 700;
	padding-top: 7px;
	margin-right: 18px;
}

.tpbut4 {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #2f3337;
	border-left: 1px solid #2f3337;
	transition: all 0.3s ease;
}
.tpbut4:hover {
	color: #999;
	background: #2f3337;
}
.tpbut4.two {
	border-right: 1px solid #2f3337;
	border-left: none;
}



.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}

.top_section2 {
	float: left;
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 8999;
	background: rgba(0,0,0,0.85);
}
.top_section2 .left {
	float: left;
	width: 40%;
	margin-top: 10px;
}
.top_section2 .right {
	float: left;
	width: 60%;
	margin-top: 34px;
	text-align: left;
	color: #fff;
	font-size: 13px;
}
.top_section2 .right .tinfo {
	float: right;
	width: 38%;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.top_section2 .right .tinfo.last {
	border-right: none;
	padding-left: 30px;
}
.top_section2 .right .tinfo i {
	float: left;
	width: 34px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-right: 12px;
}
.top_section2 .right .tinfo strong {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.top_section2 .right .tinfo a {
	color: #fff;
	transition: all 0.3s ease;
}
.top_section2 .right .tinfo a:hover {
	color: #59abe3;
}
.top_section2 .right .tinfo em {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	line-height: 13px;
}


.top_section3 {
	float: left;
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 8999;
	background: #fff;
}
.top_section3 .left {
	float: left;
	width: 40%;
	margin-top: 10px;
}
.top_section3 .right {
	float: left;
	width: 60%;
	margin-top: 34px;
	text-align: left;
	color: #999;
	font-size: 13px;
}
.top_section3 .right .tinfo {
	float: right;
	width: 38%;
	border-left: none;
}
.top_section3 .right .tinfo.last {
	border-left: 1px solid rgba(243,243,243,1);
	padding-left: 30px;
}
.top_section3 .right .tinfo i {
	float: left;
	width: 34px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	color: #ccc;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 100%;
	margin-right: 12px;
}
.top_section3 .right .tinfo strong {
	color: #999;
	font-size: 16px;
	font-weight: 600;
}
.top_section3 .right .tinfo a {
	float: right;
	color: #999;
	background: #fdfdfd;
	border: 1px solid #eee;
	padding: 3px 12px 4px 12px;
	border-radius: 2px;
	margin-right: 30px;
	margin-top: 3px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.top_section3 .right .tinfo a:hover {
	color: #fff;
	background: #999;
	border: 1px solid #999;
}
.top_section3 .right .tinfo em {
	color: #ccc;
	font-size: 13px;
	font-style: normal;
	display: block;
	line-height: 13px;
}









.menu_rlinks {
	float: right;
	width: 16%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
	font-weight: 300;
}
.menu_rlinks .mrbut {
	float: right;
	color: #ccc;
	margin-left: 0px;
	padding: 18px 22px 17px 22px;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	transition: all 0.3s ease;
}
.menu_rlinks .mrbut:hover {
	color: #fff;
	background: #727272;
}
.menu_rlinks .mrbut.two {
	border-right: 1px solid #707070;
	border-left: none;
}

.menu_rlinks2 {
	float: right;
	margin-top: 22px;
}
.menu_rlinks2 a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #ccc;
	padding: 8px 20px;
	border-radius: 25px;
	transition: all 0.3s ease;
}
.menu_rlinks2 a:hover {
	color: #393939;
	border: 1px solid #fff;
	background: #fff;
}

.menu_rlinks3 {
	float: right;
	margin-top: 25px;
}
.menu_rlinks3 a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 3px;
	background: #525252;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.menu_rlinks3 a:hover {
	color: #fff;
	background: #59abe3;
}

.menu_rlinks4 {
	float: right;
	margin-top: 18px;
}
.menu_rlinks4 a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 9px 18px;
	border-radius: 3px;
	background: #87d37c;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.menu_rlinks4 a:hover {
	color: #fff;
	background: #393939;
}

.menu_rlinks5 {
	float: right;
	text-align: center;
}
.menu_rlinks5 a {
	float: right;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 39px 27px 38px 27px;
	background: #46d8bd;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.menu_rlinks5 a:hover {
	color: #fff;
	background: #393939;
}
.menu_rlinks5 a em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	display: block;
	font-weight: 300;
	line-height: 16px;
}


.menu_rlinks6 {
	float: right;
	margin-top: 18px;
}
.menu_rlinks6 a {
	color: #eb9532;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 9px 18px;
	border-radius: 3px;
	border: 2px solid #eb9532;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.menu_rlinks6 a:hover {
	color: #fff;
	background: #eb9532;
}

.menu_rlinks6.two {
	float: right;
	margin-top: 21px;
}
.menu_rlinks6.two a {
	color: #fff;
	border: 2px solid #fff;
}
.menu_rlinks6.two a:hover {
	color: #393939;
	background: #fff;
}

.menu_rlinks7 {
	float: right;
	text-align: left;
}
.menu_rlinks7 i {
	float: left;
	color: #fff;
	font-size: 35px;
	margin-right: 14px;
	margin-top: 7px;
}
.menu_rlinks7 a {
	float: right;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 500;
	padding: 27px 67px 27px 34px;
	background: #f9bf36;
	text-transform: uppercase;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.menu_rlinks7 a:hover {
	color: #fff;
	background: #393939;
}
.menu_rlinks7 a em {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
}




.slidermar {
	margin-top: 115px;
}







/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/
.featured_section1 {
	float: left;
	width: 100%;
	/*background-image: url(../images/about_aliment_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;*/
}
.featured_section1 h6 {
	font-weight: 500;
	text-align: left;
	font-family: 'Roboto';
	font-size:18px;
	color: #003459;
	padding: 35px 0px 0px;
}
.featured_section1 h2 {
	font-weight: 500;
	text-align: left;
	font-family: 'Roboto';
	font-size:32px;
	color: #003459;
	padding: 35px 0px 0px;
}
.featured_section1 h2 span{color: #0094fc;} 


.featured_section1 p {
	font-weight: 400;
	text-align: left;
	font-family: 'Roboto';
	font-size:15px;
	color: #001c30;
	padding-bottom: 0px;
	line-height: 32px;
}

.text-image{width: 70%; float: left;}

.text-image h4{font-weight: 500;
	text-align: left;
	font-family: 'Roboto';
	font-size:20px;
	color: #fff;
	}
.text-image h4 a:hover{
color:#264796;
}
.text-image p{
	font-weight: 400;
	text-align: left;
	font-family: 'Roboto';
	font-size:15px;
	color: #fff;
	padding-bottom: 0px;
	line-height: 24px;
	}

.featured_section1 .two_third{border-left: 1px solid #000; padding-left: 35px;}

.services-section1{
	padding: 35px 20px;
	background-image: url(../images/1.jpg);
	height: 187px;
}

.services-section2{
	padding: 35px 20px;
	background-image: url(../images/2.jpg);
	height: 187px;
}

.services-section3{
	padding: 35px 20px;
	background-image: url(../images/3.jpg);
	height: 187px;
}

/*.services-section:hover{
	background: #b5e0ff;
}*/




/* featured section 1 */
.featured_section2 {
	float: left;
	width: 100%;
	/*background-image: url(../images/row-bgimage-9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
	}
.featured_section2 .box-left{width: 49%; float: left; margin-right: 2%;}

.services-box{ width: 82%; margin: 0 auto; border:1px solid #ffecec; margin-top: -200px; position: relative;}



.services-box-heading{background-color: #ffecec; padding: 15px 25px;   width: 100%}

.services-box-heading p{font-size: 15px; color: #000; font-weight: 500; font-family: "Roboto"; }

.services-box-heading p span{color: #e41616; font-weight: 600; font-family: "Roboto"; font-size: 18px;}

.services-box-text:hover{ border-style: solid;
    border-width: 0 1px 1px;
    border-color: #fff;
    box-shadow: 4px 4px 0 0 #ffa6a6;}

.services-box-text{background-color: #fff; padding: 25px 25px;  font-size: 18px; color: #000; font-weight: 600; line-height: 36px; border-style: solid; border-width: 0 1px 1px;
    border-color: #fff;
    box-shadow: 4px 4px 0 0 #f6f6f6;}

.talk-btn{display: inline-block; padding: 7px 25px; background-color: #264796; border-radius: 5px; color: #fff; font-size: 16px;}

.talk-btn a{ color:#FFFFFF;}


.featured_section2 .box-right{width: 49%; float: left; }

.featured_section2 .box-right .box-1{width: 48%; float: left; margin-right: 4%; border-style: solid; border-width: 0 1px 1px;
    border-color: #f6f6f6;
    box-shadow: 4px 4px 0 0 #f6f6f6;}

.featured_section2 .box-right .box-1:hover{border-style: solid;
    border-width: 0 1px 1px;
    border-color: #fff;
    box-shadow: 4px 4px 0 0px #ffa6a6;}

.featured_section2 .box-right .box-1 h4{font-size: 17px; color: #000; font-weight: 500; font-family: "Roboto"; padding: 15px 20px 0px; margin-bottom: 3px}

.featured_section2 .box-right .box-1 h2{font-size: 22px; color: #e31e24; font-weight: 600; font-family: "Roboto"; padding: 0px 20px 0px; margin-bottom: 12px; margin-top:10px;}

.featured_section2 .box-right .box-1 p{font-size: 15px; color: #000; font-weight: 400; font-family: "Roboto"; padding: 0px 20px 10px; line-height: 28px;}

.featured_section2 .box-right .box-1 .readmore{border-top:1px solid #eee; padding: 10px 25px; font-size: 15px; color: #000; font-weight: 400; font-family: "Roboto";}
.featured_section2 .box-right .box-1 .readmore a{ color:#264796;}

/*.featured_section2 .box-right .box-1 .readmore span{padding: 10px 25px; font-size: 15px; color: #000; font-weight: 400; font-family: "Roboto";}*/

.featured_section2 .box-right .box-2{width: 48%; float: left;}

.featured_section2 .box-right .box-2 .our-services{ 
	border-style: solid; border-width: 0 1px 1px;
    border-color: #f6f6f6;
    box-shadow: 4px 4px 0 0 #f6f6f6;
    margin-bottom: 16px;
    color: #000;
    font-size: 22px;  font-weight: 600; font-family: "Roboto";}

 .featured_section2 .box-right .box-2 .our-services h2{    font-size: 19px;
    color: #000;
    font-weight: 600;
    font-family: "Roboto";
    padding: 0px 15px 0px 25px;
    margin-bottom: 3px;} 
	
.featured_section2 .box-right .box-2 .our-services h3{    font-size: 17px;
    color: #000;
    font-weight: 500;
    font-family: "Roboto";
    padding: 0px 15px 0px 25px;
    margin-bottom: 3px;} 


 .featured_section2 .box-right .box-2 .our-services p{font-size: 15px; color: #000; font-weight: 400; font-family: "Roboto"; padding: 0px 25px 15px; line-height: 25px; margin-bottom:10px;}

.featured_section2 .box-right .box-2 .our-services .readmore{border-top:1px solid #eee; padding: 10px 25px; font-size: 15px; color: #000; font-weight: 400; font-family: "Roboto";}  

.featured_section2 .box-right .box-2 .our-services .readmore a{color:#264796;}

    .featured_section2 .box-right .box-2 .our-services:hover{ 
	border-style: solid;
    border-width: 0 1px 1px;
    border-color: #fff;
    box-shadow: 4px 4px 0 0px #ffa6a6;
    }
	
	.featured_section2 .box-right .our-services ul li {font-size: 15px; color: #000; font-weight: 400; font-family: "Roboto"; padding: 0px 25px 5px; line-height: 25px;}
	.featured_section2 .box-right .our-services ul li i{ color:#e31e24; margin-right:10px;}

/* featured section 2 */


/* featured section 3 */
.featured_section3 {
	float: left;
	width: 100%;
	padding: 60px 0px 60px;
	background-color: #f3fffe;
}


.featured_section3 span {
    font-size: 30px;
    color: #5076bb;
    float: left;
    margin-right: 25px;
    margin-bottom: 314px;
    margin-top: 5px;
}

.featured_section3 h2{font-size: 28px;
    color: #000;
    font-weight: 600;
    font-family: "Roboto";
    margin-bottom: 35px;
    margin-top: 95px;
    line-height: 40px;
    } 

.featured_section3 h4{font-size: 19px;
    color: #000;
    font-weight: 500;
    font-family: "Roboto";
    margin-bottom: 6px;} 

.featured_section3 p{font-size: 15px; color: #000; font-weight: 400; font-family: "Roboto"; line-height: 25px;}








/* featured section 4 */
.featured_section4 {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/image-6.jpg);
}




/* featured section 12 */
.featured_section12 {
	float: left;
	width: 100%;
	padding: 50px 0px 50px 0px;
	text-align: center;
	/*background: #eee url(../images/pattern1.jpg) repeat left top;*/
}


/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 60px 0px 0px 0px;
	background: #001c30;
	color: #fff;
	
	}
.footer h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: "Roboto";
	letter-spacing: 0.5px;
}

/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
	font-family: "Roboto";
	letter-spacing: 0.5px;
}
.faddress li a {
	color: #fff;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	float: left;
    margin-right: 3px;
    margin-bottom: 10px;
	margin-top:5px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
	}


/* twitter feeds */
.twitter_feeds_three {
	float: left;
	padding: 0px;
	margin: 9px 0px 0px 0px;
}
.twitter_feeds_three li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.twitter_feeds_three li.bhline {
	padding-bottom: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3d3d;
}
.twitter_feeds_three li a {
	color: #999;
	transition: all 0.3s ease;
}
.twitter_feeds_three li a:hover {
	color: #fff;
}
.twitter_feeds_three li i {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.twitter_feeds_three li em {
	float: left;
	font-size: 10px;
	font-style: normal;
	color: #727272;
}
.twitter_feeds_three li em a {
	color: #727272;
	transition: all 0.3s ease;
}
.twitter_feeds_three li em a:hover {
	color: #727272;
	text-decoration: underline;
}
.twitter_feeds_three li.bhline.two {
	border-bottom: 1px solid #e3e3e3;
}


/* flickr */
#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#flickr_badge_wrapper img {
	width: 70px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 0px solid #999 !important;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#3993ff;
}
#flickr_badge_wrapper {
	margin-top: 25px;
}
#flickr_badge_source {
	padding:0 !important;
}

/* Newsletter Signup */
.newsletter1 {
	float: left;
}
.newsletter1 p {
	float: left;
	margin-top: 5px;
}
.newsletter1 .enter_email_input {
	float: left;
	padding: 3px 0px 4px 12px;
	height: 40px;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 13px;
	margin-top: 22px;
}
.newsletter1 .input_submit {
	float: left;
	padding: 10px 25px 10px 25px;
	background-color: #5076bb;
	border: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-top: 10px;
}
.newsletter1 .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #454545;
}

.newsletter1 .input_submit.color2 {
	background-color: #eb9532;
}
.newsletter1 .input_submit.color3 {
	background-color: #3498db;
}
.newsletter1 .input_submit.color3:hover {
	background-color: #454545;
}

/* Style Two */
.newsletter2 {
	float: left;
	width: 100%;
	padding: 30px 0px 16px 0px;
	background: #d4d9de;
}
.newsletter2 h2 {
	color: #fff;
	font-weight: 300;
	text-align: right;
}
.newsletter2 .enter_email_input {
	float: left;
	padding: 3px 0px 4px 20px;
	height: 50px;
	width: 77%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 14px;
	margin-top: 10px;
}
.newsletter2 .input_submit {
	float: left;
	padding: 13px 25px 14px 25px;
	background-color: #50c9d4;
	border: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-top: 10px;
	margin-left: 10px;
}
.newsletter2 .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #454545;
}


/* Style Three */
.newsletter3 .enter_email_input {
	float: left;
	padding: 3px 0px 4px 12px;
	height: 45px;
	width: 76%;
	background: #f3f3f3;
	border: none;
	color: #727272;
	font-size: 13px;
}
.newsletter3 .input_submit {
	float: left;
	padding: 11px 16px;
	background-color: #87d37c;
	border: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.newsletter3 .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #454545;
}

.newsletter3 .input_submit.color2 {
	background-color: #50c9d4;
}




/* copyrights */
.copyright_info {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 70px 0px 0px 0px;
	width: 100%;
	color: #727272;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background: #3c3c41;
	border-top: 1px solid #424247;
}
.copyright_info.two {
	background: #000;
	border-top: none;
}
.copyright_info.sthree {
	padding: 25px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background: #292e32;
	border-top: 1px solid #2f3337;
}

.copyright_info.white {
	background: #fff;
	border-top: none;
	color: #c0c0c0;
	padding-bottom: 30px;
}
.copyright_info.white a {
	color: #c0c0c0;
}
.copyright_info.white a:hover {
	color: #999;
}

.copyright_info a {
	margin-top: 10px;
	font-size: 13px;
	color: #727272;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}

.copyright_info2 {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 85px 0px 0px 0px;
	width: 100%;
	color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background: #222327;
	text-align: right;
}

.copyright_info3 {
	float: left;
	padding: 18px 0px 21px 0px;
	width: 100%;
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background: #fff;
	text-align: center;
}
.copyright_info3 a {
	color: #999;
	transition: all 0.3s ease;
}
.copyright_info3 a:hover {
	color: #727272;
}



.copyright_info4 {
	float: left;
	margin: 59px 0px 0px 0px;
	width: 100%;
	color: #727272;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.copyright_info4 .container {
	padding: 30px 0px 35px 0px;
	border-top: 1px solid rgba(225,225,225,0.05);
}
.copyright_info4 .container .one_half.last {
	text-align: right;
}
.copyright_info4 a {
	color: #727272;
	transition: all 0.3s ease;
}
.copyright_info4 a:hover {
	color: #999;
}



.copyright_info5 {
	float: left;
	width: 100%;
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background: #fff;
	text-align: center;
}
.copyright_info5 .container {
	border-top: 1px solid #eee;
	padding-top: 30px;
	padding-bottom: 36px;
}
.copyright_info5 p {
	float: left;
	font-size: 13px;
}
.copyright_info5 span {
	float: right;
}
.copyright_info5 a {
	color: #999;
	transition: all 0.3s ease;
}
.copyright_info5 a:hover {
	color: #727272;
}




/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #303034;
	color: #6f6f71;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}

.footer_social_links.two li a i {
	color: #fff;
	background-color: #87d37c;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.footer_social_links.two li a i:hover {
	color: #fff;
	background-color: #454545;
}

.footer_social_links.three li a i {
	color: #fff;
	background-color: #50c9d4;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.footer_social_links.three li a i:hover {
	color: #fff;
	background-color: #454545;
}


ul.footer_social_links2 {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links2 li {
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 0px;
}
.footer_social_links2 li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	vertical-align: middle;
	background-color: #303034;
	color: #6f6f71;
	transition: all 0.3s ease;
}
.footer_social_links2 li a i:hover {
	color: #fff;
	background-color: #727272;
}

ul.footer_social_links3 {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links3 li {
	float: left;
	padding: 0px;
	margin: 0px 8px 8px 0px;
}
.footer_social_links3 li a i {
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	line-height: 35px;
	vertical-align: middle;
	background: rgba(225,225,225,0.1);
	color: #999;
	transition: all 0.3s ease;
}
.footer_social_links3 li a i:hover {
	color: #fff;
	background: rgba(225,225,225,0.3);
}

.footer_social_links3.styltwo li a i {
	color: #727272;
	background: none;
	border: 1px solid rgba(225,225,225,0.2);
}
.footer_social_links3.styltwo li a i:hover {
	color: #fff;
	background: rgba(225,225,225,0.2);
}


.footer_social_links4 a i {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100%;
	line-height: 50px;
	vertical-align: middle;
	background-color: #d9d9d9;
	color: #fff;
	margin: 30px 2px 0 2px;
	transition: all 0.3s ease;
}
.footer_social_links4 a i:hover {
	color: #fff;
	background-color: #393939;
}

ul.footer_social_links5 {
	float: right;
	padding: 0px;
	margin: 0px;
}
.footer_social_links5 li {
	float: left;
	padding: 0px;
	margin: 0px 12px;
}
.footer_social_links5 li a i {
	border-radius: 100%;
	background: rgba(225,225,225,0.1);
	color: #c0c0c0;
	transition: all 0.3s ease;
}
.footer_social_links5 li a i:hover {
	color: #999;
}


.footer_social_links6 a i {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100%;
	line-height: 50px;
	vertical-align: middle;
	background-color: #ededed;
	color: #fff;
	margin: 0px 9px 0 0px;
	transition: all 0.3s ease;
}
.footer_social_links6 a i:hover {
	color: #fff;
	background-color: #db6364;
}



.fbsocials {
	float: left;
	width: 100%;
	background: #999;
	margin-bottom: 90px;
	text-align: center;
}
.fbsocials a {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 27px;
	padding: 16px 0px;
	transition: all 0.3s ease;
}
.fbsocials a.fb {
	background: #4087cf;
}
.fbsocials a.tw {
	background: #36aae0;
}
.fbsocials a.in {
	background: #3377bb;
}
.fbsocials a.gp {
	background: #e93434;
}
.fbsocials a.be {
	background: #de8d23;
}

.fbsocials a.fb:hover,
.fbsocials a.tw:hover,
.fbsocials a.in:hover,
.fbsocials a.gp:hover,
.fbsocials a.be:hover {
	background: #393939;
}


.footer-top {
  width: 100%;
  z-index: 2;
}
.footer-top .row {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.footer-top [class*=col] {
  background: #740400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 0;
  position: relative;
}
.footer-top [class*=col] i,
.footer-top [class*=col] h3,
.footer-top [class*=col] p {
  color: #fff;
}
.footer-top [class*=col] p {
  margin-bottom: 0;
}
.footer-top [class*=col]:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #740400;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(2) {
  background: #c62b25;
}
.footer-top [class*=col]:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #c62b25;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(3) {
  background: #f8981d;
}
.footer-top .footer-box i {
  font-size: 36px;
  position: relative;
  top: 3px;
}
.footer-top .footer-box-content {
  padding-left: 25px;
}
.footer-top .footer-box-content h3 {
  font-weight: 600;
  margin-bottom:6px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid #00365b;
    margin-top: 45px;
}

.footer-bottom .inner-container {
    position: relative;
}

.footer-bottom .inner-container:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ffc10e;
    content: "";
}

.footer-bottom .inner-container:before{ background-color: #1eaf9e;}

.footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 8px 0;
}

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    float: left;
    margin-left: 26px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .copyright-text{background-color: #1eaf9e;}

.footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 8px 0;
    padding-right: 40px;
    background-color: #1eaf9e;
}

.footer-bottom .copyright-text:before {
    border-bottom-color: #1eaf9e;
}
.footer-bottom .copyright-text:before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 46px solid #1eaf9e;
    content: "";
}

.footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
 .footer-bottom .copyright-text a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}




/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}
/*========================page================================================*/
.page-sec{
/*background:#264796;*/
height:200px;
 background: url(../images/page-top-bg.jpg) no-repeat center;
 background-size:cover;
}
.page-sec h1{
color:#FFFFFF;
font-size:3em;
text-align:center;
word-spacing:5px;
font-family: 'Roboto', sans-serif;
}
.page-content{
box-shadow:0px 0px 10px #333;
background:#FFFFFF;
top:-60px;
margin-bottom:60px;
position: relative;
padding:50px;
/*display: inline-block;*/
}
.page-content img {width:100%;
height:auto;
}
.page-content p{
text-align:justify;
margin-bottom:20px;
color:#000;
font-family: 'Roboto';
font-size:15px;
}
.profile-text{
border-bottom:2px solid #e31e24;
border-right: 2px solid #e31e24;
border-top: 2px solid #e31e24;
border-left: none;
/*margin-left:10px;*/
/*width:53%;
position:relative;
float:left;*/
}
.profile-text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 50%;
        border-left: 3px solid #e31e24;
      }
     
.profile-text:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 50%;
        border-left: 3px solid #e31e24;
      } 

.profile-img{ 
margin-top:2.5%;
/*width:46%;
float:left;
position:relative;*/
}
/*-------service-------------*/

.ser-item {
box-shadow:0px 0px 5px #eee;
margin-left:30px;
height:460px;
width: calc(29% + 10px);
float:left;
margin-top:20px;
padding:10px;
}
.ser-item h4{font-weight: 500;
	text-align: left;
	font-family: 'Roboto';
	font-size:20px;
	color: #264796;
	line-height:30px;
	border-bottom:1px solid #e31e24;
	margin-bottom:20px;
	text-align:center;
	padding-bottom: 10px;
	}
.ser-item p{
	font-weight: 400;
	text-align: left;
	font-family: 'Roboto';
	font-size:15px;
	color: #000;
	padding-bottom: 0px;
	line-height: 24px;
	/*text-align:justify;*/
	}
.ser-item img{
margin-left: 80%;
margin-top:20px;
margin-bottom:10px;
}
.circle-image{
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border:5px solid #264796;
}
.ser-sec2{
margin-top:60px;
}
.ser-sec2 h4{font-weight: 500;
	text-align: left;
	font-family: 'Roboto';
	font-size:20px;
	color: #264796;
	line-height:30px;
		}
.ser-sec2 .item{
border-left:3px solid #264796;

}
.ser-sec2 .gift-card{color:#e31e24;
font-size:4em;
width:7%;
float:left;
margin-top:20px;

}
/*-----product-------------------------*/
.prod-sec{
}
.prod-text{
background: #e3f0fd;
padding:30px;

}
.prod-text h4{
font-weight: 600;
	text-align: left;
	/*font-family: 'Roboto';*/
	font-size:20px;
	color: #264796;
	line-height:30px;
	margin-bottom:20px;
	margin-left:25px;
}
.prod-text p{
font-weight: 400;
	text-align: left;
	font-family: 'Roboto';
	font-size:15px;
	color: #000;
	padding-bottom: 0px;
	line-height: 10px;
	text-align:justify;
	margin-left:30px;
}
.prod-text p:before {
   content: '\f0fe';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 2em;
  color: #0074D9;
}
.product-sec2 {
text-align:center;
  }
  .product-sec2 h3{
  color:#c92329;
  margin-bottom:50px;
  background:#FFFFFF;
  border-bottom:3px solid #1c2648;
  border-radius:15px;
  display:inline-block;
  padding:15px 40px;
  margin-top:60px;
  }
 /*.product-sec2 h3:before {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #1c3e8f;
  left: 2%;
  top: 30%;
  position: absolute;
      }
     
.product-sec2 h3:after {
   content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #1c3e8f;
  right: 3%;
  top: 30%;
  position: absolute;
      } */
.product-sec2 .item{
margin-bottom:30px;
}
.product-sec2 img { width:120px;
height: auto;
}
.circle-product{
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 50%;
  height: 50%;
  border:5px solid #264796;
}
.product-sec2 h5{
margin-top:10px;
color:#000000;
}
/*----------rx----------------------*/
.rx-pre p{
font-weight: 400;
	text-align: left;
	font-family: 'Roboto';
	font-size:15px;
	color: #000;
	padding-bottom: 0px;
	line-height: 24px;
	text-align:justify;
}
.rx-form {
	float: left;
	/*width: 35%;*/
	margin-left: 14.5%;
	margin-right: 13%;
	margin-top:40px;
	background: #fff;
	border: 1px solid #f9f9f9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.rx-form.two {
	float: left;
	width: 80%;
    margin-left: 15%;
}
.rx-form .title {
	float: left;
	width: 100%;
	background: #0e3c7a;
	text-align: center;
	padding: 15px 0px 12px 0px;
	margin-bottom:30px;
}
.rx-form .title h3 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;font-size: 18px;
	font-family: 'Roboto';
}
.rx-form .title p {
	font-size: 12px;
	color:#000000;
}
.rx-form .feildcont {
	float: left;
	width: 100%;
	padding: 10px 10px 40px 10px;
	text-align: left;
}
form label {
font-weight: normal;
color: #000;
font-family: 'Roboto';
}
.logregform .feildcont label {
	float: left;
	width: 100%;
	font-weight: 400;
	color: #000;
}
.rx-form .feildcont label em {
	color: #ff0000;
	font-style: normal;
	font-weight: 700;
}
.rx-form .feildcont input {
	float: left;
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}
.rx-form.two .feildcont input {
	margin-bottom: 18px;
}
.rx-form .feildcont .checkbox {
	float: left;
	width: 100%;
}
.rx-form .feildcont .checkbox label {
	float: left;
	width: auto;
	font-size: 14px;
}
.rx-form .feildcont .checkbox label strong {
	font-weight: 600;
}
.rx-form .feildcont .checkbox label a {
	margin-left: 10px;
}
.rx-form .feildcont .fbut {
	float: left;
	background: #9eca45;
	padding: 13px 23px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	transition: all 0.3s ease;
	margin-top: 18px;
}
.rx-form .feildcont .fbut:hover {
	background: #393939;
}

.rx-form .feildcont .radiobut input {
	float: left;
	width: auto;
}
.rx-form .feildcont .radiobut .onelb {
	float: left;
	color: #aaa;
	margin: 0px 12px 0px 5px;
}

.rx-form .feildcont select {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 9px 5px 10px 5px;
	color: #999;
	text-align: left;
}
.submit-rx{
background:#e31e24;
padding:5px 15px;
border-radius:8px;
color:#FFFFFF;
font-size:18px;
display:inline-block;
margin-left:15px;
}
.submit-rx a{
color:#FFFFFF;
}
.submit-rx i{
color:#FFFFFF;
}
.submit-rx:hover{
background-color:#1c3e8f;
color:#fff;
}
/*--------------covid-------------------*/
.covid-sec{
margin-top:20px;
}
.covid-sec h2{
color:#e31e24;
font-family: 'Roboto';
}
.covid-item{
text-align:center;
	width:30%;
	float:left;
	position:relative;
	margin-right:35px;
	margin-top:30px;
}
.covid-item-border{
border-radius:10px 10px 0px 0px;
border-top:1px solid rgba(0,0,0,0.1);
border-left:1px solid rgba(0,0,0,0.1);
border-right:1px solid rgba(0,0,0,0.1);
}
.covid-item:last-child{
margin-right:0pc;
}
.covid-item img{
width:200px;
}
.covid-item h4{ 
background:#1c3e8f;
padding:10px;
color:#FFFFFF;
}
.covid-item h4:hover{
text-decoration:underline; 
}
.covid-item2 {
margin-top:30px;
border-left:3px solid #1c3e8f;
}
.covid-item2 img{
border-radius:5px;
margin-top:20px;
border:1px solid #1c3e8f;
padding:-10px;
}
/*----------contact----------------------*/
.contact-sec{
margin-top:50px;
width: 48%; margin-right: 4%; float: left;
}
.contact-sec h4{color:#1c3e8f;
margin-bottom:30px;
margin-left:10px;
}
.contact-sec h6{
margin-bottom:30px;
color:#000000;
font-family:'Roboto';
/*display:inline-block;*/
}
.contact-sec i{color:#fff;
background:#e31e24;
border-radius:50%;
height:30px;
width:30px;
padding:8px;
text-align:center;
margin-right:15px;
font-size:15px;
}
.contact-sec ul { margin-left:30px; margin-top:-30px;
}
.contact-sec ul li{margin-left:20px;
margin-bottom:8px;
color:#000000;
}
.contact-form{
/*background:url(../images/form-bottom.jpg) bottom no-repeat;
background-size:100%;*/
padding:30px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	margin-top:30px;
width: 48%; margin-right: 0%; float: left;

}
form .form-group{margin-bottom:18px;
}
 form .form-control{padding:20px 12px;
}

.form-row{
margin-left:0px;
}
.form-row i { color:#e31e24;
font-size:14px;
margin-right:10px;
}
form .form-group label{color:#000000;
font-family:'Roboto';

}
.submit{background-color:#e31e24;
color: #fff;
padding: 12px 25px;
    border-radius: 5px;
	font-weight:600;
	border:none;
	border:1px solid #e31e24;
	font-size: 15px;font-family:'Roboto';letter-spacing: 0.5px;     margin-left: 10px;
}
.submit:hover{
border:1px solid #1c3e8f;
color:#fff;
background-color: #1c3e8f;
}
.submit i{
color:#FFFFFF;
}
.submit:hover i{
color:#fff;
}

@media (min-width: 1450px) and (max-width: 1920px) {
.logo {
       padding-left: calc(50% - 660px);

}
}
@media (min-width: 1900px) and (max-width: 2200px) {

.logo {
       padding-left: calc(50% - 720px);

}
}


.vaccin-box{background-color: #e6f1ff; padding: 35px;  border-radius: 5px;}

.vaccin-box h4{
	font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Roboto";
    padding-bottom: 15px
}

.vaccin-box h4 span{
	color: #e31e24;
}

.vaccin-box h4:last-child{
	padding-bottom: 0px
 }

.vaccin-box p{
	font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: "Roboto";
    padding-bottom: 15px
}

#sig-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
}

.banner-text{display: block;}

.pl-35{padding-left: 15px;}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 70px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: transparent;
  margin: auto;
  padding: 0px;
  border: none;
  width: 33%;
}
.modal-content img{
width: 412px;
height: 576px;
}
/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 23px;
  font-weight: bold;
  background-color: #000;
  border-radius: 50%;
  line-height: 23px;
  width: 24px;
    height: 24px;
    text-align: center;
}

.close:hover,
.close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
    border-radius: 50%;
    line-height: 23px;
    width: 24px;
    height: 24px;
}
