@charset "utf-8";

/* CSS Document */
* {margin: 0; padding: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
 /* vertical-align: baseline; */
}

.page-template-default #main{
	background-color: #fff;
	width: 100%;
    padding: 20px;
}

img {
	max-width:100%;
}

html {

  line-height: 1;
  overflow-x:hidden; 
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; 
}
q, blockquote {
  quotes: none; 
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; 
}
a img {
  border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; 
}

.btn, .butt{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
strong{
	 font-weight:600;
}
body{
	margin: 0;
	padding: 0;
	/*overflow:hidden;*/
	font-family: 'times_new_roman_cyrregular';
	font-size:18px;
	line-height:22px;
	background:url("../images/pattern.png");
	
}
h1, h2, h3, h4, h5, h6{
	font-family: 'helveticabold';
}
a{
color:#565656;	
outline:none;
}
a:hover{ color:#14334c; text-decoration:none;}
p{
	font-family: 'times_new_roman_cyrregular';
	 font-size:18px;
	 line-height:25px;
	 margin-bottom:10px;
	 font-weight:400;
	 color:#565656;
}
h1{
	font-size:41px;
	line-height:47px;
	font-weight:500;
	margin:0 0 25px 0;
	
}
h1 span{ color:#94c43c;}
h2{
	font-size:36px;
	line-height:40px;
	font-weight:500;
	margin:0 0 20px 0;
	
}
h2 span{ color:#94c43c;}
h3{
	font-size:30px;
	line-height:36px;
	font-weight:500;
	margin:0 0 20px 0;
	
}
h3 span{ color:#94c43c;}
h4{	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	margin:0 0 18px 0;
	
}
h5{
	font-size: 23px;
	line-height:28px;
	font-weight:500;
	margin:0 0 15px 0;
	
}
h6{
font-size: 20px;
	line-height:23px;
	font-weight:500;
	margin:0 0 5px 0;
	
}
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'times_new_roman_cyrregular';
    src: url('../fonts/times_new_roman-webfont.woff2') format('woff2'),
         url('../fonts/times_new_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


	
/*----- header start ----*/
.top_header_bar{
	background-color:#000;
	padding:14px 0;
	margin:0;
	height:60px;
}
.top_header_holder{}
.top_header_left{
	float:left;
	margin:6px 0 0 0;
}
.top_header_left ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.top_header_left ul li{
 display:inline-block;
 margin:0 10px 0 0;
 padding:0;
}
.top_header_right{
	float:right;
}

.search_panel form {
	position: relative;
}
.search_panel form .form-control {
	background: #d0d0d0;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	border: none;
	height: 35px;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	width:228px;
}
.search_panel form .form-group {
	margin-bottom: 0rem;
}
.search_panel form .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
}
.search_panel form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.search_panel form .form-control::placeholder {
  color: #000;
}
.search_panel form .rb-search-btn {
	position: absolute;
	background: transparent;
	border: none;
	bottom: 50%;
	top: auto;
	color: white;
	padding: 0px 10px;
	font-size: 14px;
	width: 35px;
	height: 37px;
	right: 18px;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	cursor: pointer;
}
.search_panel form .rb-search-btn i{ color:#000;}

.header {	
	width: 100%;	
	
}


.logo{
   margin:0;    
   
}
.logo a{
display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	align-items: center;
}
.logo img{
	width:140px;
}
.logo .img_block{ float:left;}
.logo .text_block{float:left; margin:0 0 0 54px;}
.logo .text_block h1{ 
color:#14334c;
font-size:41px;
line-height:45px;
margin-bottom:10px;
}
.logo .text_block h6{ 
color:#94c43c;
font-size:18px;
line-height:21px;
font-family: 'Montserrat', sans-serif;
}
/*---- header-main start -----*/
.header-main{
	background-color:#fff;
/*box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);*/
padding:20px 0;
margin:0;
}

.header-container{

}

.sticky {
position: fixed;
	top: 0;
	left:0;
	right:0;	
	z-index: 999;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-top:0px;
	width: 100%;	
	background: #fff;
}
.animated {
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both
}
.slideInDown {
-webkit-animation-name:slideInDown;
animation-name:slideInDown
}

@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}	
.header-main.sticky .logo img{
	width:100px;
}
 	

/*------ menu start --------*/
.header-container .navbar-nav li{
	margin-right:18px;	
	position:relative;
}
.sm-menu {
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	border: 0px;
	top: 100%;
	width: auto;
	/* padding: 20px 30px 20px 0; */
	padding: 10px 0px 10px 0;
	/* display: block; */
	/* box-shadow: 0px 3px 16px 0px rgba(143,143,143,0.75); */
	/* -webkit-box-shadow: 0px 3px 16px 0px rgba(143,143,143,0.75); */
}
.sm-menu:after {
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	/* margin: 27px auto 0 auto; */
	right: 0;
	left: 10%;
	width: 5px;
	z-index: -1;
}
.navbar-light .navbar-nav li.menu-item .sm-menu a {
	color: #000;
	
	font-size: 14px;
	font-weight: 400;
}

.header-container .navbar-nav li:last-child{margin-right:0px;}
.sub-menu{	

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 200px;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 14px;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);
}
.header-container .navbar-nav li .sub-menu li{	margin-right:0px;}
.header-container .navbar-nav li .sub-menu li a{	
color: #000;

font-size:14px;
font-weight:400;
padding:5px 10px;
display:block;
width:100%;
}
.header-container .navbar-nav li .sub-menu li a:hover{ color:#db908c; text-decoration:none;}
	
.header-container .navbar-nav li:hover .sub-menu{ display:block;}
.navbar-toggler-icon { 
    margin: 5px;
    display: block;
    padding: 1px 15px;
    height: 3px;
    background: #333;
}

.navbar-dark .navbar-nav .active> .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #db908c;
}

.navbar-light .navbar-brand {
    color: #0c0c0c;
}
.navbar-light .navbar-nav li.menu-item{
	 position:relative;
}
.navbar-light .navbar-nav li.menu-item a {
    color: #202860;
	
font-size:14px;
font-weight:400;
outline:none;
}
.navbar-light .navbar-nav li .drop_d_arrow img{
	width:18px !important;
	margin-left:4px;
}
.navbar-light .navbar-nav li.menu-item a:focus, .navbar-light .navbar-nav li.menu-item a:hover {
    color: #43af4c !important;
	outline:none;
}	
.navbar-light .navbar-nav li.menu-item a.active{ color: #43af4c !important; outline:none;}
.navbar-light .navbar-nav li.menu-item a:after {
	content: "";
	position: absolute;
	top: 7px;
	width: 0;
	height: 2px;	
	right: -14px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .25s ease-in-out;
	
}
.navbar-light .navbar-nav li.menu-item.active a:after {
	transition: all .2s ease-in-out;
/*	width: 100%;*/
	text-decoration: none;
}
.navbar-light .navbar-nav li.menu-item a:hover:after {
	transition: all .2s ease-in-out;
	/*width: 100%;*/
	text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #f8f9fa !important;
}
.dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
	
.nav-item:hover .dropdown-menu{ display: block; }
.nav-item .dropdown-menu{ margin-top:0; }

button.d-lg-none.btn.zbtn-warning.float-right {
    margin-top: -6px;
}

.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100vh;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
.screen-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	content: '';
	cursor: url("../images/cancel.png"), auto;	
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
	@media (min-width:992px){
.navbar .nav-item .dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	
	}


@media (min-width:320px){
		

	.mobile-offcanvas.show {
	background:#fff;
	width: 360px;}
}
		
	
	
@media (max-width:992px) { 


 .offcanvas-header{ display:block; }
 
  .offcanvas-header button{ 
      font-size: 30px;
    background: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 7px;
    margin-top: 5px;
      
  }
 .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0; 
    display:block;
    position: fixed;
    top: 0; left:0;
    height: 100vh;
    z-index: 1200;
    width:80%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }
}


/*------ menu end --------*/
.default_btn{ 
background-color:#00a140;
padding:8px 26px;
font-family: 'Roboto', sans-serif ;	
font-size:15px;
line-height:18px;
color:#fff;
text-align:center;
border:none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display:inline-block;
margin:10px 0 0 0;
/*box-shadow: -0.00px -1.00px 16px 2px rgba(153,154,154,0.36);*/
}
.default_btn:hover{color:#202860; background-color:#cef0ea ; text-decoration:none; /*box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);*/} 
	
	
.wrapper_home{
	position: relative;
max-width: 1200px;
margin: 0 auto;
	overflow:hidden;
}
.header_banner{
	position: relative;
	overflow:hidden;
}
.header_banner_inner{
	position: relative;
}
.header_banner_inner:after {
	background: rgba(0,0,0,0.3);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.home_banner_img img {
	width: 100%;
	position: relative;
	height: 700px;
	object-fit: cover;
	object-position: center;
}
.header_banner .container{
	padding-left:0px;
	padding-right:0px;
}
.header_banner .banner_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: left;
	z-index: 1;
	width: 100%;
}

.header_banner .col-md-12{ margin:0 auto;}


.header_banner .banner_text h2{	
	color:#fff;	
	font-weight:600;
	margin-bottom:15px;
}
.header_banner .banner_text p{
	
font-size:16px;
line-height:22px;
color:#fff;
font-weight: 400;
margin-bottom:0px;
}
/*---- header-main end -----*/
.home_wrapper{
	background-color:#fff;
}
/*------ forum_and_roundtables_wrapper start ----*/
.forum_and_roundtables_wrapper{}
.forum_and_roundtables_wrapper .container{
	padding-left:0px;
	padding-right:0px;
}


.forum_and_roundtables_bottom {
	background-color:#f5f5f5;
	width:100%;
	float:left;
}
.forum_and_roundtables_bottom:nth-child(2n) .left_text_block{
	background-color: #94c43c;
}
.forum_and_roundtables_bottom:nth-child(2n){
	background-color: #fff;
}
.forum_and_roundtables_bottom .left_text_block{
	background-color:#14334c;
	color:#fff;
	text-align:left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	align-items: center;
	padding:35px 30px;
	min-height:360px;
	width:33%;
	box-sizing: border-box;
	float:left;
}
.forum_and_roundtables_bottom .left_text_block h4{ margin-bottom:0px;}
.forum_and_roundtables_bottom .right_text_block{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	/*justify-content: center;*/
	align-items: center;
	padding:35px 30px;
	min-height:360px;
	width:66%;
	box-sizing: border-box;
	float:left;
}
/*------ forum_and_roundtables_wrapper end ----*/
/*-------- footer start -------*/
footer{
	padding: 0;
	margin:0;
	
}
.footer_top{
	background-color:#595959;
	padding:40px 0;
}
.footer_top h5 {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}
.footer_logo{
	margin:0 0 12px 0;
}
.footer_about{
	width:70%;
}
.footer_about p {
	
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #fff;
}
.footer_link {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_link li {
	padding: 0;
	margin: 0;
}
.footer_link li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color:#ffffff;
	font-size:18px;
	line-height:22px;
	font-weight:400;	
	font-family: 'Montserrat', sans-serif;
}
.footer_link li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer_bottom{
	padding:54px 6px;
	 background-color:#d67459;
	 float:left;
	 width:100%;
}

.footer_bottom p.web_text{
	color:#ffffff;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	margin-bottom:0px;
	font-family: 'Montserrat', sans-serif;
	text-align:right;
}
.footer_bottom .cp_right p.copright_txt{
	color:#ffffff;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	margin-bottom:0px;
	font-family: 'Montserrat', sans-serif;
}

/*-------- footer end -------*/

/*--------- innerbanner-holder start ------*/
#innerbanner-holder {
	position: relative;	
	margin: 0 auto;
	margin-top:95px;
}

#innerbanner-holder::after {
	background: rgba(0,0,0,0.7);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.innerpage-banner img {
	object-fit: cover;
	width: 100%;
	object-position: center center;
}
#innerbanner-holder h2{ 
margin-bottom:0px;
color:#fff;
}
#innerbanner-holder .container {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	font-size: 60px;
	color: #fff;	
	z-index: 1;
	width: 100%;
}
/*--------- innerbanner-holder end ------*/
/*-------- inner_container_holder start -----*/
.inner_container_holder {
	
	
}
.inner_container_wrapper{
	background-color:#fff;	
	padding-top:35px;
	 padding-bottom:35px;
}

.list_ul  {
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: disc;
}
.list_ul li {
	
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #595959;
}



/*----- contact_wrapper start ------*/
.contact_wrapper{}
.contact_top h3 {
	color: #000A61;
	font-weight: 600;
}
.contact_top h6{
	color:#999;
	font-weight: 400;
	margin-bottom:10px;
}
.contact_wrapper .f_contact {
	list-style-type: none;
	padding: 0;
	margin: 0 0 18px 0;
}
.contact_wrapper .f_contact li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 6px 0;	
	font-size: 14px;
	color: #000 !important;
}
.contact_wrapper .f_contact li a {	
	font-size: 14px;
	color: #222 !important;
	line-height: 19px;
	font-weight: 400;
	-moz-transition: all 0.95s ease;
	-webkit-transition: all 0.95s ease;
	-o-transition: all 0.95s ease;
	transition: all 0.95s ease;
}
.contact_wrapper .f_contact li i {
	color: #43af4c  !important;
	margin-right: 6px;
}
.contact_wrapper .f_contact li a i {
	color: #43af4c  !important;
	margin-right: 6px;
}


.list-icon-social a i{
	font-size:20px;
}
.list-icon-social ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.list-icon-social ul li{
	position:relative;
	display:inline-block;
	padding:0;
	margin:0 8px 0 0;
}
.list-icon-social ul li a  {
	margin-top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #e8eef0;
	color: #fff;
	display: block;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
}
.list-icon-social ul li a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #173760;
	content: "";
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	z-index: 3;
}
.list-icon-social ul li:hover a:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.list-icon-social ul li:hover a i.fa-facebook {	
	color:#fff;
	position: relative;
z-index: 99999;
}
.list-icon-social ul li:hover a i.fa-twitter {	
	color:#fff;
	position: relative;
z-index: 99999;
}
.list-icon-social ul li:hover a i.fa-linkedin {	
	color:#fff;
	position: relative;
z-index: 99999;
}
.list-icon-social ul li a i.fa-facebook {
	color: #3b5999;
}
.list-icon-social ul li a i.fa-twitter {
	color: #55acee;
}
.list-icon-social ul li a i.fa-linkedin {
	color: #0077B5;
}

.contact_wrapper form label {	
	font-size: 15px;
	line-height: 19px;
	font-family: 'Poppins', sans-serif;
	color: #1c2a45;
	margin-bottom: 7px;
	font-weight: 400;
}
.contact_wrapper form .form-control {
	background: transparent;
	border-radius: 0;
	border: 1px solid #1c2a45;
	height: 38px;
	color: #6c757d;
	font-size: 14px;
	line-height: 18px;
}
.contact_wrapper form .form-control::-webkit-input-placeholder { /* Edge */
  color: #6c757d;
}
.contact_wrapper form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6c757d;
}
.contact_wrapper form .form-control::placeholder {
  color: #6c757d;
}
.contact_wrapper form textarea.form-control {
	height: 115px;
	resize: none;
}
.contact_wrapper form .submit_btn {
	background: #1c2a45;
	color: #fff;
	height: 35px;
	border-radius: 0;
	font-size: 16px;
	line-height:20px;
	text-transform: capitalize;
	width: 180px;
	font-weight: 400;

}
.contact_wrapper form .submit_btn:hover{
	 background-color:#87a7d2;
	 color: #1c2a45;
}
.contact_bottom{
	padding:30px 0;
}
.g_map{
	border:1px solid #eee;
	padding:10px;
}
/*----- contact_wrapper end ------*/
