@charset "utf-8";
/* CSS Document */
.jumbotron{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;}
html 
{
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}
body
{
	
	background:#fff;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Roboto', sans-serif;
	line-height:1.5em;
}
label,input,select
{
	font-family: 'Roboto', sans-serif;
}
div
{
	font-family: 'Roboto', sans-serif;
}
button
{
	font-family: 'Roboto', sans-serif;
}
p,li
{
	font-family: 'Roboto', sans-serif;
	line-height:1.5em;
}
a
{
	font-family: 'Roboto', sans-serif;
}
span
{
	font-family: 'Roboto', sans-serif;
}
a
{
	transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}



.clearfix
{
	padding:10px 0;
}

.header__section
{
	 padding:20px 0;
	 width:100%;
	 background:rgba(0,0,0,0.2);
	 position: fixed; 
	 left: 0; 
	 top: 0; 
	 overflow: visible; 
	 z-index: 999; 
	 transition:0.2s; 
	 -moz-transition:0.2s; 
	 -webkit-transition:0.2s; 
	 -ms-transition:0.2s;  
	 
}
.header__shrink
{
  background:#fff;
  padding:10px 0;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.header__section .logo__text
{
	
}
.header__section .logo__text a
{
	text-decoration:none;
}
.header__section .logo__text h2
{
	font-size:25px;
	color:#fff;
	transition: all 0.35s ease-in-out;
}
.header__section .logo__text p
{
	font-size:15px;
	color:#fff;
	font-style:italic;
	transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 768px)
{
	.header__section .logo__text h2
	{
		font-size:20px;
	}
	.header__section .logo__text p
	{
		font-size:14px;
	}	
}
.header__shrink h2
{
 	color:#333 !important;
 	font-size:20px !important;
}
.header__shrink p
{
 	color:#666 !important;
 	font-size:13px !important;
}

.header__section .header__menu
{
	float:right;
	padding-top:20px;
}
@media only screen and (max-width: 768px)
{
	.header__section .header__menu
	{
		display:none;
	}	
}
.header__section .header__menu ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.header__section .header__menu ul li
{
	display:inline-block;
	margin-right:20px;
}
.header__section .header__menu ul li:last-of-type
{
	margin-right:0;
}
.header__section .header__menu ul li a
{
	color:#fff;
	letter-spacing:0.5px;
	font-weight:400;
	font-size:15px;
	text-decoration:none;
}
.header__shrink .header__menu
{
	padding-top:13px;
}
.header__shrink .header__menu ul li a
{
	color:#666;
}


/* Home > Benner */
.home__benner
{
	 width:100%;
	 height:100vh;
	 background:#eee url(../image/benner__bg.jpg) no-repeat center center;
	 position:relative;
}
@media only screen and (max-width: 768px)
{
	.home__benner
	{
		height:50vh;
	}	
}
.home__benner:after
{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
	content:"";
}
.home__benner .container
{
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index:1;
}
.home__benner__text
{
	color:#fff;
	text-align:center;
}
.home__benner__text h1
{
	font-size:70px;
	text-shadow:rgba(0,0,0,0.1) 1px 0px 5px;
}
.home__benner__text p
{
	font-size:25px;
	font-weight:100;
}
@media only screen and (max-width: 768px)
{
	.home__benner .container
	{
		height:60vh;
	}
	.home__benner__text
	{
		color:#fff;
		text-align:center;
	}
	.home__benner__text h1
	{
		font-size:30px;
		text-shadow:rgba(0,0,0,0.1) 1px 0px 5px;
	}
	.home__benner__text p
	{
		font-size:17px;
		font-weight:100;
	}
}


/* Home > About */
.home__about
{
	padding:90px 0;
}
.home__about h3
{
	text-transform:uppercase;
	font-size:17px;
	padding-bottom:10px;
	color:#0061a8;
	font-weight:900;
}	
.home__about p
{
	font-size:30px;
	font-weight:300;
	color:#666;
}
.btn_read_more
{
	margin-top:30px;
}

@media only screen and (max-width: 768px)
{
	.home__about
	{
		padding:50px 0;
	}
	.home__about h3
	{
		text-align:center;
	}	
	.home__about p
	{
		text-align:center;
		font-size:25px;
	}
	.btn_read_more
	{
		
		margin:0 auto;
		margin-top:50px;
		text-align:center;
	}
}

.btn_read_more a
{
	background:#333;
	padding:12px 15px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	letter-spacing:2px;
	position:relative;
}
.btn_read_more a:hover
{
	background:#0061a8;
}
.btn_read_more a:after 
{
   font-family: "FontAwesome";
   content: "\f061";
   display: inline-block;
   padding-left:10px;
   vertical-align: middle;
}


/* Home > Services */
.home__services
{
	padding:90px 0;
	background:rgba(0, 0, 0,0.1);
}
.home__services .section__title
{
	padding-bottom:20px;
}
.home__services .section__title h1
{
	text-transform:uppercase;
	font-size:17px;
	padding-bottom:10px;
	color:#0061a8;
	font-weight:900;
}
.home__services .home__services__category
{
	background:#fff;
	height:40vh;
	box-shadow:rgba(0,0,0,0.2) 1px 1px 11px;
}
.home__services .home__services__category h1
{
	font-size:18px;
	padding:15px;
	text-align:center;
}
.home__services .home__services__category img
{
	width:100%;
}
.home__services .home__services__category__top__margin
{
	margin-top:50px;
}
@media only screen and (max-width: 768px)
{
	.home__services
	{
		padding:50px 0;
	}
	.home__services .section__title
	{
		padding-bottom:20px;
	}
	.home__services .section__title h1
	{
		font-size:17px;
		text-align:center;
		
	}
	.home__services .home__services__category
	{
		height:30vh;
		margin-bottom:20px;
		
	}
	.home__services .home__services__category h1
	{
		font-size:15px;
		padding:10px 15px;
		text-align:center;
	}
	.home__services .home__services__category img
	{
		width:100%;
	}
	.home__services .home__services__category__top__margin
	{
		margin:0 auto;
		margin-top:20px;
	}
	.home__services .pull-right
	{
		float:none;
	}

}


/* Footer Section */
.footer__section
{
	padding:50px 0;
	background:rgba(0, 97, 168,0.9);
	border-top:1px solid rgba(0, 97, 168,0.5);
}
@media only screen and (max-width: 768px)
{
	.footer__section
	{
		padding:20px 0;
	}	
}
.footer__section .footer__title
{
	padding-bottom:20px;
}
.footer__section .footer__title h2
{
 	font-size:17px;
 	color:#fff;
 	letter-spacing:1px;
 	padding-bottom:10px;
 	font-weight:700;
 	text-transform:uppercase;
 	border-bottom:1px solid #8ab6d6;
}
.footer__section  p
{
	font-size:14px;
	color:#fff;
	padding-bottom:10px;
}
@media only screen and (max-width: 768px)
{	
	.footer__section .footer__title h2
	{
		font-size:15px;
	}
	.footer__section  p:last-child
	{
		margin-bottom:30px;
	}	
}
.footer__section  p a
{
	color:#fff;
}
.footer__section .quick__link
{

}
.footer__section .quick__link ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.footer__section .quick__link ul li
{
	padding-bottom:5px;
}
.footer__section .quick__link ul li a
{
	color:#fff;
	font-weight:300;
	text-decoration:none;
	padding-bottom:10px;
	font-size:14px;
}
@media only screen and (max-width: 768px)
{
	.footer__section .quick__link ul li a
	{
		font-size:13px;
	}	
}


/* Footer End Section */
.footer__end__section
{
	background:#015491;
	padding:10px 0;
	text-align:center;
}
.footer__end__section p
{
	color:#769db9;
	font-size:13px;
}


/* page__benner */
.page__benner
{
	 width:100%;
	 height:40vh;
	 background:#eee url(../image/page__benner__about.jpg) no-repeat center center;
	 position:relative;
}
.page__benner:after
{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	content:"";
}
.page__benner .container
{
	height:50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index:1;
}
.page__benner .container h1
{
	font-size:40px;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 1px 0px 5px;
}
@media only screen and (max-width: 768px)
{
	.page__benner .container h1
	{
		font-size:30px;
	}	
}


.page__container
{
	padding:90px 0;
}
@media only screen and (max-width: 768px)
{
	.page__container
	{
		padding:50px 0;
	}	
}
.about__section
{

}
.about__section p
{
	font-size:20px;
	font-weight:300;
	text-align:center;
}
@media only screen and (max-width: 768px)
{
	.about__section p
	{
		font-size:16px;
		width:90%;
		margin:0 auto;
		font-weight:400;
	}	
}


.corporate__consultancy__section
{

}
.corporate__consultancy__section h3
{

	color:#0061a8;
	text-transform:uppercase;
	font-size:20px;
	font-weight:900;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	padding-bottom:20px;
}
.corporate__consultancy__section p
{
	font-size:14px;
	font-weight:400;
	padding-bottom:10px;
}
.corporate__consultancy__section ul
{
	padding:0;
	margin:20px;
}
.corporate__consultancy__section ul li
{
	padding-bottom:5px;
	color:#333;
	font-size:14px;
	font-weight:400;
}
.services__category
{
	background:#fff;
	height:50vh;
	box-shadow:rgba(0,0,0,0.3) 1px 1px 11px;
}
.services__category h1
{
	font-size:17px;
	padding:15px;
	text-align:left;
}
.services__category img
{
	width:100%;
}
.services__category ul
{
	padding:0;
	margin:10px 30px;
}
.services__category ul li
{
	text-decoration:none;
	font-size:14px;
}
@media only screen and (max-width: 768px)
{
	.services__category
	{
		background:#fff;
		height:auto;
		box-shadow:rgba(0,0,0,0.3) 1px 1px 11px;
		margin-bottom:30px;
	}
	.services__category h1
	{
		font-size:17px;
		padding:15px;
		text-align:left;
	}
	.services__category img
	{
		width:100%;
	}
	.services__category ul
	{
		padding:0;
		margin:10px 30px;
	}
	.services__category ul li
	{
		text-decoration:none;
		font-size:14px;
	}
}


/* Contact Section */
.contact__section
{

}
.contact__address
{
	background:rgba(0, 0, 0,0.1);
	padding:20px;
}
@media only screen and (max-width: 768px)
{
	.contact__address
	{
		margin-bottom:30px;
	}	
}
.contact__address h1
{
	color:#0061a8;
	text-transform:uppercase;
	font-size:20px;
	font-weight:900;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	padding-bottom:10px;
}
.contact__address p
{
	padding-bottom:15px;
	font-size:14px;
}
.contact__address p a
{
	color:#333;
}

.contact__form
{

}

.contact__form h1
{
	color:#0061a8;
	text-transform:uppercase;
	font-size:20px;
	font-weight:900;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	padding-bottom:10px;
}
.contact__form .form-group
{
	padding-bottom:20px;
}
.contact__form .form-group label
{

}
.contact__form .form-group .form-control
{
	border-radius:0;
	outline:none;
	padding:10px;
	border:1px solid #999;
	resize:none;
}
.contact__form .form-group .form-control:focus
{
	outline:none;
	box-shadow:none;
}
.contact__form .form-group .btn_submit 
{
	background:#333;
	padding:12px 15px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	letter-spacing:2px;
	position:relative;
	border:none;
}
.contact__form .form-group .btn_submit:hover
{
	background:#0061a8;
}
.contact__form .form-group .btn_submit:after 
{
   font-family: "FontAwesome";
   content: "\f061";
   display: inline-block;
   padding-left:10px;
   vertical-align: middle;
}


.header__mobile__menu
{
	display:none;
}
@media only screen and (max-width: 768px)
{
	.header__mobile__menu
	{
		display:block;
	}	
	.menu__bar
	{
		float:right;
		font-size:30px;
		margin-top:5px;
		margin-right:20px;
		cursor:pointer;
		color:#fff;
	}
	.header__shrink .menu__bar
	{
		color:#333;
	}
}
.header__mobile__menu .sidenav 
{
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.header__mobile__menu .sidenav a 
{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.header__mobile__menu .sidenav a:hover 
{
  color: #f1f1f1;
}
.header__mobile__menu .sidenav .closebtn 
{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) 
{
  .header__mobile__menu .sidenav {padding-top: 15px;}
  .header__mobile__menu .sidenav a {font-size: 18px;}
}


#inquiry_loading,#contact_loading,#inquirys_loading
{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5) url(../images/loading.gif) no-repeat center center;
	top:0;
	left:0;
	z-index:9999;
	border-radius:3px;
	padding:15px 10px;
}

/* 10-17-2024*/

.price_block{
    background: #F7F7F7;
    border-radius: 0px 40px 0px 40px;
    border-style: solid;
    border-width: 6px 0px 0px 0px;
    border-color: #1970b1;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px 0px 20px;
    padding: 20px 10px 30px 10px;
    text-align: center;
}
.price_block h4{
    font-size: 1.6666666666667rem;
    line-height: 1.4;
    color: #3a3a3a;
    margin-bottom: 10px;
    font-weight: 400;
}
.price_block p{
    font-size: 1.3333333333333rem;
    line-height: 1.5;
    color: #3a3a3a;
    margin-bottom: 20px;
    padding: 0px;
}
.price_block .submit_btn{
    color: #FFFFFF;
    background-color: #1970b1;
    font-weight: 500;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 40px;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
.header__section ul li{
    position: relative;
}
.header__section ul li ul.dropdown_ul {
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    min-width: 17rem;
    border-top: 2px solid #1970b1;
    padding: 10px 0px !important;
}

.header__section ul li:hover > ul.dropdown_ul,
.header__section ul li ul.dropdown_ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

.header__section ul li ul li {
    clear: both;
    width: 100%;
    margin: 0 !important;
}

.header__section ul li ul li a{
    color: #666666 !important;
    padding: 8px 20px;
    display: block;
    transition: all ease-in-out .3s;
}

.header__section ul li ul li a:hover{
    color: #1970b1 !important;
}

.header__section ul li .dropdown_arrow{
    position: relative;
}

.header__section ul li .dropdown_arrow::after{
    content: "\f078";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    line-height: normal;
    top: -1px;
    position: relative;
}

.page__container.corporate__consultancy__section .col-sm-12 .row{
    gap: 25px;
}

@media screen and (max-width: 767px) {
    
    .header__section ul li .ul li a{
        font-size: 15px;
        padding: 2px 10px 3px 30px;
    }
    
    .header__mobile__menu .sidenav a{
        padding: 8px 8px 8px 20px;
    }
}