/*
Theme Name: Sustainability
Description: This is the theme for Sustainability.
Version: 1
License: GNU General Public License
Tags:
*/
*,html{padding:0; margin:0px; border:0px; }
body{ color: #474747; font-family: "Lato",Sans-serif; font-size: 16px; font-weight: 400;  line-height: 30px;}
a {color:#0b6aa9; text-decoration:none}
a:hover{color:#992c18; text-decoration:none;}
p, h1, h2, h3, h4, h5, h6, ul{margin:0px; padding:0px 0px 20px 0px;}
h1, h2, h3, h4, h5, h6{color:#333; font-weight:400; line-height:normal;}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:20px; font-weight:bold;}
h4{font-size:22px;}
h5{font-size:18px;}
h6{font-size:15px;}
.clear{clear:both}
img{max-width:100%; height:auto;}

img{max-width:100%; height:auto; border:none; outline:none;}
*::-moz-selection {
    background: none repeat scroll 0 0 #FF6D01;
    color: #FFFFFF;
    text-shadow: none;
}


/*---------------------------animations-------------------*/

a, img, .top_social ul li a i, input, textarea, input[type="submit"], service_category_box_hover, .service_category_box:hover .service_category_box_hover, header_wrapper, .logo_box img, .logo_box {  -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out;  -ms-transition: all .6s ease-in-out;  -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out;}
.serviceBox:hover img, .portfolio_box:hover img{-webkit-transform:scale(1.02); -moz-transform:scale(1.02); -ms-transform:scale(1.02); -o-transform:scale(1.02); transform:scale(1.02);}

img{max-width:100%; height:auto; border:none; outline:none;}
*::-moz-selection {
    background: none repeat scroll 0 0 #FF6D01;
    color: #FFFFFF;
    text-shadow: none;
}


/*---------------default layout---------*/
#wrapper{width:100%; overflow:hidden;}
.container{position:relative;}
#page{padding:40px 0px;}
#page_services{padding:0px 0px;}
#page_wrapper{padding:30px 0px 10px 0px;}
#page_wrapper ul{ padding-left:20px;}
#page ul li { margin-left: 20px;}
.page_tittle{background-image: url(images/page_tittle_bg.jpg); color: #fff; background-size:cover; padding:156px 0px; text-align:center; position:relative;}
.page_tittle:after{content: ""; position: absolute; top: 0; background-color: #000; width: 100%; left: 0; height:100%; z-index: 1; opacity: 0.3; }
.page_tittle h1{font-size: 2.3em; padding: 0px; text-transform: uppercase;  margin: 0px;  font-weight: bold;  color: #fff; position:relative; z-index:2;}
.default_btn{}
.default_btn a{ display: block; color: #fff; max-width: 120px; text-align: center; padding: 5px; margin:0 auto; background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,77,125,1)), color-stop(2%, rgba(0,78,126,1)), color-stop(43%, rgba(0,100,162,1)), color-stop(48%, rgba(0,103,167,1)), color-stop(49%, rgba(0,104,168,1)), color-stop(53%, rgba(0,101,164,1)), color-stop(99%, rgba(0,78,125,1)), color-stop(100%, rgba(0,78,125,1)));
    background: -webkit-linear-gradient(356deg, rgba(0,77,125,1) 0%, rgba(0,78,126,1) 2%, rgba(0,100,162,1) 43%, rgba(0,103,167,1) 48%, rgba(0,104,168,1) 49%, rgba(0,101,164,1) 53%, rgba(0,78,125,1) 99%, rgba(0,78,125,1) 100%);
    background: -o-linear-gradient(356deg, rgba(0,77,125,1) 0%, rgba(0,78,126,1) 2%, rgba(0,100,162,1) 43%, rgba(0,103,167,1) 48%, rgba(0,104,168,1) 49%, rgba(0,101,164,1) 53%, rgba(0,78,125,1) 99%, rgba(0,78,125,1) 100%);}

.home_page_tittle{ text-align:center;}
.home_page_tittle h3{ color: #004e94; font-weight: bold; font-size: 3.5em;}

#page{ text-align:justify;}
/*-------------------------bread_crumb----------------------------*/
.bread_crumb{position:relative; z-index:2;}
.bread_crumb ul{}
.bread_crumb ul li{display:inline-block;}
.bread_crumb ul li:after{content:"\f101"; padding:0px 4px 0px 6px; display:inline-block; font-family:FontAwesome;}
.bread_crumb ul li:last-child:after{display:none;}
.bread_crumb ul li a{color:#fff;}
.bread_crumb ul li a:hover{color:#992c18;}

.view_all_light_button{text-align:center; margin-bottom:30px;}
.view_all_light_button a{display:inline-block; padding:5px 25px; border:2px solid #0b6aa9; border-radius:2px;}
.view_all_light_button a:hover{background-color:#0b6aa9; color:#fff;}


/*-------------------------------------header----------------------------*/

#header_wrapper{ padding: 10px 0px;}
.header_logo_box{ text-align: center; padding: 60px 0px 10px 0px;}

/*--------------default menu styling ---------------*/
.menu ul{padding:0px; margin:0px; list-style:none; z-index:1000;}
.menu ul li{padding:0px; margin:0px; list-style:none;}
.menu ul li a{padding:5px 15px; display:block;}
.menu ul li a:hover{   }
.menu ul ul{display:none;}


/*--------------header menu styling ---------------*/
.top_headerMenu_band{ color:#fff; }
.header_menu{ text-align: center; }
.header_menu ul{padding: 0px; margin: 0px;}
.header_menu ul li{display:inline-block; text-transform:uppercase; position:relative;}
.header_menu ul li a{ color: #878787; padding: 10px 15px; display: block; text-transform: uppercase; font-size: 16px;}
.header_menu ul li a:hover{color:#333; }
.header_menu ul li:hover > a{ color:#333; }
.header_menu ul li.current_page_item a{}
.header_menu ul li.current-menu-item a{}
.header_menu ul li.current-menu-ancestor a{}
.header_menu ul li.current-menu-parent a{color:#333; }
.header_menu ul li.current_page_parent a{}
.header_menu ul li.current_page_ancestor a{color:#000; }
.header_menu ul ul{display: none; width: 230px; position: absolute; top: 37px; left: 0px; padding-top: 18px; text-align:left;}
.header_menu ul li:hover>ul{display:block;}
.header_menu ul li ul li a{color:#333; padding:10px 15px 10px 15px; display:block; background-color:#004e94; width:230px; border-bottom:1px solid #999; text-align:left;}
.header_menu ul li ul li a:hover{color:#992c18; }
.header_menu ul ul li:hover ul{left:100%; top:1px;}
.header_menu ul li ul.sub-menu{}
.header_menu ul li ul.sub-menu li.menu-item a{ background-color:#004e94; color:#fff !important; border-top:none !important;}
.header_menu ul li ul.sub-menu li.menu-item a:hover{ background-color:#992c18; color:#fff!important; border-top:none !important;}
.header_menu ul li ul.sub-menu li.current_page_item a{color:#fff;}
.sub-menu li a{}
.sub-menu li a:hover{}
.sub-menu ul li.current-menu-item a{}
.sub-menu li.current_page_item a{}


/*------------------------mobile navigation-----------------*/
#mobile_navigation_bt{width:25px; height:35px; position:absolute; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  transition: .5s ease-in-out; cursor: pointer; right:15px; top:14px; display:none; z-index:10;}
#mobile_navigation_bt span{display: block; position: absolute; height:5px; width: 100%; background-color:#666; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out;  -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
#mobile_navigation_bt:hover span{background-color:#000;}
#mobile_navigation_bt span:nth-child(1){top:0px;}
#mobile_navigation_bt span:nth-child(2),#mobile_navigation_bt span:nth-child(3){top:8px;}
#mobile_navigation_bt span:nth-child(4){top:16px;}
#mobile_navigation_bt.open span:nth-child(1){top: 18px; width: 0%; left: 50%;}
#mobile_navigation_bt.open span:nth-child(2){-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);  -o-transform: rotate(45deg); transform: rotate(45deg);}
#mobile_navigation_bt.open span:nth-child(3){-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
#mobile_navigation_bt.open span:nth-child(4){top: 18px; width: 0%; left: 50%;}
.mobile_menu{display:none; background-color:#222222; padding:0px; width:100%; text-align: center;}
.mobile_menu ul{padding:0px; margin:0px;}
.mobile_menu ul li{float:none; list-style:none;}
.mobile_menu ul li a{color:#fff; border-bottom:1px solid #090808; display:block; padding:8px 20px;}
.mobile_menu ul li a:hover{background-color:#090808; color:#fff;}
.mobile_menu ul li ul li{}
.mobile_menu ul li ul li a{padding-left:25px; font-size:.95em;}
.mobile_menu ul li ul li a:before{content:"- ";}



/*--------------------------home_page_slider--------------------------------*/

.home_page_slider{ text-align:center;}
.home_page_slider .sow-slider-image-overlay, .home_page_slider .sow-slider-image{ min-height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;}
.slider_matter{padding: 15px; background-color: rgba(50, 50, 50, 0.53); color: #ffffff; position: absolute;
    z-index: 1; bottom: 0; border: 1px solid rgba(0, 0, 0, 0.09); left: 0;  width: 100%;}
.slider_matter h2{ font-weight: normal; font-size: 1.5em; color: #fff; text-align: center; padding: 0px; margin: 0px;}



/*--------------------------------Home------------------------------------*/

.home_welcome_wrapper{ border-top: 5px solid #ee1c25;}
.home_welcome_wrapper .sow-slider-base ul{ padding: 0px; margin: 0px; }


/*----------------------------home_twoSections------------------------*/
.home_twoSections{}
.home_twoSections h3{ color: #fff; font-size: 52px; font-weight: 100; text-transform: uppercase;}
.home_twoSections .panel-widget-style{ background-color: #ee1c25; color: #ffffff; padding: 50px 50px !important; min-height: 630px;}
.home_table_box{ padding:40px 0px; }
.home_table_box .table td {background-color: #e6e6e617;}
.home_table_box h4{ padding-bottom: 30px; text-align: center; }



/*---------------value_chain_wrapper------------------*/
.value_chain_wrapper{ padding:100px 0px; }
.home_four_icons_belt{ position:relative;}
.home_four_icons_belt .sow-features-feature p{ display: none; position: absolute; top: 0; left: 0; background-color: #e0923bd9; height: 320px; line-height: 21px; width: 100%; text-align: justify; font-size: 15px; color: #fff; padding: 30px 15px 0 15px;}
.home_four_icons_belt .sow-features-feature:hover p { display:block;}
.home_four_icons_belt .sow-features-feature .sow-icon-image img{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%);}
.home_four_icons_belt .sow-features-feature .sow-icon-image{-webkit-filter: grayscale(100%); / Safari 6.0 - 9.0 / filter: grayscale(100%);}
.value_chain_title { text-align: center; padding: 0px 0px 30px 0px;}
.value_chain_title h3{ font-family: "Oswald",Sans-serif; font-size: 50px; font-weight: 700; line-height: 62px;
    color: #ee1c25; padding: 0px 0px 10px 0px; text-transform: uppercase;}


/*------------------------------efficiency_wrapper------------------------*/
.efficiency_wrapper{ border-top: 5px solid #ee1c25; padding: 100px 0px;}
.efficiency_title { max-width: 80%; margin: 0 auto; text-align: center;; padding: 0px 0px 30px 0px }
.efficiency_title h3{ font-family: "Oswald",Sans-serif; font-size: 50px; font-weight: 700; line-height: 62px; color: #ee1c25; padding: 0px 0px 20px 0px; text-transform: uppercase; text-align: center;}
.efficiency_title h3 span{}
.home_four_boxes{position:relative; overflow:hidden;}
.home_four_boxes_title h3{ color: #fff; font-size: 3em; padding: 20px; font-weight: bold;}
.home_four_boxes_title{ position: absolute;top: 0; left: 0; color: #fff; }
.home_four_boxes_matter{ padding:0px; display: none;}
.home_four_boxes_matter ol{ margin-left: 20px; }
.home_four_boxes:hover img{ }
.home_four_boxes:hover .home_four_boxes_matter{ background-color: #d8661f; color: #fff;} 
.home_four_boxes:hover .home_four_boxes_matter{ display: block; }
.home_four_boxes img{ transition: transform 1s, filter 5s ease-in-out; transform: scale(1.1); }
.home_four_boxes_matter a{ position: absolute; width: 100%; display: block; height: 100%; top: 0px; z-index: 10;}
.home_four_boxes_matter{ position: absolute;top: 0; left: 0; color: #fff;}
.boxTall img{ width:100%; min-height: 560px;}
.boxShort img{ width:100%; min-height: 285px;}

.boxTall .home_four_boxes_matter{ padding: 15px; min-height: 645px;}
.boxShort .home_four_boxes_matter{ padding: 15px; height: 306px;}


/*----------------------------home_case_study_wrapper------------------------*/
.home_case_study_wrapper{padding:100px 0px; text-align:center; border-top: 5px solid #ee1c25;}
.home_case_study_title{ text-align: center; padding: 0px 0px 30px 0px;}
.home_case_study_title h3{ font-family: "Oswald",Sans-serif; font-size: 50px; font-weight: 700; line-height: 62px;
    color: #ee1c25; padding: 0px 0px 10px 0px; text-transform: uppercase;}
.home_case_study_box{background-color:#ee1c25; color:#fff; padding:10px; max-width:1000px; margin:0 auto;}
.home_case_study_box #slider .flex-direction-nav{display:none;}
.home_case_study_box #carousel{margin-bottom:15px;}
.home_case_study_box #carousel ul li img{cursor:pointer; opacity:0.3;}
.home_case_study_box #carousel ul li.flex-active-slide img{cursor:pointer; opacity:1 !important;}
.home_case_study_box #slider:after{content:" "; background-image:url(../images/home_testi_bottom.png); background-position:right; width:100%; height:30px; display:block; background-repeat:no-repeat;}
.home_case_study_box #slider:before{content:" "; background-image:url(../images/home_testimonial_top.png); background-position:right; width:100%; height:30px; display:none; background-repeat:no-repeat;}
.home_case_study_wrapper .flexslider ul.slides img{}
.home_case_study_wrapper .flex-active-slide{}
.home_why_partner_wrapper .flex-active-slide img{opacity:1 !important;}
.home_case_study_matter_audio{padding-bottom: 12px; position: relative;  margin: 0 auto; max-width:800px;}
.home_case_study_matter_audio audio{width:100%;}
.home_case_study_matter_audio:before{background-color: #f1f3f4; right:14px; content: " "; top:7px; z-index: 10; position: absolute; height: 30px; width: 23px;}
.home_case_study_matter{ background-color: #fff; color: #000; padding: 20px; }
.home_case_study_matter h3{ color: #000; padding: 0px 0px 5px 0px;  text-transform: uppercase;}
.home_case_study_matter h4{padding:0px 0px 4px 0px; margin:0px; color:#000;}
.home_case_study_matter h5{padding:0px; margin:0px; color:#000; font-weight:300; font-size:15px;}


/*---------------------home_gif_wrapper-------------------*/
.home_gif_wrapper{ padding:40px 0px 80px 0px; border-bottom: 5px solid #e5097f;}


/*-------------------home_news_wrapper------------------*/
.home_news_wrapper{ border-bottom: 5px solid #e5097f; padding: 80px 0px;}
.home_news_title {text-align: center; padding: 0px 0px 30px 0px;}
.home_news_title h3{font-family: "Oswald",Sans-serif; font-size: 50px; font-weight: 700; line-height: 62px; color: #e5097f; padding: 0px 0px 10px 0px; text-transform: uppercase;}
.home_news_wrapper #gallery-1 .gallery-item{ padding:0px ; margin:5px 0px 0px 0px; }
.home_news_wrapper #gallery-1 img{ border: 2px solid #f074b7;}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag, [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag{ background-image: url(images/nav_next.png) !important;}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag, [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag{ background-image: url(images/nav_prev.png) !important; }

/*---------------------home_clients_wrapper--------------*/
.home_clients_wrapper{ padding:60px 0px; border-bottom: 5px solid #e5097f;}
.home_clients_wrapper .flex-control-nav{ display: none; }
.clients_box{ font-size: 13px; border-radius: 5px; line-height: 18px; padding: 10px; border: 1px solid #dadada; text-align: center; }
.clients_box p{ padding: 10px 0px 10px 0px; min-height: 165px;}
.clients_box img { filter: gray; /* IE6-9 */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */}
.clients_box:hover img{ -webkit-filter: grayscale(0); filter: none; }
.clients_box a{ color: #000; }
.clients_box:hover a{ color: #e5097f; }
.clients_box:hover p{ color: #000;}
/*-------------------media_links_wrapper-------------------*/
.media_links_wrapper{ padding:80px 0px; border-bottom: 5px solid #e5097f;}
.media_links_title{ text-align:center;}
.media_links_title h3{ font-family: "Oswald",Sans-serif; font-size: 50px; font-weight: 700; line-height: 62px; color: #e5097f; padding: 0px 0px 60px 0px;}
.report_btns{ margin-left: 20px; padding: 0px; }
.report_btns li{ list-style: square; color: #fff; }
.report_btns li a{ color: #fff;}
.report_btns li a:hover{ color: #fff; }
.publications_btns{ margin-left: 20px; padding: 0px;}
.publications_btns li{ list-style: square; color: #fff;}
.publications_btns li a{ color: #fff;}
.publications_btns li a:hover{ color: #fff; }
.media_links_wrapper .nav-pills .nav-link.active{ background-color: #e5097f; color: #fff !important; }      
.media_links_wrapper .nav-pills .nav-link{ border-radius: .25rem; border: 1px solid #e5097f !important; color: #e5097f !important; margin-bottom: 20px;}
.media_links_wrapper .tab-content{ background-color: #e5097f; padding: 30px;}

/*--------------------post_box_news------------------*/
.post_box_news{ background-color:#fff; margin-bottom: 20px !important;}
.in_press_detail_box{ text-align:center; }
.in_press_detail_box_thumb{background-color:#000;}
.in_press_detail_box_thumb:hover img{ opacity:0.8;}
.in_press_detail_box_thumb img{width:100%; height:auto;}
.in_press_detail_box h3{padding:0px 0px 5px 0px; font-size:20px; font-weight: 500; color: #333;}
.in_press_detail_box h4{padding:0px 0px 5px 0px; font-size:15px; font-weight: 500; color: #737164;}
.in_press_detail_box span{ display: block; font-style: italic; font-size: 12px; margin: 5px auto 5px auto; border-radius: 50px; max-height: 100px; max-width: 100px;
    background-color: #737164;color: #ffffff;}
.in_press_detail_box_button{ padding:5px 0px;}
.in_press_detail_box_button a{ display: block; border: 1px solid #737164; max-width: 140px; padding: 5px; margin: 0 auto; color: #737164; font-weight: 500;}
.in_press_detail_box_button a:hover{ background-color:#737164; color:#fff; border:1px solid #737164;}

/*---------------------------contact_Us---------------------*/

.home_footer_form_wrapper{ padding: 80px 0px 60px 0px; }
.footer_form_title{ text-align: center; padding: 0px 0px 40px 0px;}
.footer_form_title h3{font-family: "Oswald",Sans-serif; font-size: 50px; font-weight: 700; line-height: 62px; color: #e5097f; padding: 0px 0px 0px 0px;}
.ct_form_box input[type="text"], .ct_form_box input[type="email"], .ct_form_box input[type="tel"], .ct_form_box input[type="password"]{width: 100%; padding: 8px 1% 8px 7%;
    border: 1px solid #eceaea; border-radius: 2px; font-size: 13px; background-color: #f9f7f7; margin-bottom: 20px;}
.ct_form_box textarea{ width: 100%; padding: 8px 1% 8px 7%; border: 1px solid #eceaea; border-radius: 2px; font-size: 13px; background-color: #f9f7f7; max-height: 115px; margin-bottom: 10px;}
.ct_form_box input[type="submit"]{background-color:#992c18; border:1px solid #992c18; padding:8px 20px 8px 20px; text-transform:uppercase; font-size:12px; color:#fff; width: 48%;}
.ct_form_box input[type="submit"]:hover{ border:1px solid #992c18 !important; color:#992c18 !important; background-color:transparent; font-weight:bold; cursor: pointer;}
.Captcha { width: 50%; display: inline-block;}
.Captcha input[type="text"]{width: 50%; padding: 5px 10px; margin-bottom: 0px !important;}
.Captcha label{ margin: 0px !important; }
.Captcha span{width: 40%; display: inline-block; font-size: 25px;}
/*------------post------------*/
.post_box_page{}
.post_box{margin-bottom:40px; padding-bottom:35px; border-bottom:#ccc solid 1px;}
.post_box h2{text-transform:capitalize; padding-bottom:10px; font-weight:600;}
.post_box h2 a{color:#333;}
.post_box h2 a:hover{color:#e05632;}
.post_thumb_single{text-align:center; margin-bottom:25px;}
.psot_meata_wrapper{margin-bottom:7px; font-size:.9em; position:relative;}
.psot_meata_wrapper{color:#999999;}
.psot_meata_wrapper a{color:#999999;}
.psot_meata_wrapper a:hover{color:#000;}
.psot_meata_wrapper span{margin-right:10px; display:inline-block;}
.post_meta_comment{position:absolute; right:0px; top:0px; height:auto; width:auto;}
.psot_meata_tags{position:relative; min-height:25px; color:#666; font-size:.9em;}
.psot_meata_tags span{margin-right:10px; display:inline-block;}
.psot_meata_tags a{color:#999999;}
.psot_meata_tags a:hover{color:#000;}
.readMoreLink{position:absolute; right:0px; top:-5px; height:auto; width:auto; text-transform:uppercase;}
.readMoreLink a{color:#fff; background-color:#992c18;}
.readMoreLink a:hover{color:#fff; background-color:#004e94;}
.post_thumb{float:left; margin:0px 30px 10px 0px;}
.post_thumb img{border-radius:2px;}


/*---------sidebar------------*/
.sidebar{margin-bottom:30px;}
.sidebar a{color:#333;}
.sidebar a:hover{color:#e05632;}
.sidebar h2{border-bottom:1px solid #ccc; padding-bottom:5px; position:relative; margin-bottom:10px;}
.sidebar h2:before{content:""; height:1px; background-color:#333; left:0px; bottom:-1px; width:50px; z-index:10; position:absolute;}
.sidebar ul{margin:0px 0px 0px 0px; padding:0px;}
.sidebar ul li{margin:0px; padding:3px 0px; list-style:none;}
.sidebar ul li:before{content:"\f105"; padding: 0px 5px 0px 0px; font-family: FontAwesome; font-size:.95em;}


/*-----------------------------------pagination---------------------------*/
.page_navigation{font-size:.85em; margin:30px 0px 30px 0px; font-weight:bold; text-align:center; line-height:18px;}
.page_navigation ul li{display:inline-block;}
.page_navigation ul li a{display:block; width:auto; text-align:center; margin:0px 2px 0px 2px; padding:7px 11px 7px 11px; border:1px solid #CCCCCC; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; color:#333;}
.page_navigation ul li a:hover{background-color:#E9603C; border:1px solid #E9603C; color:#FFFFFF;}
.page_navigation ul li span.current{padding:7px 11px 7px 11px; display:block; background-color:#E9603C; border:1px solid #E9603C; color:#FFFFFF; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; margin:0px 2px 0px 2px;}
.page_navigation ul li span.dots{padding:2px 5px 2px 5px; display:block;}

/*---------------------------------------footer------------------------------------------*/
.footer_wrapper{ padding: 50px 0px 50px 0px; text-align: center; background-color: #f7f7f7; border-top: 5px solid #ee1c25;}	
.footer_wrapper h3{color:#fff; padding:0px 0px 25px 0px ;}
.footer_wrapper a{ color: #000000; font-weight: 600;}
.footer_wrapper a:hover{color:#004e94;}
.footer_wrapper ul li{list-style: none;}
.footer_widget{font-size:16px;}
.footer_widget img{max-height:71px; width:auto;}
.footer_widget i{padding-right:10px; color:#fff;}
.footer_latest_case_box{margin: 0px 0px 20px 0px;}
.footer_latest_case_box img{width:100%; height:auto;}
.footer_widget{}
.footer_widget h4{font-size: 18px; color: #fff; padding: 0px 0px 10px 0px;}
.footer_widget h6{color:#526276; font-weight:bold;}
.footer_news_box{border-bottom: 1px solid rgba(82, 98, 118, 0.37);  margin-bottom: 20px;;}
.footer_widget input[type=text]{padding: 6px 10px; background-color: transparent; border: 1px solid rgba(255, 255, 255, 0.39);  color:#526276; width:100%; height:auto;}
.footer_widget textarea {padding: 6px 10px; background-color: transparent; border: 1px solid rgba(255, 255, 255, 0.39);  color:#526276; width:100%; height:100px;}
.footer_widget input[type=submit]{background-color: #992c18;  color: #fff;  padding: 10px 50px;}
.footer_call_to_action{text-align: center; color: #616161;  font-size: 14px;   line-height: 1.8;}
.footer_call_to_action h2{font-size: 60px; line-height: 1.16; margin-bottom: 12px;  letter-spacing: -1px; color:#171c24;}
.footer_call_to_action h2 strong{display:block;}
.footer_logo{ text-align:center;}
.footer_widget ul{padding:0px; margin:0px;}
.footer_widget ul li{}
.footer_widget ul li a{display:block;}

.footer_contact_details{}
.footer_contact_details i { color: #148de6; padding-right: 5px;}
.footer{background-color: #000; color: #fff; padding: 10px 0px; text-align: center; text-align: center;}
.footer p{ padding:0px;}
.site_by{ }
.site_by a{ color:#231f20;}
.site_by a:hover{ color:#00acec;}

.widget_media_image{text-align:center;}
.footer_menu{ margin: 0px 0px 0px 0px; }
.footer_menu ul{ padding: 0px; }
.footer_menu ul li{ display: inline-block; margin: 0px 5px; }
.footer_menu ul li a{}
.footer_menu ul li a:hover{ color: #e5097f; }

/*-------------------WordPress Core--------------------------------- */
.alignnone {margin:5px 10px 10px 0px; }
.aligncenter, div.aligncenter {display:block; margin: 5px auto 5px auto; }
.alignright {float:right; margin: 5px 0px 10px 10px; }
.alignleft {float:left; margin: 5px 10px 10px 0; }
.aligncenter {display: block; margin:5px auto 5px auto; }
a img.alignright {float:right; margin:5px 0 20px 20px; }
a img.alignnone {margin: 5px 20px 20px 0; }
a img.alignleft {float:left; margin:5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto }
.wp-caption {background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 3px; text-align: center; }
.wp-caption.alignnone {margin: 5px 20px 20px 0; }
.wp-caption.alignleft {margin: 5px 20px 20px 0; }
.wp-caption.alignright {margin: 5px 0 20px 20px; }
.wp-caption img {border: 0 none; height: auto; margin:0; max-width: 98.5%; padding:0; width: auto; }
.wp-caption p.wp-caption-text {font-size:0.8em; line-height:17px; margin:0; padding:0 4px 5px; }
.wp-smiley{margin: 0 !important; max-height: 1em;}
blockquote.left{margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left;}
blockquote.right{margin-left: 20px; text-align: left; margin-right: 0; width: 33%;	float: right;}

/*-----------------------404---------------------*/
.message_404{text-align:center; max-width:500px; margin:0px auto 20px auto;}
.message_404 h1{font-size:15em; font-weight: bold; color: #f44336; line-height:.8;}
.message_404 h2{font-size: 1.67em; font-weight:bold; color:#000; margin-bottom:10px;}
.message_404 p a{padding:8px 5px 8px 5px; background-color: #f44336; color: white; text-transform: uppercase; transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; display:block; max-width:230px; margin:15px auto 0 auto;}
.message_404 p a:hover{background-color:#000; text-decoration:none;}

/*---------------comments-------------*/
#comment_box{padding:25px 0px 0px 0px; border:1px solid #D2D2D2; margin-bottom:30px;}
#comment_box h3#comments{font-size:1.5em; margin-bottom:15px; padding:0px 15px 15px 15px;}
ol.commentlist{}
ol.commentlist li{border-bottom:1px solid #D2D2D2; margin-bottom:25px; padding:0px 20px 20px 20px; position:relative;}
ol.commentlist li.even{}
ol.commentlist li.odd{}
ol.commentlist ul.children li{border-bottom:none; margin-bottom:0px; padding-bottom:0px;}
#comment_box .reply{position:absolute; top:0px; right:15px;}
ol.commentlist li .comment-author img{vertical-align:middle;}
#comment_box #respond{margin:0px 25px 15px 25px;}
#comment_box #respond input[type="text"]{border:1px solid #D2D2D2; padding:10px;}
#comment_box #respond textarea{border:1px solid #D2D2D2; padding:10px;}
#comment_box #respond input[type="submit"]{background-color:#e05632; color:#fff; padding:10px; border:none;}
#comment_box #respond input[type="submit"]:hover{background-color:#000;}

@media screen and (max-width:990px){
	#mobile_navigation_bt{display:block;}
	.header_menu{display:none;}
    #header_wrapper{ text-align: center; }
}

@media screen and (max-width:768px){
	.slider_matter h2{ font-size: 1em; font-weight: normal; }
    .home_welcome_wrapper h3{ font-size: 50px; }
    .home_three_boxes_title{ width: auto; }
    .home_programme_areas_title{ width: auto; }
    .home_four_boxes_title h3{ font-size: 2em;}
}

