/* Add here all your CSS customizations */


/*blue 00A0D5
green 62C08C
orang E8B420
red F05D43 
gray F1F2F2*/


:root {
    --blue: #4496d2;
    --blue-dark: #1A3947;
    --gray-dark: #566573;
    --gray-light: #797983;
    --orang-light: #ffe7e0;
    --orang-dark: #FCA26E;
    --orang: #F5751D;
    --dark: #000000;
    --red: #F05D43;
}




.color-blue, .color-primary {
    color: #00A0D5;
}


.colo--primary-blue-black {
    color: #17355a;
}



.colo-blue-dark {
    color: #1A3947;
}
.colo-gray-dark {
    color: #566573;
}
.colo-gray-light {
    color: #797983;
}
.colo-orang-ligh {
    color: #efb09d;
}
.colo-orang-dark {
    color: #FCA26E;
}
.colo-orang, .color-orang {
    color: #F5751D !important;
}

.color-green {
    color: #148287 !important;
}
.color-red {
    color: #F05D43 !important;
}

.color-dark {
    color: #000;
}
.text-white {
    color: #fff;
}

.bcolor-blue {
    background-color: #428bca;
}

.bcolor-primary-blue-black {
    background-color: #17355a;
}

.bcolo-blue-dark {
    background-color: #1A3947;
}

.bcolo-gray-dark {
    background-color: #566573;
}

.bcolo-gray-light {
    background-color: #e0e0e9;
}

.bcolo-orang-ligh {
    background-color: #efb09d;
}
.bcolo-orang-ligh2 {
    background-color: #ffe7e0;
}
.bcolo-orang-dark {
    background-color: #FCA26E;
}

.bcolo-orang,  .bcolor-thridred-orang {
    background-color: #F5751D;
}
.bcolo-orang-lighbox2 {
    background-color: #efd1c8;
}
.bcolo-orang-darkbox3 {
    background-color: #e3c7b7;
}
.bcolor-forrr-red {
    background-color: #F05D43;
}
.bcolor-secondary-green {
    background-color: #148287;
}


 .dvno {
    display: none;
    width: 700px;
    height: 450px;
    overflow: hidden
}
.backcolorgry {
    background-color: #252d32;
    padding:10px
}


.searcbox, .searcbox2 {
    background-color: #d2e1e1;
    padding: 10px 15px;
    margin-bottom: 25px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.41);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.searcbox2 {
    background-color: #d2e1e1;
}
.resualtbox {
    background-color: #ebebeb;
    /*background-image: linear-gradient(#ebebeb, #fff);*/
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
.b-article-box {
    margin-top: 20px;
    background-color: #f7f7f7;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.41);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}


.companybox, .companybox2 {
    background-color: #d2e1e1;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.41);
}
.companybox2 {
    background-color: #d2e1e1;
}

#formcopany .b-comment-blog-box {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.41);
}
    #formcopany .b-comment-blog-box .f-ol-list-text__item_number {
        font-size: 1.15385em;
        line-height: 1;
        color: #fff;
        white-space: nowrap;
        margin-left: 5px;
        background: #F5751D;
        border: 2px solid #f4f4f4;
    }
.b-categories-filter li a {
    border-bottom: 1px solid #2c425e;
    color: #fff;
    padding: 12px 0 12px;
    display: block;
}

#navul li a.active, #navul li a:hover {
    background-color: #d2e1e1;
    color: #000;
    border-radius: 3px
}

#navul2 li a.active, #navul2 li a:hover {
    background-color: #d2e1e1;
    color: #000;
    border-radius: 3px
}



.backcolorlightgry {
    overflow: visible;
    border-radius: 20px 20px 30px 0;
    -webkit-border-radius: 20px 20px 30px 0;
    -moz-border-radius: 20px 20px 30px 0;
    -ms-border-radius: 20px 20px 30px 0;
    -o-border-radius: 20px 20px 30px 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    border: 1px solid #ededed;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.41);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    padding: 15px 15px 25px 15px;
    margin-top: 30px;
    position: relative
}

    .backcolorlightgry .back-date {
        float: right;
        right: 0;
        top: -20px;
        position: absolute;
        width: 70px;
        height: 70px;
        text-align: center;
        padding: 5px;
        padding-top: 0px;
        color: #fff;
        background-color: #17355a;
        font-size: 13px;
        z-index: 9;
        border-radius: 17px 17px 17px 0;
        -webkit-border-radius: 17px 17px 17px 0;
        -moz-border-radius: 17px 17px 17px 0;
        -ms-border-radius: 17px 17px 17px 0;
        -o-border-radius: 17px 17px 17px 0;
    }

        .backcolorlightgry .back-date span {
            font-size: 28px;
            display: block;
            font-weight: 500;
        }

.btn-blue-outline2 {
    font-weight: 600;
    line-height: 1.714rem;
    background: 0 0;
    color: var(--green);
    padding: 8px 20px;
    border: 1px solid var(--green);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #17355a;
    margin-bottom: 7px;
}
    .btn-blue-outline2:hover {
        background-color: #387bad;
        border-color: #387bad;
        border-radius: 10px;
        color: #fff !important;
    }

.backcolorgrydark {
    background-color: #252d32;
}

.erorrcolor {
    color: #d12626 !important
}
.disblaynone {
   display:block !important
}
.smallfont {
    font-size: 0.8em;
    text-align: right;
}
.button-back {
    text-align: center;
    padding: 5px 10px 12px 25px;
    font-size: 0.6em;
    border-radius: 5px;
    line-height: 0.4em;
    font-weight: 400;
    background-color: #88898b;
    position: relative;
    color: #fff;
    margin-right:25px
}
    .button-back .fa {
        float: left;
        margin-top: 0px;
        position: absolute;
        left: 7px;
    }
.boxcontenr {
    width: 100%;
    position: relative
}
.minhgtbox150 {
	min-height: 280px
}
.minhgtboxserv {
	min-height: 115px;
	border: 1px solid #e8e8e8 !important;
	border-radius: 14px !important;
	box-shadow: 8px 12px 12px -17px;
	padding: 5px 5px !important;
}

	.minhgtboxserv  .b-infoblock-with-icon {
	}
.minhgtboxserv:hover {
	background: #f0faff !important;
}
.minhgtboxserv .fa {
	 color:#009c5e !important;
	 font-size:32px
}
.grennfa .fa {
	color: #009c5e;
	font-size: 45px;
	float: left;
}

.downloadfile {
	line-height: 1.9;
	
	font-size: 1.3em;
	font-weight: 500;
	display: inline-block;
	margin-right: 22px;
	color: #4496d2;
}
	.downloadfile .fa {
		
	 
	}
.colordown {
	color: #666666;
	font-size: 25px;
}
.boxcontenr .b-ol-list-text__item_info {
	padding-top: 6px;
	padding-bottom: 16px;
}

#detailsserviceshtml .boxcontenr .b-ol-list-text__item_info {
    padding-top: 6px;
    padding-bottom: 6px;
}

#detailsserviceshtml .boxcontenr .b-ol-list-text__item {
    background-color: #d2e1e1;
}
 
.boxcontenr .b-ol-list-text__item_info a {
    color: #1A3947
}

.faherobox2 {
    position: absolute;
    left: 8px;
    top: 12px;
    color: #88898b !important;
}
.boxcontenr .b-ol-list-text__item:hover {
    background-color: #ffd6b9
}
    .boxcontenr .b-ol-list-text__item:hover .faherobox2 {
       
        color: #4496d2 !important
    }

.welcome-hero-serch-box {
    margin-top: 0px;
    display: flex;
}

.welcome-hero-form {
    display: flex;
   
    height: 50px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
 background-color:#fff
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}

    .single-welcome-hero-form:first-child {
        border-left: 1px solid #edeff1;
    }

    .single-welcome-hero-form input {
        margin-right: 10px;
        height: 50px;
        width: 300px;
        border: 0;
        background: transparent;
        outline: 0px !important
    }
        .single-welcome-hero-form input:focus-visible {
 
        border: 0;
        outline:0px !important
         
    }
        .single-welcome-hero-form input::-webkit-input-placeholder {
            font-size:11px;
            text-align:right
        }

        .single-welcome-hero-form input:focus::-webkit-input-placeholder {
            font-size: 0px;
        }
        .single-welcome-hero-form input[type="text"] {
            font-size: 14px;
            color: #859098;
            text-transform: capitalize;
            font-weight: 500;
        }
    .single-welcome-hero-form .selectherodiv {
       
        width: 75%;
        margin-bottom:0px;
        margin-top:2px
       
    }
  .selectherodiv   span.ui-selectmenu-button {
          
         
        }
    .single-welcome-hero-form .selecthero {
        font-size: 14px;
       
        margin-right: 10px;
        height: 60px;
        width: 300px;
        border: 0;
        background: transparent;
        outline: 0px !important
    }
 
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #252d32;
}

.welcome-hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    width: 170px;
    height: 50px;
    background: #4496d2;
    text-transform: capitalize;
    margin-right: 30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

    .welcome-hero-btn:hover { /*background: #fd4043;*/
        background: #88898b;
    }

.welcome-hero-form-icon .fa {
    font-size: 22px;
    margin-top:-5px
}


@media screen and (max-width: 768px) {

    .b-bg-block-mobile {
         
      margin-bottom: 0px; 
    }
    .b-some-examples__item_img {
       
        height: auto;
    }

    .b-gallery-main-item  {
         margin-bottom: 20px

    }
    
    
    .welcome-hero-serch-box {
        margin-top: 0px;
        display: block;
    }
	.welcome-hero-form {
		display: block;
		height: auto;
		margin-bottom: 10px;
		width: 100%;
	}
	.single-welcome-hero-form {
		margin-bottom: 10px;
		width: 100%;
	}
	.welcome-hero-form-icon {
		 
		top: 12px;
		left: 8px;
	 
	}
	.welcome-hero-btn {
		 
		width: 128px;
		 
		margin-right: 1px;
	 
	}

	.b-section-info__text {
	 
		margin-bottom: 25px;
	}
}