@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body{ font-family: 'Ubuntu', sans-serif; font-size:15px; line-height:24px;}

#widgetsControl {
    height: auto !important;
}



*{font-family:Ubuntu !important;}

.fa {font-family:fontawesome !important;}
/* industry */


.industries-section .industries-bx {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 10px;
    margin: 12px 0;
    text-align: center;
    min-height: 174px;
}
.industries-section .industries-bx img {
    width: 65px;
    transition: all .3s ease-in-out;
}
.industries-section .industries-bx h4 {
    text-align: center;
    font-size: 17px;
    margin: 20px 0 0 0;
    font-weight: 700;
    color: black;
}
#practice {
  padding: 3em 0;
  clear: both;
    text-align: center;
	background: url("../img/background-services.jpg") center top no-repeat fixed;
	
}<img style="display: block;-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="http://cakasatsaboo.com/resource/Image/industry-4.png">

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
p,ul, ol {
    font-size: 16px ;
}
.pull-right {
    /* float: right; */
    font-size: 14px;
    color: #0d5287;
}
#topbar {
	background: #0d5287;
	line-height: 40px;
	font-size: 14px;
	padding: 7px 0px;
	transition: all 0.5s;
	/* border-top: 5px solid #fff; */
	width: 100%;
	color: #0d5287;
}
#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: #ffffff;
  font-size: 14px;
  /* float: left; */
}

#topbar i {
  color: #ffff;
  font-size:20px;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}


.navbar-nav li:hover > ul.dropdown-menu{ display:block;}

.dropdown-submenu {
    position:relative;
}

@media (min-width: 320px) and (max-width: 768px){
    #HeaderControl { height: 80px !important;}

    #HeaderControl_C { height: 72px !important;}
    .navbar { height: 62px; margin: 0 !important; background: #123142 !important;}
    .navbar a.nav-link { text-align: center; padding: 10px 0 !important;}
    .navbar-collapse { background: #fff; margin: 9px -12px 0;}

}

.dropdown-submenu > .dropdown-menu {
    top: 0;
	right: auto;
    left: 100%;
    margin-top:0;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}

.dropend .dropdown-menu { top: 0;
    right: 100% !important;
	left: auto !important;}


.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center{ left: -2px  !important;}
.banner-hm {
  padding-top: 0px;
}
section{padding:30px 0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #0d5287;*/
  transition: all 0.5s;
  /*z-index: 997;*/
  padding: 15px 0;/*position:absolute;*/
  /*top: 40px;*/width:100%;
}
header img{margin:0 auto;padding-top: 14px;/* max-width:100%; */}
#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*font-family: 'Ubuntu', sans-serif;*/
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*banner*/
.banner-main {
    position: relative;
}
.banner-main:before {/*
    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main:after {
    /*content: '';
    position: absolute;
    left: 0px;
    bottom: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;*/
}
.banner-main{position:relative;}
.banner-main:before{    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;}
	
.banner-main:after{    content: '';
    position: absolute;
    left: 0px;
    bottom: -472px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;}
.masthead {
    text-align:center;
    color:#fff;
    padding-top: 7rem;
    padding-bottom: 12.5rem;
    position: absolute;
    width:70%;
    top: 0%;
    /* background: #00000057; */
    right: 0;
    left: 0;
    margin: 0 auto;
}
.masthead .masthead-subheading {
    font-size: 40px;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 20px;
}
.masthead .masthead-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 34px;
}

.masthead .btn {
    color: #fff;
    font-size: 25px;
    padding: 15px 20px;
    font-weight: 700;
    background-color: #0d5287;
    border:3px solid #0d5287;
    border-radius:50px;
}
.masthead .btn:hover {
    color: #0d5287;    font-size: 25px;
    background-color: #fff;
    border-color: #0d5287;
}
/*banner*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navbar-default {
    background-color:transparent;
    border:0;
}
.navbar-brand{/* padding:5px 40px 13px; */}
.navbar-default .navbar-nav>li>a {
    color: #000;
    /* font-weight:600; */
    padding: 16px 25px;
    font-size: 15px;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a{    background: #0d5287;
    border-radius: 40px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#111;}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;left: 0;
    height: 3px;
    background: #0d5287;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}
.navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before{  display:none;}
/*Desktop Navigation*/

/*services*/
.services item-link{    position: relative;
    display: block;
    margin: 0 auto;}
.item-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(13 82 135 / 49%);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}
.item:hover .item-link .item-hover {
    opacity: 1;
}
.item-link .fa{font-size:80px; line-height:80px;}
.item .item-link .item-hover .item-hover-content {
    font-size: 1.25rem;
    color: white;
}
.item {overflow:hidden;    margin: 15px 0;}
.item-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
.item-caption h2{ 
font-size: 24px;
color: #fff
}
.item-caption {
    background:#0d5287;
    padding: 1.5rem;
    text-align: center;
}
.carousel-item img{aspect-ratio:16/6;width:100%;object-fit:cover;}
img{max-width:100% !important;}
/*services*/
/*contact*/
#contact {
    background-color: #212529;
    background-image: url(../assets/img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}
#contact .section-heading {
    color: #fff;
}
.page-section h2.section-heading {
    font-size: 40px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

/*contact*/
/*hm-abt*/

.hm-abt {background: #0d5287;background-image:url(image/hm-abt-bg.jpg);background-attachment:fixed;background-position:top center;padding:100px 0;background-size: 100% 100%;}
.abt-img img{ border:7px solid #fff; border-radius:10px;}
.hm-abt .abt-cont {
    background-color: #ffffff;
    color: #000;
    border:7px dashed #0d5287;
    padding: 2rem;
    width: calc(100% + 120px);
    margin-left: -120px;
    border-radius: .25rem;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    margin-top: 75px;
 }
	
.hm-abt .abt-cont p{ text-align:justify; }
.hm-abt-btm-section{ padding:80px 0; background:#f7f7f7;}

.bx-item {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border: 1px dashed #ccc;
    margin: 10px auto;
    text-align: center;
}

.bx-item::before {
    content: '';
    position: absolute;
    background: #0d5287;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    /* border-radius: 50px; */
    transition: all 0.3s;
    z-index: -1;
}

.bx-item:hover::before {
    background: #0d5287;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.bx-item i {
    font-size: 40px;
    color: #0d5287;
    margin-bottom: 10px;
}

.bx-item h4 {
    font-size: 20px;
    color: #0d5287;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bx-item p {
    font-size: 15px;
    color: #111;
}
.bx-item a {
    color: #0d5287;
}
.bx-item:hover, .bx-item:hover .fa, .bx-item:hover h4, .bx-item:hover p, .bx-item:hover a {
    color: #ffff;
}


/*hm-abt*/

/*hm-contact*/
.hm-contact{
    background-color: #212529;
    background-image: url(../image/map-image.png);
    background-repeat: no-repeat;
    background-position: center; padding:80px;
}
.hm-contact .section-heading{font-size:30px; font-weight:700; color:#fff; line-height:35px;margin-bottom: 40px;}
.hm-contact .btn-sbmit{background:#0d5287; margin-top:30px;padding: 15px 25px;}
.hm-contact .form-group-textarea .form-control{margin-top:17px; padding:15px 12px;}
.hm-contact input{/* margin:20px 0; */padding: 3px 10px;line-height:40px;width: 100%;} 
/*hm-contact*/
/*footer*/
input, textarea, .uneditable-input {
    /* margin-left: 0; */
    padding: 5px;
}
.hm-contact input, textarea, .uneditable-input{width:100%;}
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}
.top.scll-top .fa{width: 28px;  height: 25px;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #0d5287;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}
footer{background: #0d5287;padding:20px 0 10px;}
footer p, footer a{color:#fff; line-height:40px;  transition:all .3s;}
footer .fa{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition:all .3s;
    }
footer .fa:hover{font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
	background:#0d5287;;
    width: 30px;
    height: 30px;
    border-radius: 50%;}
footer .text-right{text-align: right;font-size: 14px;color:#fff;}
footer a:hover{color: #0d5287;}
a {
  text-decoration: none;
}
/*footer*/
.main-table .contact-info { background: #0d5287; padding: 30px; margin: 10px 0;}
.main-table .contact-info i { color: #e4e4e4; font-size: 30px;}
.main-table .contact-info h5 {color: #fff; text-transform: uppercase; font-size: 17px; font-weight: 700; letter-spacing: .5px; }
.main-table .contact-info p, .main-table .contact-info p a { color: #e0e0e0; margin: 0;}


.heading-innerpage { padding: 5% 0; background-image: linear-gradient(22deg, #0d5287, #232323);}
.heading-innerpage h2 { color: #fff; font-size: 45px; font-weight: 600; margin: 0; text-transform: uppercase; letter-spacing: 2px; text-align: center; position: relative;}
.heading-innerpage h2::after { position: absolute; content: ''; background: #ffff; width: 140px; height: 2px; top: 60px; left: 0; right: 0; margin: 0 auto;} 


.client {
  background: #fff;
  padding:20px 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
  width: 100%;
  height: 100%;
}
.client img {
  width: 100%;
}
#WhatsNewControl{margin-top:35px;}
/* .whats-new{padding-top:42px !important;} */
#WhatsNewControl_C_ctl00_tr_SearchBackImage{height:44px!important}