@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(../bands-icon/style.css);
@import url(fontawesome-all.min.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #74787d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
        font-display: swap;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none!important;
    outline: 0!important
}

.container {
    -webkit-transition: none;
    transition: none
}

@media (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.sec-pad {
    padding: 50px 0
}

.p0 {
    padding: 0!important
}

.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0!important
}

.mb0 {
    margin-bottom: 0!important
}

.gray-bg {
    background: #f0f0f0
}

.dark-bg {
    background: #171717
}

.light-dark-bg {
    background: #212121
}

.blue-bg {
    background: #201940
}

.dark-blue-bg {
    background: #1b1537
}

.thm-btn {
    border: none;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    border-radius: 4px;
    background: #f9b522;
    color: #242c33;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 43px;
    border: 1px solid #f9b522;
    height: 45px;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.thm-btn:hover {
    background: #242c33;
    border-color: #242c33;
    color: #fff
}

.thm-btn.bordered {
    background-color: transparent;
    border-color: #d9d9d9;
    color: #242c33
}

.thm-btn.bordered:hover {
    background: #242c33;
    border-color: #242c33;
    color: #fff
}

.sec-title {
    margin-bottom: 40px
}
.sec-title h2, .sec-title h3, .sec-title p {
    margin: 0
}

.sec-title h2, .sec-title h3 {
    color: #242c33;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.sec-title h2 span, .sec-title h3 span {    
	color: #ffa60a;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 12px;
	display: block;
    line-height: normal;
    padding-bottom: 0px;
    line-height: 38px;
}

.sec-title h2+p, .sec-title h3+p {
    margin-top: 20px
}

.sec-title p {
    font-family: Poppins, sans-serif;
    color: #383838;
    font-size: 16px;
    line-height: 27px
}

.sec-title.light h3,
.sec-title.light p {
    color: #ffffff
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #242c33;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
    box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.scroll-to-top:hover {
    background: #f9b522;
    color: #fff
}

body.active-preloader-ovh {
/*    overflow: hidden*/
}

.preloader {
    background-color: #074bd5;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.preloader .spinner {
    width: 201px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 46%;
    margin-top: -30px;
    margin-left: -30px;
    background: url(../img/footer-logo-1-1.png);
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.header-navigation {
    background: rgba(255, 255, 255, .9);
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    z-index: 999;
    position: absolute;
    width: 100%;
    padding: 0px;
}

.header-navigation .container {
	position: relative;
	padding-right: 0;
	width: 100%;
	max-width: unset;
}




.header-navigation .container .navbar-header {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar>.container .navbar-brand {
    margin-left: 0
}

.header-navigation .container .navbar-brand {
    height: auto;
    padding: 0 0
}

.header-navigation .container .navbar-brand .default-logo {
    display: inline-block
}

.header-navigation .container .navbar-brand .sticky-logo {
    display: none
}

.header-navigation .container .main-navigation {
    text-align: right;
    padding: 0
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}


.header-navigation .container .right-side-box-new {
	position: relative;
	/* top: 50%; */
	right: 0;
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	padding: 16px 0 !important;
	margin-left: 0;
}

.header-navigation .container .right-side-box-new a.rqa-btn {
	display: inline-block;
	vertical-align: middle;
	background: #ffa60a;
	color: #01477f;
	font-size: 20px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	border-radius: 5px;
	padding: 9px 24.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.header-home-two .header-navigation .container .right-side-box-new a.rqa-btn {
	background: #ffa60a;
	border: 2px solid #ffa60a;
	font-size: 16px;
	text-transform: none;
	color: #232323;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.header-navigation .container .right-side-box-new a.rqa-btn:hover {
    background: #f9b522;
    color: #242c33
}


.header-navigation .container .right-side-box a.rqa-btn {
    display: inline-block;
    vertical-align: middle;
    background: #ffa60a;
    color: #01477f;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    border-radius: 50px;
    padding: 9px 24.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header-navigation .container .right-side-box a.rqa-btn:hover {
    background: #f9b522;
    color: #242c33
}

.header-navigation ul.navigation-box {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 15px;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 17.5px 0;
    display: inline-block
}

/*
.header-navigation ul.navigation-box>li+li {
    margin-left: 30px
}
*/

.header-navigation ul.navigation-box>li.active>a,
.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a,
.header-navigation ul.navigation-box>li>a:active,
.header-navigation ul.navigation-box>li>a:focus {
    color: #ffa60a
}

.header-navigation ul.navigation-box>li>a {
    padding: 0;
    font-family: Poppins, sans-serif;
    color: #232323;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase
}

.header-navigation ul.navigation-box>li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100000;
    float: left;
    min-width: 270px;
    padding: 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.header-navigation ul.navigation-box>li>ul.sub-menu.right-align {
    left: auto;
    right: 0
}

.header-navigation ul.navigation-box>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li {
    display: block;
    position: relative;
    padding: 0 12px
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a {
    font-size: 13px;
    color: #717171;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 0 0;
    display: block;
    line-height: 40px!important;
    transition: all .7s ease;
    border-bottom: 1px solid #eaeaea;
    position: relative
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a:hover {
    color: #ffa60a;
    padding-left: 14px
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a:hover::before {
    opacity: 1;
    left: 0;
    font-size: 16px
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a::before {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 0;
    line-height: 40px;
    left: 30px;
    transform: none;
    opacity: 0;
    transition-delay: .5s;
    color: #9b9b9b;
    font-size: 10px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ffa60a;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a:hover::after {
    width: 100%
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100000;
    float: left;
    min-width: 270px;
    padding: 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li {
    display: block;
    position: relative;
    padding: 0 12px
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>a {
    font-size: 13px;
    color: #717171;
    font-weight: 500;
    padding: 0 12px 0 20px;
    display: block;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: 1px solid #eaeaea;
    position: relative
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>a::before {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 0;
    line-height: 40px;
    left: 7px;
    transition-delay: .5s;
    color: #9b9b9b;
    font-size: 16px
}

.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li:hover>a {
    background: #f1f1f1;
    color: #181818;
    position: relative
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100000;
    float: left;
    min-width: 270px;
    padding: 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>ul.sub-menu li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    display: block;
    position: relative;
    padding: 0 12px
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    font-size: 13px;
    color: #717171;
    font-weight: 500;
    padding: 0 12px 0 20px;
    display: block;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: 1px solid #eaeaea;
    position: relative
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a::before {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 0;
    line-height: 40px;
    left: 7px;
    transition-delay: .5s;
    color: #9b9b9b;
    font-size: 16px
}

.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li:hover>a {
    background: #f1f1f1;
    color: #181818;
    position: relative
}


.header-navigation ul.navigation-box > li ul.dropdown-menu h5 {
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	color: #232323;
	margin: 6px 0 6px 0;
	letter-spacing: 0.5px;
}

.header-navigation ul.navigation-box>li ul.dropdown-menu {
	position: absolute;
/*	top: 100%;*/
    top: calc(100% + 0px);
	left: 0;
	z-index: 1000;
	display: block;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-image: linear-gradient(to bottom,#fff,#eaf9ff);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 3px solid #ffa60a;
  padding: 0px;
  box-shadow: 0 0 30px rgba(127,137,161,.25);
	border-radius: 0px;
    opacity: 0;
    visibility: hidden;
/*
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
*/
    width: 100%;
}
.header-navigation ul.navigation-box > li ul.dropdown-menu .col_content {
	width: 75%;
	float: left;
	padding: 15px;
}

.header-navigation ul.navigation-box>li ul.dropdown-menu .col_info {
	width: 25%;
	background-color: #f5f5f5;
    float: left;
    padding: 15px 15px 20px 15px;
}
.header-navigation ul.navigation-box > li ul.dropdown-menu .col_info .item {
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 40px 1fr;
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-column-gap: 1.125em;
	-moz-column-gap: 1.125em;
	column-gap: 1.125em;
	margin-bottom: 17px;
}

.header-navigation ul.navigation-box > li ul.dropdown-menu .col_info .item .icon {
	font-size: 24px;
	color: #ffa60a;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.025);
	box-shadow: 0 2px 12px rgba(0,0,0,.025);
}

.header-navigation ul.navigation-box > li ul.dropdown-menu .col_info .btn_wrap {
	margin-top: 15px;
}
.header-navigation ul.navigation-box > li ul.dropdown-menu .col_info .btn_wrap .btn_meeting {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	--icon-size: 3.375em;
	min-width: 90%;
	height: 50px;
	padding: .75em 1em;
	padding-left: 70px;
	overflow: visible;
	border-bottom-right-radius: 0;
	color: #fff;
	background-color: #ffa60a;
	/* font-size: 16px; */
	/* font-weight: 400; */
	text-transform: none;
	letter-spacing: 1px;
	border-radius: 50px;
	display: inline-block;
	border-bottom-right-radius: 0;
	text-align: center;
    line-height: 22px;

}
.header-navigation ul.navigation-box > li ul.dropdown-menu .col_info .btn_wrap .btn_meeting span {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-shadow: inset 0 0 0 5px #fff,inset 0 0 0 6px #dfdfdf,0 0 12px rgba(0,0,0,.1);
	box-shadow: inset 0 0 0 5px #fff,inset 0 0 0 6px #dfdfdf,0 0 12px rgba(0,0,0,.1);
}

.header-navigation ul.navigation-box > li ul.dropdown-menu .col_info .btn_wrap .btn_meeting span i::before {
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #ffa60a;
	font-size: 22px;
}
.btn_org_300 {
	
}

.header-navigation ul.navigation-box > li ul.dropdown-menu .col_info .item a {
	display: inline-block;
	color: #282828;
	text-decoration: none;
	-webkit-transition: color 400ms;
	transition: color 400ms;
	font-size: 16px;
	font-weight: 500;
}
.header-navigation ul.navigation-box>li:hover>ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-navigation ul.navigation-box>li ul.dropdown-menu li{
    width: 33.333%;
    float: left;
    padding: 0px 10px;
    
}
.header-navigation ul.navigation-box > li ul.dropdown-menu li a {
	color: #242424;
	font-size: 15px;
	line-height: 28px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	padding: 0 0;
	display: block;
	line-height: 28px;
	/* transition: all .7s ease; */
	border-bottom: none;
	position: relative;
	padding: 6px 0 6px 15px;
	font-weight: 400;
	/* background: url(../img/list-check-icon.png); */
	/* background-repeat: repeat; */
	/* background-repeat: no-repeat; */
	/* background-position: left 3px; */
	position: relative;
}
.header-navigation ul.navigation-box > li ul.dropdown-menu li a:hover {
	color: #0a57f5;
    text-decoration: underline !important;
}
.header-navigation ul.navigation-box > li ul.dropdown-menu li a::before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	top: 10px;
	line-height: normal;
	left: 0;
	transform: none;
	/* opacity: 0; */
	/* transition-delay: .5s; */
	color: #242424;
	font-size: 16px;
	z-index: 1;
}
/*
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a:hover::before {
	opacity: 1;
	left: 0;
	font-size: 16px;
}
*/
.header-navigation ul.navigation-box > li ul.dropdown-menu li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ffa60a;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-ms-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
}
.header-navigation ul.navigation-box>li ul.dropdown-menu li:hover{
    background: none;
}
.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
    box-shadow: 0 0 16px rgba(0, 0, 0, .32)
}

.header-navigation.stricky-fixed .container {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-navigation.stricky-fixed .navbar-brand .default-logo {
    display: none
}

.header-navigation.stricky-fixed .navbar-brand .sticky-logo {
    display: inline-block
}

.header-navigation.stricky-fixed ul.navigation-box>li {
    padding-top: 30px;
    padding-bottom: 30px
}

.header-navigation.stricky-fixed ul.navigation-box>li>a {
    color: #242c33
}

.header-navigation.stricky-fixed .container .right-side-box a.search-btn {
    color: #242c33
}

.header-navigation.stricky-fixed ul.navigation-box>li.active>a,
.header-navigation.stricky-fixed ul.navigation-box>li.current>a,
.header-navigation.stricky-fixed ul.navigation-box>li:hover>a,
.header-navigation.stricky-fixed ul.navigation-box>li>a:active,
.header-navigation.stricky-fixed ul.navigation-box>li>a:focus {
    color: #f9b522
}

.header-top {
    padding-bottom: 30px
}

.header-top .container {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    padding-top: 15.5px;
    padding-bottom: 15.5px
}

.header-top .left-contact-info p,
.header-top .right-contact-info p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #fff
}

.header-top .left-contact-info p span,
.header-top .right-contact-info p span {
    color: #f3be16
}

.header-top .left-contact-info p+p,
.header-top .right-contact-info p+p {
    margin-left: 45px
}

.header-top .left-contact-info p i,
.header-top .right-contact-info p i {
    color: #f3be16;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.header-top .select-box {
    display: inline-block;
    vertical-align: middle
}

.header-top .select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto
}

.header-top .select-box .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    color: #f9b522;
    font-size: 14px;
    border-radius: 0;
    border: none;
    padding-right: 10px
}

.header-top .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    right: 0
}

.header-top .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #f9b522;
    font-size: 14px;
    line-height: 1em
}

.header-home-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.header-home-two .header-top {
    background: #0a57f5;
    padding-bottom: 0
}

.header-home-two .header-top .container-fluid {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
.header-home-two .header-navigation ul.navigation-box>li {
    padding: 25px 0;
}
*/
.header-home-two .header-navigation ul.navigation-box > li {
	padding: 25px 15px;
	float: none;
	box-sizing: border-box;
}

.header-home-two .header-navigation .container .right-side-box a.rqa-btn {
    background: #ffa60a;
    border: 2px solid #0a57f5;
    font-size: 18px;
    text-transform: uppercase;
    color: #0a57f5;
    font-weight: 500
}

.header-home-two .header-navigation .container .right-side-box a.rqa-btn:hover {
    color: #fff;
    background: #0a57f5
}

.header-home-two .header-navigation.stricky-fixed .container .right-side-box a.rqa-btn:hover {
    color: #242c33
}

.header-home-three {
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.header-home-three .header-top {
    background-size: contain;
    padding-bottom: 0
}

.header-home-three .header-top .container {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.header-home-three .header-top .left-contact-info p,
.header-home-three .header-top .left-contact-info p i,
.header-home-three .header-top .right-contact-info p,
.header-home-three .header-top .right-contact-info p i {
    color: #fff
}
.navbar-brand > img {
	display: block;
	width: 180px;
}
.header-home-three .header-navigation .container {
    background: #f9b522;
    padding-right: 295px
}

.header-home-three .header-navigation ul.navigation-box>li {
    padding: 24px 0
}

.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
    background-color: #242c33
}

.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover {
    color: #f9b522;
    background: #fff
}

.header-home-three .header-navigation .container .right-side-box {
    right: 20px
}

.header-home-three .header-navigation ul.navigation-box>li.active>a,
.header-home-three .header-navigation ul.navigation-box>li.current>a,
.header-home-three .header-navigation ul.navigation-box>li:hover>a,
.header-home-three .header-navigation ul.navigation-box>li>a:active,
.header-home-three .header-navigation ul.navigation-box>li>a:focus {
    color: #444035
}

.header-home-three .header-navigation.stricky-fixed {
    background-color: #f9b522;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-home-three .header-navigation.stricky-fixed ul.navigation-box>li>a {
    color: #fff
}

.header-home-three .header-navigation.stricky-fixed ul.navigation-box>li.active>a,
.header-home-three .header-navigation.stricky-fixed ul.navigation-box>li.current>a,
.header-home-three .header-navigation.stricky-fixed ul.navigation-box>li:hover>a,
.header-home-three .header-navigation.stricky-fixed ul.navigation-box>li>a:active,
.header-home-three .header-navigation.stricky-fixed ul.navigation-box>li>a:focus {
    color: #444035
}

#minimal-bootstrap-carousel {
    margin-top: 0;
    position: relative
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
    background-color: transparent
}

#minimal-bootstrap-carousel .carousel-caption .container .box-slide {
    display: table-cell;
    text-align: left;
    width: 50%;
    height: 100%
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
    padding-left: 15%
}

#minimal-bootstrap-carousel .carousel-control {
    background: 0 0;
    width: 59px;
    height: 59px;
    font-size: 48px;
    line-height: 59px;
    color: #fff;
    background: 0 0;
    visibility: visible!important;
    opacity: 1;
    font-weight: 400;
    margin-top: -20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 50%;
    z-index: 99
}

@media (max-width:667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
    margin: 0;
    padding: 0;
    list-style: none
}

#minimal-bootstrap-carousel .custom-navigation li {
    border: 0;
    border-radius: 0;
    text-indent: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: .3;
    cursor: pointer
}

#minimal-bootstrap-carousel .custom-navigation li+li {
    margin-left: 10px
}

#minimal-bootstrap-carousel .custom-navigation li.active {
    opacity: 1
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 820px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 780px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #0a57f5
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
    min-height: 895px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f
}

.slider-home-one {
    position: relative;
    background-color: #34424f
}

.slider-home-one .content {
    padding-top: 140px
}

.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
    margin: 0
}

.slider-home-one .content h2 {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.slider-home-one .content h3 {
    color: #f9b522;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 500;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.slider-home-one .content p {
    color: #fff;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    margin-top: 30px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.slider-home-one .content a.banner-btn {
    background: #fff;
    color: #f9b522;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 163px;
    height: 45px;
    border-radius: 4px;
    margin-top: 50px;
    line-height: 45px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.slider-home-one .content a.banner-btn:hover {
    background: #242c33
}

.slider-home-two {
    position: relative
}

.slider-home-two .content h2,
.slider-home-two .content h3,
.slider-home-two .content p {
    margin: 0
}

.slider-home-two .content h3 {
    color: #fff;
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.slider-home-two .content h2 {
    font-family: Poppins, sans-serif;
    color: #ffa60a;
    font-size: 52px;
    line-height: 72px;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-transform: uppercase
}

.slider-home-two .content h2 span {
    font-size: 42px
}

.slider-home-two .content p {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-family: Poppins, sans-serif;
    margin-top: 15px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    padding-right: 0;
    font-weight: 400
}




.slider-home-two .content .bennar_services_list_new {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.slider-home-two .content .bennar_services_list_new ul {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    list-style: none
}

.slider-home-two .content .bennar_services_list_new ul li {
    margin: 0 0;
    padding: 0 15px 0 0;
    width: auto;
    height: auto;
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-family: Poppins, sans-serif;
    width: 33.3333%;
    float: left
}

.slider-home-two .content .bennar_services_list_new ul li i {
    color: #ffa60a;
    margin: 0;
    padding: 0 8px 0 0
}

.slider-home-two .content a.banner-btn {
    background: #f9b522;
    color: #242c33;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: auto;
    height: 52px;
    border-radius: 50px;
    margin-top: 20px;
    line-height: 52px;
    font-family: Poppins, sans-serif;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    border: 2px solid #fff;
    padding: 0 30px
}

.slider-home-two .content a.banner-btn i {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-left: 3px
}

.slider-home-two .content a.banner-btn:hover {
    background: #fff;
    color: #f9b522
}

.slider-home-three {
    position: relative
}

.slider-home-three .content {
    padding-top: 110px
}

.slider-home-three .content h2,
.slider-home-three .content h3,
.slider-home-three .content p {
    margin: 0
}

.slider-home-three .content h2 {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -.025em;
    font-weight: 700;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.slider-home-three .content p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    margin-top: 15px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.slider-home-three .content a.banner-btn {
    background: #f9b522;
    color: #242c33;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 135px;
    height: 45px;
    border-radius: 4px;
    margin-top: 50px;
    line-height: 45px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.slider-home-three .content a.banner-btn:hover {
    background: #fff;
    color: #f9b522
}

.site-footer {
    background: #0a57f5
}

.site-footer .footer-top {
    padding: 30px 0
}

.site-footer .footer-widget .title {
    margin-bottom: 50px
}

.site-footer .footer-widget .title h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase
}

.site-footer .footer-widget.about-widget p {
    margin-bottom: 0;
    margin-top: 15px
}

.site-footer .footer-widget.links-widget {
    padding-left: 15px
}

.site-footer .footer-widget.links-widget .title {
    margin-bottom: 0;
    margin-top: 30px;
    position: relative;
    padding-left: 16px
}

.site-footer .footer-widget.links-widget .title::before {
    position: absolute;
    left: -5px;
    top: -3px;
    font-size: 16px;
    line-height: 30px;
    color: #e39c05;
    font-weight: 400;
    content: "\f141";
    font-family: FontAwesome;
    transform: rotate(90deg)
}

.site-footer .footer-widget.twitter-widget {
    padding-left: 65px
}

.site-footer .get_in_touch_box {
    background-color: #074bd5;
    border-radius: 10px;
    border: 1px solid #008dff;
    padding: 12px 20px;
    height: auto
}

.site-footer .get_in_touch_box .title {
    margin-bottom: 0;
    margin-top: 15px;
    position: relative;
    padding-left: 16px
}

.site-footer .get_in_touch_box .title::before {
    position: absolute;
    left: -5px;
    top: -3px;
    font-size: 16px;
    line-height: 30px;
    color: #e39c05;
    font-weight: 400;
    content: "\f141";
    font-family: FontAwesome;
    transform: rotate(90deg)
}

.site-footer .get_in_touch_box .details-row {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 15px 0;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-left: 26px
}

.site-footer .get_in_touch_box .details-row a {
    text-decoration: none;
    color: #fff
}

.site-footer .get_in_touch_box .details-row i {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ffa60a;
    top: 2px
}

.site-footer .footer-widget.twitter-widget .title {
    margin-bottom: 45px
}

.site-footer .footer-widget p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    text-align: justify
}

.social a {
    color: #fff;
    font-size: 18px;
    margin-top: 26px
}

.social a+a {
    margin-left: 15px
}

.site-footer .footer-widget ul.links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 23px
}

.site-footer .footer-widget ul.links-list li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-left: 17px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 400
}

.site-footer .footer-widget ul.links-list li a i {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffa60a
}

.site-footer .footer-widget ul.links-list li a:hover {
    color: #f9b522
}

.site-footer .footer-widget ul.links-list li+li {
    margin-top: 5px
}

.site-footer .footer-widget .single-recent-post+.single-recent-post {
    margin-top: 26px
}

.site-footer .footer-widget .single-recent-post .img-box,
.site-footer .footer-widget .single-recent-post .text-box {
    display: table-cell;
    vertical-align: top
}

.site-footer .footer-widget .single-recent-post .img-box {
    width: 69px
}

.site-footer .footer-widget .single-recent-post .text-box {
    padding-left: 20px
}

.site-footer .footer-widget .single-recent-post .text-box h4 {
    margin: 0;
    color: #b8bfc8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.site-footer .footer-widget .single-recent-post .text-box h4:hover {
    color: #f9b522
}

.site-footer .footer-widget .single-recent-post .text-box p {
    margin: 0;
    color: #828991;
    font-size: 15px;
    margin-top: 5px
}

.site-footer .footer-widget .single-tweet+.single-tweet {
    margin-top: 30px
}

.site-footer .footer-widget .single-tweet p {
    color: #b8bfc8;
    font-size: 15px;
    line-height: 25px
}

.site-footer .footer-widget .single-tweet .name {
    color: #198cfa;
    font-size: 16px;
    margin-top: 8px
}

.site-footer .footer-widget .single-tweet .name i {
    font-size: 18px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle
}

.site-footer .container {
    position: relative;
    z-index: 10
}

.site-footer .footer-subscribe {
    border-top: 1px solid rgba(240, 240, 240, .2);
    position: relative;
    z-index: 10;
    background: rgba(15, 21, 26, .93);
    padding: 38px 0
}

.site-footer .footer-subscribe h3 {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 45px
}

.site-footer .footer-subscribe form.footer-subscribe-form {
    position: relative;
    width: 500px;
    max-width: 100%;
    height: 45px
}

.site-footer .footer-subscribe form.footer-subscribe-form input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    border: none;
    outline: 0;
    color: #c5c5c5;
    font-size: 15px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.site-footer .footer-subscribe form.footer-subscribe-form input::-webkit-input-placeholder {
    color: #c5c5c5
}

.site-footer .footer-subscribe form.footer-subscribe-form input::-moz-placeholder {
    color: #c5c5c5
}

.site-footer .footer-subscribe form.footer-subscribe-form input:-ms-input-placeholder {
    color: #c5c5c5
}

.site-footer .footer-subscribe form.footer-subscribe-form input:-moz-placeholder {
    color: #c5c5c5
}

.site-footer .footer-subscribe form.footer-subscribe-form input.error {
    background: rgba(255, 0, 0, .4)
}

.site-footer .footer-subscribe form.footer-subscribe-form label.error {
    display: none!important
}

.site-footer .footer-subscribe form.footer-subscribe-form button {
    background: #f9b522;
    color: #fff;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 131px;
    height: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.site-footer .footer-subscribe form.footer-subscribe-form button:hover {
    background: #232c35
}

.footer-bottom {
    background: #0a57f5;
    position: relative;
    border-top: 1px solid #074bd5
}

.footer-bottom .inner-container {
    position: relative
}

.footer-bottom .inner-container::before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ffa60a;
    content: ""
}

.footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 21px 0;
    padding-right: 40px;
    background-color: #ffa60a
}

.footer-bottom .copyright-text p {
    margin: 0;
    padding: 0;
    color: #074bd5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-top: 5px
}

.footer-bottom .copyright-text::before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 74px solid #ffa60a;
    content: ""
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.footer-bottom .container {
    position: static;
    max-width: 1170px;
    padding: 0 0;
    margin: 0 auto
}

.footer-bottom .copy-text p {
    margin: 0;
    color: #989fa7;
    font-size: 16px
}

.about-widget .social {
    margin-top: 10px
}

.about-widget .right-link a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.about-widget .right-link a:hover {
    color: #fbbb40
}

.site-footer .three-clo {
    width: 20%
}

.site-footer .last-clo {
    width: 35%
}

.quick-box {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    position: relative;
    z-index: 9;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .19);
    margin: 0 0 0;
    background: #fff;
    padding: 10px 25px;
    margin-top: -115px
}

.quick-form {
    width: 100%;
    background: #fff;
/*    height: 470px;*/
    height: auto;
    margin: 0;
    padding: 10px 0 15px 0
}

.quick-form .quick-form-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #0a57f4;
    line-height: normal;
    text-align: center;
    padding: 0
}

.md-form {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.md-form input:not([type]),
.md-form input[type=date]:not(.browser-default),
.md-form input[type=datetime-local]:not(.browser-default),
.md-form input[type=datetime]:not(.browser-default),
.md-form input[type=email]:not(.browser-default),
.md-form input[type=number]:not(.browser-default),
.md-form input[type=password]:not(.browser-default),
.md-form input[type=search-md],
.md-form input[type=search]:not(.browser-default),
.md-form input[type=tel]:not(.browser-default),
.md-form input[type=text]:not(.browser-default),
.md-form input[type=time]:not(.browser-default),
.md-form input[type=url]:not(.browser-default),
.md-form textarea.md-textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400;
    box-sizing: border-box;
    height: 44px
}

.md-form textarea.md-textarea {
    height: auto
}

.md-form label {
    font-weight: 300
}

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type=date]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=search-md]:focus:not([readonly])+label,
.md-form input[type=search]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=time]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=url]:not(.browser-default):focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #4285f4
}

.md-form label.active {
    -webkit-transform: translateY(-14px) scale(.8);
    transform: translateY(-14px) scale(.8)
}

.md-form label.active {
    font-size: 18px
}

.md-form .btn-default {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
    margin-top: 10px;
    box-shadow: none;
    height: auto
}

.md-form .btn-group.form-control {
    height: auto
}

.md-form .form-control {
    box-shadow: none
}



.md-form .btn-default:hover {
    color: #333;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    box-shadow: none;
    background-image: none
}

.md-form .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.md-form .btn-default.active.focus,
.md-form .btn-default.active:focus,
.md-form .btn-default.active:hover,
.md-form .btn-default:active.focus,
.md-form .btn-default:active:focus,
.md-form .btn-default:active:hover,
.md-form .open>.dropdown-toggle.btn-default.focus,
.md-form .open>.dropdown-toggle.btn-default:focus,
.md-form .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: none
}

.md-form .btn-default.focus,
.md-form .btn-default:focus {
    color: #333;
    background-color: transparent;
    border-color: transparent
}

.md-form .bs-searchbox .form-control {
    height: 20px
}

.md-form span.titel {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400;
    display: block;
    text-align: left
}

.custom-checkbox {
    text-align: left
}

.custom-control-label {
    width: auto;
    font-weight: 400;
    color: #2d2d2d;
    font-size: 14px;
    margin-left: 3px
}

.custom-checkbox .custom-control-input {
    margin: 0 0;
    position: relative;
    top: 2px
}

.all_quick_inquiry_popup_form .submit-btn {
    margin: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: table;
    background-color: #ffa60a;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2d2d2d;
    margin-top: 5px;
    border: none
}

.search_area {
    position: relative;
    max-width: 950px;
    margin: auto
}

.search_area .search_box_inner {
    background: 0 0;
    padding: 100px 60px;
    display: block;
    overflow: hidden
}

.search_area .search_box_inner h3 {
    padding-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff
}

.search_area .search_box_inner .input-group {
    display: block;
    position: relative
}

.search_area .search_box_inner .input-group input {
    background: 0 0;
    border-radius: 0;
    outline: 0;
    height: 50px;
    padding: 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 400
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
    color: #fff
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
    color: #fff
}

.search_area .search_box_inner .input-group input:-ms-input-placeholder {
    color: #fff
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
    color: #fff
}

.search_area .search_box_inner .input-group .input-group-btn {
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 4
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
    padding: 0;
    border: none;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: 0 0;
    color: #fff;
    font-size: 24px
}

.search_area .mfp-close {
    right: 0;
    color: #fff
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .98
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.inner-banner {
    background: #f9b522 url(../img/inner-banner.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 240px;
    padding-bottom: 120px
}

.inner-banner h3 {
    margin: 0;
    color: #fff;
    letter-spacing: .025em;
    font-size: 48px;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.inner-banner .breadcumb {
    margin-top: 15px
}

.inner-banner .breadcumb a,
.inner-banner .breadcumb span {
    color: #fff;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.inner-banner .breadcumb a:hover {
    color: #f9b522
}

.inner-banner .breadcumb span.sep {
    margin-left: 10px;
    margin-right: 10px
}

#contact-google-map {
    width: 100%;
    height: 485px
}

.contact-page-content .contact-form p {
    font-size: 15px;
    color: #242c33;
    font-family: Poppins, sans-serif;
    margin: 0
}

.contact-page-content .contact-form input,
.contact-page-content .contact-form textarea {
    width: 100%;
    height: 38px;
    margin-bottom: 45px;
    background: #ebeef0;
    border: none;
    outline: 0;
    border-radius: 4px;
    padding-left: 20px
}

.contact-page-content .contact-form input.error,
.contact-page-content .contact-form textarea.error {
    background: rgba(255, 0, 0, .3)
}

.contact-page-content .contact-form label.error {
    display: none!important
}

.contact-page-content .contact-form textarea {
    padding-top: 10px;
    height: 200px;
    margin-bottom: 40px
}

.contact-page-content .contact-form button[type=submit] {
    width: 100%;
    height: 43px;
    background: #f9b522;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-align: center;
    line-height: 43px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 4px;
    border: none;
    outline: 0
}

.contact-page-content .contact-form button[type=submit]:hover {
    background: #232c33;
    color: #f9b522
}

.contact-page-content .contact-info h3 {
    margin: 0;
    color: #242c33;
    font-size: 30px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.contact-page-content .contact-info p {
    font-size: 16px;
    color: #989fa7;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px
}

.contact-page-content .contact-info .single-contact-info {
    position: relative;
    padding-left: 25px
}

.contact-page-content .contact-info .single-contact-info+.single-contact-info {
    margin-top: 10px
}

.contact-page-content .contact-info .single-contact-info p {
    font-size: 16px;
    letter-spacing: .025em;
    margin: 0;
    color: #242c33;
    font-weight: 300;
    font-family: Poppins, sans-serif
}

.contact-page-content .contact-info .single-contact-info i {
    color: #242c33;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 0
}

.map-contact-info.home-page-two {
    overflow: hidden;
    background: #242c33
}

.map-contact-info.home-page-two .container-fluid {
    padding: 0
}

.map-contact-info.home-page-two #home-two-google-map {
    width: 100%;
    height: 250px
}

.map-contact-info.home-page-two .contact-info-box {
    width: 100%;
    max-width: 580px;
    margin-right: auto;
    padding-left: 55px;
    padding-top: 55px
}

.map-contact-info.home-page-two .contact-info-box .row {
    margin-left: -40px;
    margin-right: -40px
}

.map-contact-info.home-page-two .contact-info-box .row [class*=col-] {
    padding-left: 40px;
    padding-right: 40px
}

.map-contact-info.home-page-two .contact-info-box .title h3,
.map-contact-info.home-page-two .contact-info-box .title p {
    margin: 0
}

.map-contact-info.home-page-two .contact-info-box .title h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.map-contact-info.home-page-two .contact-info-box .title p {
    font-size: 16px;
    line-height: 25px;
    color: #c9ced4;
    font-family: Poppins, sans-serif;
    margin-top: 10px
}

.map-contact-info.home-page-two .contact-info-box .single-contact-info {
    position: relative;
    padding-left: 25px
}

.map-contact-info.home-page-two .contact-info-box .single-contact-info+.single-contact-info {
    margin-top: 10px
}

.map-contact-info.home-page-two .contact-info-box .single-contact-info p {
    font-size: 16px;
    letter-spacing: .025em;
    margin: 0;
    color: #c9ced4;
    font-weight: 300;
    font-family: Poppins, sans-serif
}

.map-contact-info.home-page-two .contact-info-box .single-contact-info i {
    color: #c9ced4;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 0
}

.map-contact-info.home-page-three #home-three-google-map {
    width: 100%;
    height: 210px
}

.map-contact-info.home-page-three .contact-info-box {
    padding-left: 0;
    padding-top: 50px
}

.map-contact-info.home-page-three .contact-info-box .row {
    margin-left: -40px;
    margin-right: -40px
}

.map-contact-info.home-page-three .contact-info-box .row [class*=col-] {
    padding-left: 40px;
    padding-right: 40px
}

.map-contact-info.home-page-three .contact-info-box .title h3,
.map-contact-info.home-page-three .contact-info-box .title p {
    margin: 0
}

.map-contact-info.home-page-three .contact-info-box .title h3 {
    color: #242c33;
    font-size: 30px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.map-contact-info.home-page-three .contact-info-box .title p {
    font-size: 16px;
    line-height: 25px;
    color: #757a80;
    font-family: Poppins, sans-serif;
    margin-top: 10px
}

.map-contact-info.home-page-three .contact-info-box .single-contact-info {
    position: relative;
    padding-left: 25px
}

.map-contact-info.home-page-three .contact-info-box .single-contact-info+.single-contact-info {
    margin-top: 10px
}

.map-contact-info.home-page-three .contact-info-box .single-contact-info p {
    font-size: 16px;
    letter-spacing: .025em;
    margin: 0;
    color: #757a80;
    font-weight: 300;
    font-family: Poppins, sans-serif
}

.map-contact-info.home-page-three .contact-info-box .single-contact-info i {
    color: #757a80;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 0
}

.service-style-one.service-page {
    padding-bottom: 60px
}

.service-style-one .single-service-style-one {
    margin-bottom: 40px
}

.service-style-one .single-service-style-one .img-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px
}

.service-style-one .single-service-style-one .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(249, 181, 34, .95);
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .single-service-style-one .img-box>img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .single-service-style-one .img-box a.read-more {
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #f9b522;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .single-service-style-one .content-box {
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid transparent;
    background: #fff;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, .07);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .07)
}

.service-style-one .single-service-style-one .content-box .icon-box,
.service-style-one .single-service-style-one .content-box .text-box {
    display: table-cell;
    vertical-align: top
}

.service-style-one .single-service-style-one .content-box .icon-box i {
    color: #020202;
    font-size: 35px;
    width: 54px;
    height: 47px;
    background: #f9b522;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 47px
}

.service-style-one .single-service-style-one .content-box .text-box {
    padding-left: 20px
}

.service-style-one .single-service-style-one .content-box .text-box h3,
.service-style-one .single-service-style-one .content-box .text-box p {
    margin: 0
}

.service-style-one .single-service-style-one .content-box .text-box h3 {
    color: #242c33;
    font-size: 22px;
    letter-spacing: -.025em;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .single-service-style-one .content-box .text-box h3:hover {
    color: #f9b522
}

.service-style-one .single-service-style-one .content-box .text-box p {
    color: #74787d;
    font-size: 15px;
    line-height: 25px;
    font-family: Poppins, sans-serif;
    margin-top: 10px
}

.service-style-one .single-service-style-one:hover .img-box img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.service-style-one .single-service-style-one:hover .img-box:after {
    opacity: 1
}

.service-style-one .single-service-style-one:hover .img-box a.read-more {
    opacity: 1
}

.service-style-one .single-service-style-one:hover .content-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .05)
}

.service-style-one.home-page-three .single-service-style-one .content-box {
    padding: 20px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .05)
}

.service-style-one.home-page-three .single-service-style-one .content-box .icon-box,
.service-style-one.home-page-three .single-service-style-one .content-box .text-box {
    vertical-align: middle
}

.service-style-one .service-carousel-one .single-service-style-one {
    margin-bottom: 0
}

.service-style-one .service-carousel-one .single-service-style-one .content-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .05)
}

.service-style-one .service-carousel-one.owl-theme .owl-nav {
    text-align: right;
    float: right;
    margin-top: 0;
    margin-top: 50px
}

.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-] {
    width: 35px;
    height: 35px;
    background: #f3f4f7;
    color: #242c33;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f9b522
}

.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-] i {
    font-size: 18px
}

.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
    margin-left: 10px
}

.service-style-one .service-carousel-one.owl-theme .owl-dots {
    text-align: left;
    float: left;
    line-height: 35px;
    margin-top: 50px
}

.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 20px
}

.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c6c7c9;
    margin: 0;
    position: relative
}

.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot span:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #f9b522;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%
}

.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #f9b522;
    box-shadow: 0 0 0 2px #f9b522
}

.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot.active span:after {
    opacity: 1
}

.single-service-page-content h3 {
    margin: 0;
    color: #242c33;
    font-size: 30px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 20px
}

.single-service-page-content p {
    font-size: 16px;
    line-height: 29px;
    font-family: Poppins, sans-serif;
    color: #727272;
    margin: 0
}

.single-service-page-content ul.list-item {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 30px
}

.single-service-page-content ul.list-item li {
    position: relative;
    color: #242d36;
    font-size: 17px;
    font-family: Poppins, sans-serif;
    padding-left: 25px
}

.single-service-page-content ul.list-item li+li {
    margin-top: 10px
}

.single-service-page-content ul.list-item li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px
}

.single-service-page-content .single-service-carousel .owl-dots {
    margin-top: 20px
}

.single-service-page-content .single-service-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #c6c7c9;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 15px;
    margin-bottom: 0
}

.single-service-page-content .single-service-carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(2);
    transform: scale(2);
    background: #f9b522
}

.single-service-page-content .single-service-tab-content {
    margin-top: 40px
}

.single-service-page-content .single-service-tab-content .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #f9b522;
    text-align: center
}

.single-service-page-content .single-service-tab-content .tab-title li {
    display: inline-block
}

.single-service-page-content .single-service-tab-content .tab-title li a {
    display: block;
    padding: 10px 30px;
    color: #242c33;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 18px
}

.single-service-page-content .single-service-tab-content .tab-title li.active a {
    background: #f9b522;
    color: #fff
}

.single-service-page-content .single-service-tab-content .tab-content {
    padding-top: 30px
}

.section-testimonials-style {
    margin: 0;
    padding: 0;
    position: relative
}

.section-testimonials-style::before {
    position: absolute;
    margin: 0;
    padding: 0;
    content: '';
    width: 50%;
    height: 100%;
    background: #ffa60a
}

.section-testimonials-style .left-side-contant {
    margin: 0;
    padding: 0
}

.section-testimonials-style .left-side-contant .sec-title {
    padding: 0;
    margin: 0
}

.section-testimonials-style .left-side-contant .sec-title span {
    color: #0a57f5;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 12px;
    display: block
}

.section-testimonials-style .left-side-contant .sec-title h3 {
    color: #2d2d2d;
    margin: 0;
    padding: 0;
    font-size: 72px;
    font-weight: 800;
    line-height: 94px;
    margin: 12px 0 20px 0;
    letter-spacing: 2px
}

.testimonials-style-one .single-testimonial-style-one {
    padding-right: 100px
}

.testimonials-style-one .single-testimonial-style-one+.single-testimonial-style-one {
    margin-top: 60px
}

.testimonials-style-one .single-testimonial-style-one .top-box {
    position: relative
}

.testimonials-style-one .single-testimonial-style-one .top-box i.qoute-icon {
    color: #242c33;
    font-size: 54px;
    position: absolute;
    top: 0;
    right: 20px
}

.testimonials-style-one .single-testimonial-style-one .top-box .icon-box,
.testimonials-style-one .single-testimonial-style-one .top-box .text-box {
    display: table-cell;
    vertical-align: middle
}

.testimonials-style-one .single-testimonial-style-one .content-box .testimonial-detail {
    width: auto;
    height: auto;
    margin: 15px 0 0 0;
    padding: 0
}

.testimonials-style-one .single-testimonial-style-one .content-box .testimonial-detail .icon-box {
    width: 55px;
    border-radius: 50px;
    border: 1px solid #dee0e1;
    float: left;
    margin-right: 12px
}

.testimonials-style-one .single-testimonial-style-one .content-box .testimonial-detail .icon-box img {
    border-radius: 50px;
    display: block;
    max-width: 100%
}

.testimonials-style-one .single-testimonial-style-one .content-box .testimonial-detail .right-name-details {
    float: left
}

.testimonials-style-one .single-testimonial-style-one .content-box {
    padding-top: 15px
}

.testimonials-style-one .single-testimonial-style-one .content-box p {
    color: #232323;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    margin: 0
}

.testimonials-style-one .single-testimonial-style-one .content-box .testimonial-detail .right-name-details h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
    color: #ffa60a
}

.testimonials-style-one .single-testimonial-style-one .content-box .testimonial-detail .right-name-details span {
    margin: 0;
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 6px
}

.testimonials-style-one .single-testimonial-style-one .top-box .text-box {
    padding-left: 0
}

.testimonials-style-one .single-testimonial-style-one .top-box .text-box h3 {
    margin: 0;
    color: #242c33;
    font-size: 22px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px
}

.testimonials-style-one .single-testimonial-style-one .top-box .text-box .stars i {
    color: #f9b522;
    font-size: 15px
}

.testimonials-style-one .single-testimonial-style-one .top-box .text-box .stars i+i {
    margin-left: 5px
}

.testimonials-style-one .row+.row {
    border-top: 1px solid #dfdfdf;
    margin-top: 60px;
    padding-top: 60px
}

.testimonials-style-one .btn-box {
    margin-top: 60px
}

.testimonials-style-one .view-more {
    width: 140px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    background: #f9b522;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    color: #242c33;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials-style-one .view-more:hover {
    background: #242c33;
    color: #fff
}

.testimonials-style-one .testimonials-carousel-style-one {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 60px
}

.testimonials-style-one .testimonials-carousel-style-one .single-testimonial-style-one {
    padding-right: 0
}

.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav {
    margin: 0
}

.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-] {
    width: 35px;
    height: 35px;
    background: #f3f4f7;
    color: #242c33;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f9b522
}

.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-] i {
    font-size: 18px
}

.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-prev] {
    right: 100%;
    margin-right: 50px
}

.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-next] {
    left: 100%;
    margin-left: 50px
}

.testimonials-style-one .more-btn-box {
    position: relative
}

.testimonials-style-one .more-btn-box:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonials-style-one .more-btn-box a {
    display: inline-block;
    color: #f9b522;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials-style-one .more-btn-box a:hover {
    color: #f9b522;
    background: #252d33
}

.testimonials-style-one .testimonials-carousel-style-two {
    padding-left: 70px
}

.testimonials-style-one .testimonials-carousel-style-two .single-testimonial-style-one {
	padding: 15px;
	border: none;
	background: #ebf3ff;
	border-radius: 10px;
}

.testimonials-style-one .testimonials-carousel-style-two .single-testimonial-style-one .top-box .zxp-icon-right-quote {
    position: absolute;
    font-size: 50px;
    right: 0;
    top: -39px;
    color: #ffa60a;
/*    background-color: #fff*/
}

.testimonials-carousel-style-two .item {
    padding: 20px
}

.testimonials-style-one .testimonials-carousel-style-two.no-pad-left {
    padding-left: 0
}

.testimonials-style-one .testimonials-carousel-style-two.no-pad-left .single-testimonial-style-one {
    padding-right: 25px
}

.testimonials-style-one .testimonials-carousel-style-two.no-pad-left.owl-theme .owl-nav {
    margin-top: 30px;
    padding-top: 0;
    border-top: 0
}

.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav {
    margin: 0;
    text-align: center
}

.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-] {
    width: 52px;
    height: 52px;
    background: #f9b522;
    color: #242c33;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 58px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-]:hover {
    background: #01477f;
    color: #fff
}

.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-] i {
    font-size: 22px
}

.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-prev] {
    right: 100%;
    margin-right: 10px
}

.testimonials-feature-wrapper .single-testimonial-style-one {
    padding-right: 0
}

.faq-style-one .accrodion-grp .accrodion+.accrodion {
    margin-top: 10px
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title {
    border: 1px solid #dee0e1;
    background: #fff;
    padding: 14.5px 25px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #222;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content {
    padding-top: 10px
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
    border: 1px solid #dee0e1;
    padding: 20px 30px
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .01em;
    color: #74787d
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title {
    background: #f9b522;
    border-color: #f9b522
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
    content: '\f106'
}

.team-style-one.team-page {
    padding-bottom: 50px
}

.team-style-one .single-team-style-one {
    position: relative;
    margin-bottom: 150px;
    text-align: center
}

.team-style-one .single-team-style-one .img-box>img {
    width: 100%
}

.team-style-one .single-team-style-one .text-box {
    background: #242c33;
    padding: 21px 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team-style-one .single-team-style-one .text-box h3,
.team-style-one .single-team-style-one .text-box p {
    margin: 0
}

.team-style-one .single-team-style-one .text-box h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.team-style-one .single-team-style-one .text-box p {
    color: #9ca1a8;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    margin-top: 5px
}

.team-style-one .single-team-style-one .text-box .social {
    position: relative;
    top: -100%;
    padding-top: 0;
    margin-bottom: -30px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team-style-one .single-team-style-one .text-box .social a {
    color: #fff;
    font-size: 24px
}

.team-style-one .single-team-style-one .text-box .social a+a {
    margin-left: 20px
}

.team-style-one .single-team-style-one:hover .text-box {
    background: #f9b522
}

.team-style-one .single-team-style-one:hover .text-box p {
    color: #fff
}

.team-style-one .single-team-style-one:hover .text-box .social {
    padding-top: 15px;
    opacity: 1;
    top: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-style-one .team-carousel-style-one .single-team-style-one {
    margin-bottom: 150px
}

.team-style-one .owl-theme .owl-dots {
    margin-top: -20px
}

.team-style-one .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #c6c7c9;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0
}

.team-style-one .owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(2);
    transform: scale(2);
    background: #f9b522
}

.team-style-one .owl-theme .owl-nav {
    margin: 0;
    margin-top: 20px
}

.team-style-one .owl-theme .owl-nav [class*=owl-] {
    width: 35px;
    height: 35px;
    background: #f3f4f7;
    color: #242c33;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team-style-one .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f9b522
}

.team-style-one .owl-theme .owl-nav [class*=owl-] i {
    font-size: 18px
}

.team-style-one .owl-theme .owl-nav [class*=owl-prev] {
    margin-right: 20px
}

.project-single-page .single-project-content {
    padding-left: 50px;
    padding-top: 80px
}

.project-single-page .single-project-content h3,
.project-single-page .single-project-content p {
    margin: 0
}

.project-single-page .single-project-content h3 {
    color: #051829;
    font-size: 30px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 30px
}

.project-single-page .single-project-content p {
    color: #74787d;
    font-size: 15px;
    line-height: 27px;
    font-family: Poppins, sans-serif
}

.project-single-page .single-project-content p+p {
    margin-top: 35px
}

.project-single-page .single-project-content ul.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px
}

.project-single-page .single-project-content ul.list-items li {
    position: relative;
    color: #9a9a9a;
    font-size: 15px;
    padding-left: 25px
}

.project-single-page .single-project-content ul.list-items li+li {
    margin-top: 5px
}

.project-single-page .single-project-content ul.list-items li span {
    color: #051829;
    margin-right: 5px
}

.project-single-page .single-project-content ul.list-items li i {
    color: #f9b522;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project-style-one .gallery-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 35px
}

.project-style-one .gallery-filter ul li {
    display: inline-block;
    vertical-align: middle
}

.project-style-one .gallery-filter ul li.active span,
.project-style-one .gallery-filter ul li:hover span {
    color: #f9b522
}

.project-style-one .gallery-filter ul li+li {
    margin-left: 40px
}

.project-style-one .gallery-filter ul li span {
    display: block;
    color: #242c33;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    cursor: pointer
}

.project-style-one .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    overflow: hidden
}

.project-style-one .row {
    margin-left: -5px;
    margin-right: -5px
}

.project-style-one .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.project-style-one .single-project-style-one {
    margin-bottom: 10px;
    overflow: hidden
}

.project-style-one .single-project-style-one .img-box {
    position: relative
}

.project-style-one .single-project-style-one .img-box>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.project-style-one .single-project-style-one .img-box .overlay {
    background: rgba(0, 0, 0, .65);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.project-style-one .single-project-style-one .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.project-style-one .single-project-style-one .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle
}

.project-style-one .single-project-style-one .img-box .overlay .box .content a.more-btn {
    width: 60px;
    height: 60px;
    background: #f9b522;
    display: inline-block;
    border-radius: 5px;
    color: #242c33;
    font-size: 24px;
    line-height: 60px
}

.project-style-one .single-project-style-one .img-box .overlay .box .content h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-top: 40px
}

.project-style-one .single-project-style-one:hover .img-box>img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.project-style-one .single-project-style-one:hover .img-box .overlay {
    opacity: 1
}

.project-style-two {   
    display: block;
    height: auto
}

.project-style-two .inner-box {
     background: #fff url(../img/project-2-bg.webp) right center fixed no-repeat;
    background-size: cover;    
    padding-bottom: 0;
    height: auto;
    padding: 50px 0 40px 0;
    position: relative;
    
}
.project-style-two .inner-box::after{
    background: rgba(0, 0, 0, .8);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}
.heading-titel {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 20px
}

.heading-titel::before {
    content: '';
    background-color: #ffa60a;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0
}

.heading-titel span {
    color: #ffa60a;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 12px;
}

.heading-titel h2 {
    color: #fff;
}
.heading-titel h2 span {
    color: #ffa60a;
    font-weight: 600;
    padding-bottom: 0;
    display: unset;
    font-size: unset;
}
.heading-titel p {
	color: #fdfdfd;
	font-size: 15px;
	line-height: 28px;
	padding: 0px 0 0 0;
	margin: 0;
	font-weight: 400;
}
.project-style-two .gallery-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 35px
}

.project-style-two .gallery-filter ul li {
    display: inline-block;
    vertical-align: middle
}

.project-style-two .gallery-filter ul li.active span,
.project-style-two .gallery-filter ul li:hover span {
    color: #f9b522
}

.project-style-two .gallery-filter ul li+li {
    margin-left: 40px
}

.project-style-two .gallery-filter ul li span {
    display: block;
    color: #242c33;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    cursor: pointer
}

.project-style-two .single-project-style-two {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px;
}

.project-style-two .single-project-style-two .img-box {
    position: relative
}

.project-style-two .single-project-style-two .img-box>img {
    width: 100%
}



.project-style-two .single-project-style-two .img-box .overlay {
/*
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
*/
/*
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
*/
/*
    visibility: inherit;
    z-index: 1;
    transition: all ease-in-out 0.3s;
*/
/*
    transform: translate(0px, -100%);
  transition: all 300ms ease 0s;
*/
    
  opacity: 0;
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
    z-index: 1;
    visibility: inherit;
    
}


.project-style-two .single-project-style-two .img-box:hover .overlay {
  opacity: 1;
  bottom: 20px;
}

.project-style-two .single-project-style-two .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.project-style-two .single-project-style-two .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
/*    display: none*/
}

.project-style-two .single-project-style-two .img-box .overlay .box .content h3 {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    text-align: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.5px;
    line-height: 22px;    
}

.project-style-two .single-project-style-two .img-box .overlay .box .content span{
    font-size: 12px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    text-align: left;
    color: #fff;
    background-color: #1b4076;
    padding: 4px 10px;
    display: inline-block;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

/*
.project-style-two .single-project-style-two .img-box .overlay .box .content h3 {
    background-color: #ffa60a
}
*/

.project-style-two .single-project-style-two:hover .img-box .overlay {
    opacity: 1
}

.project-style-two .more-btn-box {
    margin-top: 60px
}

.project-style-three {
    background: #242c33
}

.project-style-three .container-fluid {
    padding-left: 6px;
    padding-right: 6px
}

.project-style-three .single-project-style-three {
    margin-bottom: 0;
    overflow: hidden
}

.project-style-three .single-project-style-three .img-box {
    position: relative
}

.project-style-three .single-project-style-three .img-box>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.project-style-three .single-project-style-three .img-box .overlay {
    background: rgba(0, 0, 0, .65);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.project-style-three .single-project-style-three .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.project-style-three .single-project-style-three .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle
}

.project-style-three .single-project-style-three .img-box .overlay .box .content a.more-btn {
    width: 60px;
    height: 60px;
    background: #f9b522;
    display: inline-block;
    border-radius: 5px;
    color: #242c33;
    font-size: 24px;
    line-height: 60px
}

.project-style-three .single-project-style-three .img-box .overlay .box .content h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-top: 20px
}

.project-style-three .single-project-style-three:hover .img-box>img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.project-style-three .single-project-style-three:hover .img-box .overlay {
    opacity: 1
}

.project-style-three .more-btn-box {
    margin-top: 60px
}

.project-style-three .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 100%;
    right: 100px;
    margin-top: 60px
}

.project-style-three .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    background: #3b444c;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0
}

.project-style-three .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f9b522
}

.project-style-three .owl-theme .owl-nav [class*=owl-] i {
    font-size: 24px;
    line-height: 45px
}

.project-style-three .owl-theme .owl-nav [class*=owl-next] {
    margin-left: 10px
}

.three-box {
    z-index: 1000;
    position: relative;
    padding: 30px 0px;
}

.three-box .col-md-4 {
    padding-left: 0;
    padding-right: 0
}
.three-box .col-md-4 .three-box-inner {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	margin-top: 0px;
    display: inline-block;
}
.three-box-details{
    position: relative;
    display: inline-block;
}
.nd_options_section {
	width: 100%;
	float: left;
	padding: 15px;
	position: relative;
	/* background-size: cover; */
	/* border-right: 6px solid #ffa60a; */
	/* padding-left: 68px; */
	background-image: linear-gradient(to right, rgba(42,84,146,1), rgba(17,49,96,1));
	z-index: 10;
	/* border-bottom: 6px solid #ffa60a; */
}
.square-animation {
  animation:wipe-enter 1s 1;
}
.square-wrapper {
  border:2px dashed #d3e0da
}

@keyframes wipe-enter {
  0% {
    transform:scale(0,.025)
  }
  50% {
    transform:scale(1,.025)
  }
}
.three-box-details::after{
    content: '';
    width: 54px;
    height: 54px;
    background-color: #ffa60a;
    bottom: -3px;
    right: -3px;
    position: absolute;
    z-index: -10;
}
.nd_options_section .icon-div {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    background: url(../img/home-three-box-icon.webp);
    background-repeat: no-repeat;
}
.nd_options_section .icon-div.bim-icon {
	background-position: 0 0;
}
.nd_options_section .icon-div.mepf-icon {
	background-position: -60px 0;
}
.nd_options_section .icon-div.structural-icon {
	background-position: -118px 0;
}
.nd_options_section h4 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 0px 0;
	font-weight: 500;
	align-items: center;
	display: flex;
	/* align-content: 1px; */
	letter-spacing: 1px;
	padding-left: 12px;
}
.nd_options_section p {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	font-weight: 300;
	margin-top: 10px;
	letter-spacing: 0.3px;
}

.about-us-style-one {
    background: url(../img/about-bg-new.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 50px 0;
    background-size: cover;
}

.video-section-full-v2 {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 70px
}

.video-section-full-v2 .video-section-full {
    padding: 189px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0;
    margin-top: 0;
    margin-left: 40px
}

.video-section-full::after,
.video-section-full::before,
.video-section-inner::after,
.video-section-inner::before {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden
}

.video-section-inner::after {
    width: 30px;
    height: 2px;
    right: 20px;
    bottom: 20px
}

.video-section-inner::before {
    width: 2px;
    height: 30px;
    right: 20px;
    bottom: 20px
}

.video-section-full-v2::after {
    position: absolute;
    content: '';
    left: 0;
    top: -40px;
    width: 40%;
    height: calc(100% + 80px);
    background-color: #ffa60a;
    z-index: -1
}

.video-section-full::before {
    width: 2px;
    height: 30px;
    left: 20px;
    top: 20px
}

.video-section-full::after {
    width: 30px;
    height: 2px;
    left: 20px;
    top: 20px
}

.video-section-full:hover::before {
    height: 100%
}

.video-section-full:hover::after {
    width: 100%
}

.video-section-full:hover .video-section-inner::before {
    height: 100%
}

.video-section-full:hover .video-section-inner::after {
    width: 100%
}

.bg-black {
    background-color: #000
}

.opacity-04 {
    opacity: .4
}

.video-section-full .overlay-main {
    z-index: -1
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3
}

.about-us-style-one .about-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 33.33333333%;
}

.about-us-style-one span {
    display: block;
    color: #ffa60a;
    font-size: 24px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    padding-bottom: 10px
}

.about-us-style-one h1 {
	margin: 0;
	color: #0a57f5;
	font-weight: 600;
	line-height: 44px;
	font-size: 34px;
	font-family: Poppins, sans-serif;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.about-us-style-one h1 span {
     display: block;
      color: #ffa60a;
      font-size: 28px;
      font-weight: 600;
      padding-bottom: 0;
    line-height: normal;
}


.about-us-style-one h4 {
    margin: 0;
    color: #242c33;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: justify
}

.about-us-style-one p {
    color: #242424;
    font-size: 15px;
    line-height: 34px;
    font-family: Poppins, sans-serif;
    text-align: justify;
    font-weight: 400;
    padding-bottom: 12px;
    margin: 0px;
}

.about-us-style-one a.about-btn {
	margin-top: 8px;
	background: #ffa60a;
	width: auto;
	height: auto;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: a;
	color: #242424;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 10px 28px;
	letter-spacing: 1px;
}

.about-us-style-one a.about-btn i {
    position: relative;
    top: 3px;
    font-size: 22px;
    margin-left: 3px
}

.about-us-style-one a.about-btn:hover {
    background: #0a57f5;
    color: #fff
}

.get_a_quote {
    background: #f2f3f5;
    padding: 30px 0 20px 0
}

.get_a_quote .inner {
    padding: 30px 0
}

.get_a_quote h3 {
    margin: 0;
    color: #0a57f4;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
    line-height: 36px;
    letter-spacing: .5px
}

.get_a_quote .inner h3 {
    margin: 0;
    color: #242c33;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    line-height: 44px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.get_a_quote .inner h3 i {
    color: #0a57f5
}

.get_a_quote .inner span {
    margin: 0;
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 500
}

.get_a_quote a.cta-btn {
    width: auto;
    height: 54px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    background: #0a57f5;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 30px
}

.get_a_quote a.cta-btn i {
    position: relative;
    top: 1px;
    margin-left: 5px
}

.get_a_quote a.cta-btn:hover {
    background: #fff;
    color: #242c33
}

.cta-style-two {
    overflow: hidden
}

.cta-style-two .container-fluid {
    padding: 0 15px
}

.cta-style-two .row {
    margin-left: -15px;
    margin-right: -15px
}

.cta-style-two .row [class*=col-] {
    padding: 0 .5px
}

.cta-style-two .cta-style-two-1 {
    background: #252a33 url(../img/residential-projects-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 20px
}

.cta-style-two .cta-style-two-1::before {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    content: '';
    background-color: rgba(0, 41, 74, .9);
    left: 0;
    top: 0
}

.cta-style-two .cta-style-two-1 .project-link-div {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    text-align: left
}

.cta-style-two .cta-style-two-1 h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.cta-style-two .cta-style-two-1 h3 span {
    color: #ffa60a
}

.cta-style-two .cta-style-two-1 p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 25px 0
}

.cta-style-two .cta-style-two-1 .major_industries_servecis {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.cta-style-two .cta-style-two-1 .major_industries_servecis img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width:1250px) {
    .cta-style-two .cta-style-two-1 h3 br {
        display: none
    }
}

.cta-style-two .cta-style-two-1 a {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    background: #ffa60a;
    border-radius: 50px;
    padding: 0 33px;
    color: #01477f;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    line-height: 50px;
    font-size: 20px
}

.cta-style-two .cta-style-two-1 a i {
    top: 2px;
    position: relative;
    margin-left: 2px
}

.cta-style-two .cta-style-two-1 a:hover {
    background: #fff
}

.cta-style-two .cta-style-two-2 {
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
    background: #f9b522 url(../img/corporate-projects-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.cta-style-two .cta-style-two-2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    content: '';
    background-color: rgba(255, 166, 10, .9);
    left: 0;
    top: 0
}

@media (max-width:1360px) {
    .cta-style-two .cta-style-two-2 {
        padding: 86px 100px
    }
}

@media (max-width:1110px) {
    .cta-style-two .cta-style-two-2 {
        padding: 86px 79px
    }
}

.cta-style-two .cta-style-two-2 .project-link-div {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    text-align: left
}

.cta-style-two .cta-style-two-2 h3 {
    margin: 0;
    color: #01477f;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.cta-style-two .cta-style-two-2 h3 span {
    color: #242424
}

.cta-style-two .cta-style-two-2 .our_global_presence {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.cta-style-two .cta-style-two-2 .our_global_presence img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.cta-style-two .cta-style-two-2 p {
    color: #242424;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 25px 0
}

@media (max-width:1600px) {
    .cta-style-two .cta-style-two-2 p {
        width: 100%
    }
}

.cta-style-two .cta-style-two-2 a {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    background: #01477f;
    border-radius: 50px;
    padding: 0 33px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    line-height: 50px;
    font-size: 20px
}

.cta-style-two .cta-style-two-2 a i {
    top: 2px;
    position: relative;
    margin-left: 2px
}

.cta-style-two .cta-style-two-2 a:hover {
    background: #242424
}

.feature-style-one {
    padding-left: 95px
}

.feature-style-one .single-feature-style-one+.single-feature-style-one {
    margin-top: 40px
}

.feature-style-one .single-feature-style-one .icon-box,
.feature-style-one .single-feature-style-one .text-box {
    display: table-cell;
    vertical-align: top
}

.feature-style-one .single-feature-style-one .icon-box {
    width: 52px
}

.feature-style-one .single-feature-style-one .icon-box i {
    font-size: 52px;
    color: #242c33
}

.feature-style-one .single-feature-style-one .text-box {
    padding-left: 15px
}

.feature-style-one .single-feature-style-one .text-box h3 {
    margin: 0;
    color: #051829;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin-bottom: 10px
}

.feature-style-one .single-feature-style-one .text-box h3.large-font {
    font-size: 22px
}

.feature-style-one .single-feature-style-one .text-box p {
    color: #74787d;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 27px;
    margin: 0
}

.provided_services {
    background: url(../img/provided-services-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 40px 0
}

.provided_services .heading-titel {
	position: relative;
	border-bottom: 1px solid rgba(42, 84, 145, .1);
	padding-bottom: 20px;
}

.provided_services .heading-titel h3 {
    color: #0a57f5
}

.provided_services .heading-titel p {
	color: #232323;
	font-size: 15px;
	line-height: 30px;
	padding: 0px 0 0 0;
	margin: 0;
	font-weight: 400;
}

.provided_services .single-service-tab-content {
    margin-top: 40px
}

.provided_services .single-service-tab-content .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ececec;
    text-align: center
}

.provided_services .single-service-tab-content .tab-title li .tab_top_section {
    width: 100%;
    float: left;
    height: 1px;
    border-bottom: 1px solid #ececec
}

.provided_services .single-service-tab-content .tab-title li .tab_top_section .yellow-box-div {
    border: 7px solid #f9b522;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px
}

.provided_services .single-service-tab-content .tab-title li {
    display: inline-block;
    width: 20%;
    float: left
}

.provided_services .single-service-tab-content .tab-title li a {
    display: block;
    padding: 120px 15px 10px 15px;
    color: #232323;
    font-weight: 500;
    font-size: 16px
}

.provided_services .single-service-tab-content .tab-title li a.architectural-tab-icon {
    background: url(../img/architectural-tab-icon.png) center center no-repeat
}

.provided_services .single-service-tab-content .tab-title li a.bim-services-tab-icon {
    background: url(../img/bim-services-tab-icon.png) center center no-repeat
}

.provided_services .single-service-tab-content .tab-title li a.mepf-tab-icon {
    background: url(../img/mepf-tab-icon.png) center center no-repeat
}

.provided_services .single-service-tab-content .tab-title li a.detailing-tab-icon {
    background: url(../img/detailing-tab-icon.png) center center no-repeat
}

.provided_services .single-service-tab-content .tab-title li a.shop-drawing-tab-icon {
    background: url(../img/shop-drawing-icon.png) center center no-repeat
}

.provided_services .single-service-tab-content .tab-title li.active a {
    position: relative
}

.provided_services .single-service-tab-content .tab-title li.active a::before {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 30%;
    height: 3px;
    background-color: #f9b522;
    content: '';
    bottom: -2px;
    left: 35%
}

.provided_services .single-service-tab-content .tab-content {
    padding-top: 30px
}

.cad_services_clo {
    height: auto;
    margin: 15px 0;
    position: relative;
    padding-left: 90px
}

.cad_float_left {
    float: left
}

.cad_services_icon {
    width: 70px;
    height: 70px;
    margin-right: 12px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0a57f5 url(../img/cad-services-icon.png);
    background-repeat: no-repeat
}

.cad_services_icon.architectural-planning {
    background-position: -39px -19px
}

.cad_services_details_div {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    
}

.cad_services_clo .titel-div {
	margin: 0;
	color: #232323;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.cad_services_clo .details-text {
    font-size: 15px;
      color: #232323;
      line-height: 28px;
      text-align: justify;
      font-weight: 400;
      margin: 0;
      padding: 0;
      text-transform: none;
    min-height: 122px;
    position: relative
}

.cad_services_clo .details-text a.more-link {
    display: block;
    text-transform: capitalize;
    color: #232323;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 0
}

.cad_services_clo .details-text a.more-link:hover {
    text-decoration: underline
}

.services_solutions {
    background: #242c33 url(../img/services-solutions-bg.webp) right center fixed no-repeat;
    background-size: cover
}

.services_solutions .inner-box {
    background: rgba(0, 0, 0, .75)
}

.services_solutions .title {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 40px
}

.services_solutions .title h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0;
}
.services_solutions .title p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	/* font-style: italic; */
}

.services_solutions .col-div {
	text-align: center;
	background: rgba(0, 0, 0, 0.30);
	padding: 15px 10px;
	height: 100%;    
    transition: all .3s ease-in-out;
    position: relative;
}

.services_solutions .col-div::after,.services_solutions .col-div::before,.services_solutions .col-div-two::after,.services_solutions .col-div-two::before {
content:"";
position:absolute;
background-color:#fff;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
overflow:hidden
}

.services_solutions .col-div-two::after {
width:30px;
height:2px;
right:0;
bottom:0
}

.services_solutions .col-div-two::before {
	width: 2px;
	height: 30px;
	right: 0;
	bottom: 0;
    background-color:#ffa60a;
}

.services_solutions .col-div::after {
position:absolute;
content:'';
left:0;
top:0;
width:40%;
height:calc(100% + 80px);
background-color:#ffa60a;
z-index:-1
}

.services_solutions .col-div::before {
	width: 2px;
	height: 30px;
	left: 0;
	top: 0;
}

.services_solutions .col-div::after {
	width: 30px;
	height: 2px;
	left: 0;
	top: 0;
}

.services_solutions .col-div:hover::before, .services_solutions .col-div-two:hover::before {
height:100%;
}

.services_solutions .col-div:hover::after, .services_solutions .col-div-two:hover::after {
width:100%
}

.services_solutions .col-div:hover .services_solutions .col-div-two::before {
height:100%
}

.services_solutions .col-div:hover .services_solutions .col-div-two::after {
width:100%
}



/*
.services_solutions .col-div:hover {
	border-color: #ffa60a;
}
*/
/*
.services_solutions .col-div::before,
.services_solutions .col-div::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: color .1s ease, transform .3s ease;
  will-change: transform;
}
.services_solutions .col-div::before {
  transform: scaleX(0);
}
.services_solutions .col-div::after {
  transform: scaleY(0);
}
*/
/*
.clients-creative img {
  width: 100%;
  will-change: transform;
  transition: all .3s ease;
}
*/


.services_solutions .icon-div {
	/* width: 60px; */
	/* height: 62px; */
	/* margin: 0 auto 20px auto; */
	/* padding: 0; */
	position: relative;
	text-align: center;
	width: 80px;
	height: 80px;
	font-size: 41px;
	line-height: 63px;
	color: #151515;
	background: #0a57f5;
	border-radius: 50%;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
	animation: iconModern 20s ease-in-out infinite;
	z-index: 1;
	margin: 0 auto 25px auto;
}
.services_solutions .icon-div img {
	max-width: 50px;
	margin: 8px auto 0 auto;
	height: auto;
}



.services_solutions .col-div h4 {
    font-size: 22px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #fff
}

.services_solutions .col-div p {
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
}

.services_solutions .btn-div {
	margin-top: 30px;
	text-align: center;
}

.services_solutions a {
    margin-top: 8px;
      background: #ffa60a;
      width: auto;
      height: auto;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 400;
      font-family: Poppins, sans-serif;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      line-height: a;
      color: #242424;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      padding: 10px 28px;
      letter-spacing: 1px;
}

.services_solutions a i {
    position: relative;
    top: 1px
}

.services_solutions a:hover {
   background: #0a57f5;
  color: #fff;
}

.request-a-qoute form.contact-form p {
    font-size: 15px;
    color: #ffc527;
    font-family: Poppins, sans-serif;
    margin: 0;
    margin-bottom: 5px
}

.request-a-qoute form.contact-form input,
.request-a-qoute form.contact-form textarea {
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    outline: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #86898d;
    display: block;
    margin-bottom: 20px
}

.request-a-qoute form.contact-form input::-webkit-input-placeholder,
.request-a-qoute form.contact-form textarea::-webkit-input-placeholder {
    color: #86898d
}

.request-a-qoute form.contact-form input::-moz-placeholder,
.request-a-qoute form.contact-form textarea::-moz-placeholder {
    color: #86898d
}

.request-a-qoute form.contact-form input:-ms-input-placeholder,
.request-a-qoute form.contact-form textarea:-ms-input-placeholder {
    color: #86898d
}

.request-a-qoute form.contact-form input:-moz-placeholder,
.request-a-qoute form.contact-form textarea:-moz-placeholder {
    color: #86898d
}

.request-a-qoute form.contact-form input.error,
.request-a-qoute form.contact-form textarea.error {
    background: rgba(255, 0, 0, .3)
}

.request-a-qoute form.contact-form label.error {
    display: none!important
}

.request-a-qoute form.contact-form textarea {
    padding-top: 10px;
    height: 200px
}

.request-a-qoute form.contact-form button[type=submit] {
    width: 100%;
    height: 45px;
    background: #f9b522;
    color: #151e37;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: none;
    outline: 0;
    margin-top: 10px
}

.request-a-qoute form.contact-form button[type=submit]:hover {
    background: #232c33;
    color: #f9b522
}

.request-a-qoute form.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.request-a-qoute form.contact-form .bootstrap-select>.dropdown-toggle {
    padding: 10px 20px;
    background-color: #fff;
    color: #86898d;
    font-size: 14px;
    border-radius: 0;
    border: none
}

.request-a-qoute form.contact-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    right: 20px
}

.request-a-qoute form.contact-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #86898d;
    font-size: 14px;
    line-height: 1em
}

.request-a-qoute form.contact-form .bootstrap-select .dropdown-menu>li>a {
    padding-top: 8px;
    padding-bottom: 8px
}

.video-box {
    background: #242c33;
    position: relative
}

.video-box>img {
    width: 100%;
    opacity: .36;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.video-box a.video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-box a.video-popup .inner {
    display: block;
    width: 100%;
    height: 100%;
    background: #f9b522;
    line-height: 100px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    width: 100px;
    height: 100px;
    background: #f9b522;
    border-radius: 50%
}

.video-box:hover>img {
    opacity: 1
}

.faq-video-wrapper.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
    padding-top: 30px;
    padding-bottom: 30px
}

.brand-carousel-wrapper {
    background: #fff;
    padding: 40px 0 40px 0
}

.brand-carousel-wrapper .brand-carousel {
    text-align: center
}


/*
.desktop .clients-creative:hover::before {
	border-color: #eea660 transparent #eea660 transparent;
}
*/

.brand-carousel-wrapper .brand-carousel .item img{
  
	width: 100%;
	will-change: transform;
	transition: all .3s ease;

}
.brand-carousel-wrapper .brand-carousel .item:hover img {
	transform: scale(0.9);
}


.clients-creative {
	position: relative;
	display: block;
/*	max-width: 270px;*/
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	transition: all .3s ease-in-out;
    padding: 10px;
}

.clients-creative::before, .clients-creative::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	transition: color .1s ease, transform .3s ease;
	will-change: transform;
}

.clients-creative::before {
	transform: scaleX(0);
}

.clients-creative::after {
	transform: scaleY(0);
}

.clients-creative img {
	width: 100%;
	will-change: transform;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.clients-creative:hover {
		border-color: transparent;
	}
	.clients-creative:hover::before, .clients-creative:hover::after {
		transform: none;
	}
	.clients-creative:hover::before {
		border-color: #eea660 transparent #eea660 transparent;
	}
	.clients-creative:hover::after {
		border-color: transparent #eea660 transparent #eea660;
	}
	.clients-creative:hover img {
		transform: scale(0.9);
	}
}
.brand-carousel-wrapper .brand-carousel i {
    color: #636e7a;
    font-size: 150px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .8
}

.brand-carousel-wrapper .brand-carousel i:hover {
    opacity: .3
}

.brand-carousel-wrapper .owl-theme .owl-nav {
    display: none
}

.blog-style-one .single-blog-style-one+.single-blog-style-one {
    margin-top: 40px
}

.blog-style-one .single-blog-style-one .img-box {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.blog-style-one .single-blog-style-one .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(33, 55, 74, .5);
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-one .single-blog-style-one .img-box>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-one .single-blog-style-one .img-box a.read-more {
    font-size: 18px;
    width: 140px;
    height: 40px;
    background: #f9b522;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-one .single-blog-style-one .img-box a.read-more:hover {
    background: #242c33;
    color: #f9b522
}

.blog-style-one .single-blog-style-one .text-box {
    padding: 30px 45px;
    padding-top: 35px;
    border: 1px solid #e7e7e7
}

.blog-style-one .single-blog-style-one .text-box .meta-info a {
    color: #999;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-one .single-blog-style-one .text-box .meta-info a i {
    margin-right: 5px;
    color: #f9b522;
    font-size: 14px
}

.blog-style-one .single-blog-style-one .text-box .meta-info a:hover {
    color: #242c33
}

.blog-style-one .single-blog-style-one .text-box .meta-info a+a {
    margin-left: 10px
}

.blog-style-one .single-blog-style-one .text-box h3 {
    margin: 0;
    color: #051829;
    font-size: 24px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 0;
    margin-bottom: 15px
}

.blog-style-one .single-blog-style-one .text-box h3:hover {
    color: #f9b522
}

.blog-style-one .single-blog-style-one .text-box p {
    font-size: 16px;
    line-height: 29px;
    font-family: Poppins, sans-serif;
    color: #727272;
    margin: 0;
    margin-bottom: 30px
}

.blog-style-one .single-blog-style-one:hover .img-box img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-style-one .single-blog-style-one:hover .img-box:after {
    opacity: 1
}

.blog-style-one .single-blog-style-one:hover .img-box a.read-more {
    opacity: 1
}

.blog-style-two .single-blog-style-two .img-box {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.blog-style-two .single-blog-style-two .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(33, 55, 74, .5);
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-two .single-blog-style-two .img-box>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-two .single-blog-style-two .img-box a.read-more {
    font-size: 18px;
    width: 140px;
    height: 40px;
    background: #f9b522;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-two .single-blog-style-two .img-box a.read-more:hover {
    background: #242c33;
    color: #f9b522
}

.blog-style-two .single-blog-style-two .text-box .meta-info {
    margin-top: 15px
}

.blog-style-two .single-blog-style-two .text-box .meta-info a {
    color: #868686;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle
}

.blog-style-two .single-blog-style-two .text-box .meta-info a i {
    margin-right: 5px
}

.blog-style-two .single-blog-style-two .text-box h3 {
    margin: 0;
    color: #242c33;
    font-size: 22px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 5px
}

.blog-style-two .single-blog-style-two .text-box h3:hover {
    color: #f9b522
}

.blog-style-two .single-blog-style-two:hover .img-box:after {
    opacity: 1
}

.blog-style-two .single-blog-style-two:hover .img-box a.read-more {
    opacity: 1
}

.blog-post-pagination {
    text-align: center;
    margin-top: 60px
}

.blog-post-pagination a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbddde;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #051829;
    font-size: 19px
}

.blog-post-pagination a+a {
    margin-left: 15px
}

.blog-post-pagination a.active,
.blog-post-pagination a:hover {
    background: #f9b522;
    color: #fff;
    border-color: #f9b522
}

.single-blog-page-content>.img-box {
    margin-bottom: 20px
}

.single-blog-page-content .meta-info {
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

.single-blog-page-content .meta-info a {
    color: #999;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-blog-page-content .meta-info a i {
    margin-right: 5px;
    color: #f9b522;
    font-size: 14px
}

.single-blog-page-content .meta-info a:hover {
    color: #242c33
}

.single-blog-page-content .meta-info a+a {
    margin-left: 10px
}

.single-blog-page-content h3 {
    margin: 0;
    color: #242c33;
    font-size: 24px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-blog-page-content p {
    font-size: 16px;
    line-height: 29px;
    font-family: Poppins, sans-serif;
    color: #727272;
    margin: 0
}

.single-blog-page-content .share-tag-box {
    margin-top: 30px
}

.single-blog-page-content .share-tag-box .share-box a,
.single-blog-page-content .share-tag-box .share-box span {
    display: inline-block;
    vertical-align: middle
}

.single-blog-page-content .share-tag-box .share-box span {
    color: #999;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    margin-right: 10px
}

.single-blog-page-content .share-tag-box .share-box a {
    font-size: 15px;
    color: #242c33;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-blog-page-content .share-tag-box .share-box a:hover {
    color: #f9b522
}

.single-blog-page-content .share-tag-box .share-box a+a {
    margin-left: 10px
}

.single-blog-page-content .share-tag-box .tags-box a {
    border: 1px solid #e6e9ec;
    color: #7a7e81;
    font-size: 14px;
    padding: 0 15px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-blog-page-content .share-tag-box .tags-box a:hover {
    background: #f9b522;
    border-color: #f9b522;
    color: #fff
}

.single-blog-page-content .share-tag-box .tags-box a+a {
    margin-left: 10px
}

.single-blog-page-content .title-box {
    margin-top: 50px;
    margin-bottom: 30px
}

.single-blog-page-content .title-box h3 {
    margin: 0;
    color: #242c33;
    font-size: 24px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.single-blog-page-content .author-box {
    padding: 40px 40px 30px;
    border: 1px solid #dbddde
}

.single-blog-page-content .author-box .img-box,
.single-blog-page-content .author-box .text-box {
    display: table-cell;
    vertical-align: top
}

.single-blog-page-content .author-box .img-box i {
    background: #e7ebec;
    width: 75px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    color: #242c33
}

.single-blog-page-content .author-box .text-box {
    padding-left: 25px
}

.single-blog-page-content .author-box .text-box h3 {
    margin: 0;
    font-size: 18px;
    color: #242c33;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1em;
    margin-bottom: 10px
}

.single-blog-page-content .author-box .text-box span {
    color: #999;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    display: block;
    line-height: 1em
}

.single-blog-page-content .author-box .text-box p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    margin-top: 10px
}

.single-blog-page-content .author-box .text-box .social {
    margin-top: 10px
}

.single-blog-page-content .author-box .text-box .social a {
    font-size: 15px;
    color: #242c33
}

.single-blog-page-content .author-box .text-box .social a+a {
    margin-left: 5px
}

.single-blog-page-content .comment-form-box form input,
.single-blog-page-content .comment-form-box form textarea {
    width: 100%;
    height: 40px;
    background: #f8f8fa;
    border: none;
    outline: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #808992;
    display: block;
    margin-bottom: 20px
}

.single-blog-page-content .comment-form-box form input::-webkit-input-placeholder,
.single-blog-page-content .comment-form-box form textarea::-webkit-input-placeholder {
    color: #808992
}

.single-blog-page-content .comment-form-box form input::-moz-placeholder,
.single-blog-page-content .comment-form-box form textarea::-moz-placeholder {
    color: #808992
}

.single-blog-page-content .comment-form-box form input:-ms-input-placeholder,
.single-blog-page-content .comment-form-box form textarea:-ms-input-placeholder {
    color: #808992
}

.single-blog-page-content .comment-form-box form input:-moz-placeholder,
.single-blog-page-content .comment-form-box form textarea:-moz-placeholder {
    color: #808992
}

.single-blog-page-content .comment-form-box form input.error,
.single-blog-page-content .comment-form-box form textarea.error {
    background: rgba(255, 0, 0, .3)
}

.single-blog-page-content .comment-form-box form label.error {
    display: none!important
}

.single-blog-page-content .comment-form-box form textarea {
    padding-top: 10px;
    height: 200px
}

.single-blog-page-content .comment-form-box form button[type=submit] {
    width: 100%;
    height: 45px;
    background: #f9b522;
    color: #151e37;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: none;
    outline: 0;
    margin-top: 10px
}

.single-blog-page-content .comment-form-box form button[type=submit]:hover {
    background: #232c33;
    color: #f9b522
}

.sidebar.sidebar-left {
    padding-right: 65px
}

.sidebar.sidebar-right {
    padding-left: 65px
}

.sidebar .single-sidebar+.single-sidebar {
    margin-top: 45px
}

.sidebar .single-sidebar h3,
.sidebar .single-sidebar h4,
.sidebar .single-sidebar p,
.sidebar .single-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .single-sidebar .title {
    margin-bottom: 20px
}

.sidebar .single-sidebar .title h3 {
    margin: 0;
    color: #051829;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px
}

.sidebar .single-sidebar form.search-form,
.sidebar .single-sidebar form.subscribe-form {
    background: #fff;
    border: 1px solid #dbddde;
    position: relative
}

.sidebar .single-sidebar form.search-form button,
.sidebar .single-sidebar form.search-form input,
.sidebar .single-sidebar form.subscribe-form button,
.sidebar .single-sidebar form.subscribe-form input {
    border: none;
    outline: 0;
    background-color: transparent
}

.sidebar .single-sidebar form.search-form input,
.sidebar .single-sidebar form.subscribe-form input {
    width: 100%;
    height: 39px;
    padding-left: 20px;
    color: #9d9d9d;
    font-size: 14px
}

.sidebar .single-sidebar form.search-form input::-webkit-input-placeholder,
.sidebar .single-sidebar form.subscribe-form input::-webkit-input-placeholder {
    color: #9d9d9d
}

.sidebar .single-sidebar form.search-form input::-moz-placeholder,
.sidebar .single-sidebar form.subscribe-form input::-moz-placeholder {
    color: #9d9d9d
}

.sidebar .single-sidebar form.search-form input:-ms-input-placeholder,
.sidebar .single-sidebar form.subscribe-form input:-ms-input-placeholder {
    color: #9d9d9d
}

.sidebar .single-sidebar form.search-form input:-moz-placeholder,
.sidebar .single-sidebar form.subscribe-form input:-moz-placeholder {
    color: #9d9d9d
}

.sidebar .single-sidebar form.search-form button,
.sidebar .single-sidebar form.subscribe-form button {
    font-size: 14px;
    color: #fff;
    background: #f9b522;
    right: -1px;
    top: -1px;
    position: absolute;
    width: 49px;
    height: 41px
}

.sidebar .single-sidebar ul.category-lists {
    border: 1px solid #dbddde;
    padding: 10px 25px
}

.sidebar .single-sidebar ul.category-lists li+li a {
    border-top: 1px solid #e0e6e8
}

.sidebar .single-sidebar ul.category-lists li a {
    display: block;
    position: relative;
    color: #6a6a6a;
    font-size: 15px;
    padding: 5px 0;
    padding-left: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar .single-sidebar ul.category-lists li a:hover {
    color: #f9b522
}

.sidebar .single-sidebar ul.category-lists li a i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px
}

.sidebar .single-sidebar ul.category-lists li a span.count {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar .single-sidebar ul.tag-lists {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px
}

.sidebar .single-sidebar ul.tag-lists li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px
}

.sidebar .single-sidebar ul.tag-lists li a {
    display: block;
    background: #f9f9fb;
    color: #9d9d9d;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    height: 35px;
    padding: 0 15px;
    line-height: 35px
}

.sidebar .single-sidebar ul.instagram-lists {
    padding: 20px 10px 0;
    border: 1px solid #dbddde
}

.sidebar .single-sidebar ul.instagram-lists li {
    width: 33.33333%;
    float: left;
    margin-bottom: 20px
}

.sidebar .single-sidebar ul.instagram-lists li a {
    display: block;
    padding: 0 10px
}

.sidebar .single-sidebar ul.instagram-lists li a img {
    width: 100%
}

.sidebar .single-sidebar ul.service-lists li+li a {
    margin-top: 10px
}

.sidebar .single-sidebar ul.service-lists li a {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    color: #6a6a6a;
    position: relative;
    display: block;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 10px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar .single-sidebar ul.service-lists li a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}

.sidebar .single-sidebar ul.service-lists li a.active a,
.sidebar .single-sidebar ul.service-lists li a:hover a {
    background: #f9b522;
    border-color: #f9b522;
    color: #fff
}

.sidebar .single-sidebar .single-contact-info {
    position: relative;
    padding-left: 35px
}

.sidebar .single-sidebar .single-contact-info+.single-contact-info {
    margin-top: 10px
}

.sidebar .single-sidebar .single-contact-info p {
    font-size: 18px;
    letter-spacing: .025em;
    margin: 0;
    color: #6a6a6a;
    font-weight: 300;
    font-family: Poppins, sans-serif
}

.sidebar .single-sidebar .single-contact-info i {
    color: #f9b522;
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 0
}

.sidebar .single-sidebar.brochures-sidebar a {
    display: block;
    border: 2px solid #f9b522;
    width: 100%;
    height: 45px;
    line-height: 41px;
    text-align: left;
    color: #f9b522;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-left: 70px;
    position: relative
}

.sidebar .single-sidebar.brochures-sidebar a i {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

.sidebar .single-sidebar.brochures-sidebar a i.fa-download {
    font-size: 16px
}

.sidebar .single-sidebar.brochures-sidebar a:hover {
    background: #f9b522;
    color: #fff
}

.sidebar .single-sidebar.brochures-sidebar a+a {
    margin-top: 10px
}

.sidebar .single-sidebar .recent-post-wrapper {
    border: 1px solid #dbddde;
    padding: 20px
}

.sidebar .single-sidebar .single-recent-post+.single-recent-post {
    margin-top: 20px;
    border-top: 1px solid #dbddde;
    padding-top: 20px
}

.sidebar .single-sidebar .single-recent-post .img-box,
.sidebar .single-sidebar .single-recent-post .text-box {
    display: table-cell;
    vertical-align: top
}

.sidebar .single-sidebar .single-recent-post .img-box {
    width: 76px
}

.sidebar .single-sidebar .single-recent-post .text-box {
    padding-left: 15px
}

.sidebar .single-sidebar .single-recent-post .text-box h4 {
    margin: 0;
    color: #051829;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: Poppins, sans-serif
}

.sidebar .single-sidebar .single-recent-post .text-box h4:hover {
    color: #f9b522
}

.sidebar .single-sidebar .single-recent-post .text-box p {
    margin: 0;
    color: #9da5ac;
    font-size: 14px;
    margin-top: 0
}

.sidebar .single-sidebar .single-recent-post .text-box p i {
    margin-right: 5px
}
.section_counter {
    background: #fff;
    padding: 40px 0px 60px;
}
.out-counter {
    background: #242c33 url(../img/section-counter-bg.jpg) right center fixed no-repeat;
    background-size: auto;
    background-size: cover
}

.section_counter .inner-box {
	background: #242c33 url(../img/section-counter-bg.jpg) right center fixed no-repeat;
	/* background-size: auto; */
	background-size: cover;
	padding: 20px 40px;
	position: relative;
	display: flex;
	height: 100%;
}
.section_counter .inner-box::before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    position: absolute;
    top: 0px;
    left: 0px;
}

.box_counter{
    position: relative;
}
.box_counter::after, .box_counter::before {
	position: absolute;
	background: #9b9b9b;
	opacity: .4;
	content: '';
}
.box_counter::before {
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
}
.box_counter::after {
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}


.section_counter h3.cmt-fid-title {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 0px 0;
	padding: 0;
	letter-spacing: 1px;
}

.section_counter h4.cmt-fid-inner {
	color: #ffa60a;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 3px;
}
.cmt-fid-left {
	position: relative;
	padding-left: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.cmt-fid-left .counter-icon{
    position: absolute;
    left: 0;
    top: 30px;
}

.section_counter h4 i {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

.our_project {
    background: #f2f3f5;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 50px 0
}

.our_project .heading-titel {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 20px
}

.our_project .heading-titel h3 {
    color: #0a57f5
}

.our_project .heading-titel p {
    color: #232323;
	font-size: 15px;
	line-height: 30px;
	padding: 0px 0 0 0;
	margin: 0;
	font-weight: 400;
}

.our_project .project-box-div {
    width: auto;
    height: auto;
/*
    -webkit-box-shadow: -1px 0 13px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: -1px 0 13px 0 rgba(0, 0, 0, .4);
    box-shadow: -1px 0 13px 0 rgba(0, 0, 0, .4);
*/
    background-color: #fff
}

.our_project .project-box-div .project-img-div {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.our_project .project-box-div .project-img-div img {
    display: block;
    width: 100%
}

.our_project .project-box-div .project-details-div {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 12px
}

.our_project .project-box-div .project-details-div h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px 0;
    padding: 0
}

.our_project .project-box-div .project-details-div span {
    display: block;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px
}

.our_project .project-box-div .project-details-div p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-align: justify;
    font-weight: 400;
    padding-bottom: 8px
}

.our_project .project-box-div .project-details-div .read-more {
    color: #090807;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block
}

.our_project .project-box-div .project-details-div .read-more:hover {
    color: #ffa60a
}

#minimal-bootstrap-carousel.slider-inner-two .carousel-inner .item {
    min-height: 520px
}

#minimal-bootstrap-carousel.slider-inner-two:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    z-index: 1
}

.carousel-caption-inner {
    text-align: center
}

#minimal-bootstrap-carousel .carousel-caption-inner .container .box .content {
    padding: 0;
    position: relative;
    padding-bottom: 20px
}

#minimal-bootstrap-carousel .carousel-caption-inner .container .box .content::before {
    position: absolute;
    width: 8%;
    height: 2px;
    background: #fff;
    content: '';
    bottom: 0;
    left: 46%
}

#minimal-bootstrap-carousel .carousel-caption-inner .container .box .content::after {
    position: absolute;
    width: 4%;
    height: 4px;
    background: #ffa60a;
    content: '';
    bottom: -1px;
    left: 48%
}

.slider-inner-two .content h2 {
    font-family: Poppins, sans-serif;
    color: #ffa60a;
    font-size: 42px;
    line-height: 72px;
    letter-spacing: -.025em;
    font-weight: 700;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-transform: uppercase
}

.slider-inner-two .content p {
    padding: 0 25%;
    color: #fff;
    font-size: 16px;
    margin: 0
}

.inner-page {
    padding: 30px 0
}

.inner-page .heading-titel {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 15px;
    display: inline-block;
    width: 100%
}

.inner-page .heading-titel span {
    color: #ffa60a;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 12px;
    display: block
}

.inner-page .heading-titel h1 {
    color: #0a57f5;
    font-weight: 600;
    line-height: 48px;
    font-size: 30px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    margin: 0
}

.details-text {
    color: #242424;
    font-size: 16px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
    text-align: justify;
    font-weight: 400;
    padding: 8px 0;
    margin: 0
}

.inner-tab-section {
    background-color: #0a57f5;
    padding: 30px 0;
    position: relative;
    min-height: 470px
}

.inner-tab-section:before {
    position: absolute;
    height: 100%;
    width: 50%;
    margin: 0;
    padding: 0;
    background-image: url(../img/inner-tab-section-left-bg.jpg);
    background-repeat: no-repeat;
    content: '';
    top: 0;
    background-size: cover
}

.inner-tab-section::after {
    position: absolute;
    height: 100%;
    width: 50%;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 166, 10, .8);
    content: '';
    top: 0;
    left: 0
}

.inner-tab-section .left-details-div {
    padding-left: 38%
}

.inner-tab-section .left-details-div .heading-row {
    color: #242424;
    font-weight: 800;
    line-height: 48px;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.inner-tab-section .left-details-div p {
    color: #242424;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: justify
}

.inner-tab-section .container {
    position: relative;
    width: 100%;
    display: inline-flex
}

.inner-tab-section .right-details-div {
    padding: 0
}

.inner-tab-section .right-details-div .single-service-tab-content ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%
}

.inner-tab-section .right-details-div .single-service-tab-content ul li {
    padding: 0;
    margin: 0 8px;
    width: 120px;
    height: 120px;
    float: left;
    list-style: none
}

.inner-tab-section .right-details-div .single-service-tab-content ul li a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 86px 0 0 0;
    display: inline-block;
    border: 2px solid #3b7bff;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background: url(../img/inner-tab-section-icon.png);
    background-repeat: no-repeat
}

.inner-tab-section .right-details-div .single-service-tab-content ul li a.architectural {
    background-position: 4px 12px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li a.structural {
    background-position: -94px 12px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li a.civil-eng {
    background-position: -190px 12px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li a.hvac {
    background-position: -280px 12px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li a.plumbing {
    background-position: -376px 12px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li a.bim {
    background-position: -466px 12px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li.active a.architectural {
    background-position: 4px -90px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li.active a.structural {
    background-position: -94px -90px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li.active a.civil-eng {
    background-position: -190px -90px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li.active a.hvac {
    background-position: -280px -90px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li.active a.plumbing {
    background-position: -376px -90px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li.active a.bim {
    background-position: -466px -90px
}

.inner-tab-section .right-details-div .single-service-tab-content ul li.active a {
    border: 2px solid #ffa60a
}

.inner-tab-section .right-details-div .single-service-tab-content .tab-content {
    padding: 7px 7px 0 7px
}

.inner-tab-section .right-details-div .single-service-tab-content .tab-content h3 {
    color: #ffa60a;
    margin: 10px 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase
}

.inner-tab-section .right-details-div .single-service-tab-content .tab-content p {
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    text-align: justify
}

.inner-tab-section .right-details-div .single-service-tab-content .tab-content .read-more {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.inner-tab-section .right-details-div .single-service-tab-content .tab-content .read-more a {
    color: #ffa60a;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-decoration: none
}

.inner-tab-section .right-details-div .single-service-tab-content .tab-content .read-more a:hover {
    text-decoration: underline
}

.inner-page .small-heading {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    display: inline-block;
    width: 100%
}

.inner-page .small-heading::before {
    content: '';
    background-color: #ffa60a;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0
}

.inner-page .small-heading h3 {
    color: #414141;
    font-weight: 500;
    line-height: normal;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    text-transform: none;
    margin: 0 0;
    padding: 0 0 12px 0
}

.inner-page h4 {
    color: #232323;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    text-transform: none;
    margin: 5px 0;
    padding: 0
}

.inner-page ul {
    margin: 0;
    padding: 5px 0
}

.inner-page ul li {
    list-style: none;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 2px 0 2px 28px;
    font-weight: 400;
    background: url(../img/bulett.png);
    background-repeat: no-repeat;
    background-position: left 10px
}

.color-switcher {
    position: fixed;
    bottom: -419px;
    right: 0;
    width: 280px;
    background: #fff;
    text-align: center;
    transition: all .5s ease 0s;
    z-index: 999;
    -webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    background-image: url(../img/get-in-touch-with-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.color-switcher.switcher-palate {
    bottom: 0
}

.color-trigger {
    position: relative;
    top: 0;
    height: auto;
    right: 0;
    width: auto;
    line-height: normal;
    cursor: pointer;
    background: #ffa60a;
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    padding: 10px
}

.color-trigger i {
    font-size: 20px;
    line-height: normal;
    color: #232323;
}

.color-switcher .form-div {
    padding: 10px 10px;
    margin: 0
}

.color-switcher .form-div input {
    padding: 5px 15px;
    margin: 5px 0;
    width: 100%;
    background: #fff;
    border: none;
    outline: 0;
    font-size: 14px;
    color: #464646;
    font-weight: 400
}

.color-switcher .form-div textarea {
    padding: 5px 15px;
    margin: 5px 0 0px 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border: none;
    outline: 0;
    font-size: 14px;
    color: #464646;
    font-weight: 400
}

.color-switcher .form-div .submit {
    background-color: #ffa60a;
    padding: 8px 20px;
    text-align: center;
    margin: 0;
    color: #414141;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    width: 100%;
    border: none
}

.middle-contant-menu {
    background-color: #f5f5f5;
    border-bottom: #e1e1e1 solid 1px
}

.middle-contant-menu .container {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    
}

.middle-contant-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: table
}

.middle-contant-menu li {
    float: none;
    list-style: none;
    border-right: 1px solid #dbdbdb;
    padding: 0 10px;
    display: table-cell;
    position: relative
}

.middle-contant-menu li:last-child {
    border-right: none
}

.middle-contant-menu li span.ser-name {
    font-size: 18px;
    border: none;
    outline: 0;
    color: #232323;
    padding: 14px 0 14px 38px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    display: block;
    font-weight: 500;
    border-bottom: transparent solid 2px;
    position: relative
}

.middle-contant-menu li span.ser-name .icon-img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 14px
}

.middle-contant-menu li:hover span.ser-name {
    border-bottom: #ffa60a solid 2px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    min-width: 240px;
    box-shadow: 0 2px 5px #f1f1f1;
    z-index: 10
}

.middle-contant-menu li:last-child .dropdown-content {
    left: auto;
    right: 0
}

.dropdown-content a {
    float: none;
    padding: 6px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #58606c;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1
}

.dropdown-content a i {
    margin-right: 5px
}

.dropdown-content a:hover {
    background-color: #f9f9f9
}

.middle-contant-menu li:hover .dropdown-content {
    display: block
}

.cmt-fid-contents {
    text-align: center
}

.faq-style-one {
    margin-top: 10px
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title {
    background: #f9b522;
    border-color: #f9b522
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title {
    border: 1px solid #dee0e1;
    background: #fff;
    padding: 14.5px 25px;
    font-family: Poppins, sans-serif;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content {
    padding-top: 10px
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
    border: 1px solid #dee0e1;
    padding: 20px 30px
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
  color: #242424;
  font-size: 16px;
  line-height: 32px;
  font-family: Poppins, sans-serif;
  text-align: justify;
  font-weight: 400;
  padding: 0px 0;
  margin: 0;    
}

.faq-style-one .accrodion-grp .accrodion+.accrodion {
    margin-top: 10px
}

b,
strong {
    font-weight: 600
}

.img-box img {
    display: block;
    max-width: 100%;
    margin: 5px auto 10px auto
}

.clint_box_colam-4 {
    text-align: center;
    background: #fff;
    padding: 0 0 0
}

.clint-box {
    padding: 0;
    text-align: center
}

.clint-box li {
    list-style: none;
    margin: 0;
    padding: 32px 40px!important;
    display: inline-block;
    background: 0 0!important
}

.clint-img {
    border: 3px solid #0a57f5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    height: 180px;
    width: 180px;
    margin-bottom: 15px;
    position: relative
}

.clint-img img {
    max-width: 100%
}

.clint-img::before {
    display: inline;
    content: "";
    height: auto;
    width: auto;
    background: rgba(4, 156, 219, .4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.clint-box li:hover .clint-img::before {
    background: 0 0
}

.clint-box h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #242c33
}

.clint-box h3 {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 500;
    margin: 0 0 8px 0
}

.btn-box {
    padding: 5px 0 0
}

.btn-box .btn-primary {
    background: #ffa60a;
    border: 2px solid #0a57f5;
    font-size: 18px;
    text-transform: uppercase;
    color: #0a57f5;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 40px;
    line-height: 24px
}

.btn-box .btn-primary:hover {
    background: #ffa60a;
    border: 2px solid #0a57f5;
    color: #0a57f5
}

.cilnt-box .modal .modal-footer {
    text-align: center
}

.cilnt-box .modal .modal-footer .close-btn {
    vertical-align: middle;
    background: #242c33;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    text-transform: uppercase
}

.cilnt-box .modal .modal-footer .close-btn:hover {
    background: #ffa60a;
    color: #242c33
}

.inner-page ul li .modal-dialog {
    width: 600px;
    margin: 10% auto 0 auto
}

.overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9999
}

.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 480px;
    position: relative;
    transition: all 5s ease-in-out;
    height: auto;
    margin: 0 auto;
    top: 30px
}

.popap-innercontent {
    text-align: center
}

.clint-img-popap {
    border: 3px solid #0a57f5;
    margin: auto;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden
}

.clint-img-popap img {
    display: block;
    max-width: 100%
}

.popap-innercontent h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: none;
    font-weight: 500;
    margin: 12px 0 12px 0;
    color: #0a57f4
}

.popap-innercontent h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: none;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #4d4d4d
}

.popap-innercontent p {
    line-height: 25px;
    color: #444443;
    font-size: 14px;
    text-align: justify;
    padding-bottom: 12px;
    margin-bottom: 0
}

.certification_img_div {
    margin: 15px 0
}

.certification_img_div img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.about-us-style-two {
    padding: 40px 0
}

.about-us-style-two .about-content {
    padding-top: 0;
    padding-bottom: 0
}

.about-us-style-two h3 {
    margin: 0;
    color: #0a57f5;
    font-weight: 600;
    line-height: 48px;
    font-size: 30px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.about-us-style-two p {
    color: #58606c;
    font-size: 15px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
    text-align: justify;
    font-weight: 400
}

.mission img {
    display: block;
    max-width: 100%
}

.carousel-caption-inner .container .box {
    background: 0 0!important
}

.direct-contact {
    display: block;
    padding: 40px 0;
    background-color: #f2f3f5;
    border-bottom: 1px solid #d3d3d3
}

.direct-contact h2 {
    font-size: 34px;
    line-height: 72px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0
}

.direct-contact .cnt-info {
    font-size: 18px;
    line-height: 20px;
    color: #0a57f4;
    display: block;
    text-align: center;
    font-weight: 400
}

.direct-contact .cnt-info a {
    color: #0a57f4;
    font-weight: 400
}

.direct-contact .cnt-info span {
    margin: 0 auto;
    text-align: center;
    display: block;
    min-height: 43px;
    margin-bottom: 13px
}

.direct-contact a.join-now {
    padding: 0 20px;
    text-align: center;
    height: 64px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 6px;
    background: #0a57f4;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 12px;
    min-width: 250px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    float: right;
    font-weight: 500;
    border-radius: 50px
}

.cunt-opning-sec {
    display: block;
    margin: 30px 0
}

.cunt-opning-sec .opning-list {
    display: block;
    border: 1px solid #ddd;
    padding: 25px 42px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 0 28px rgba(86, 86, 86, .12)
}

.cunt-opning-sec .opning-list h3 {
    font-size: 24px;
    line-height: 26px;
    color: #ffa60a;
    margin: 0 0 15px 0;
    font-weight: 500
}

.cunt-opning-sec .opning-list h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px 0
}

.cunt-opning-sec .opning-list p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #444;
    margin-bottom: 10px
}

.cunt-opning-sec ul {
    margin: 0;
    padding: 5px 0
}

.cunt-opning-sec ul li {
    list-style: none;
    color: #444;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 2px 0 2px 28px;
    font-weight: 400;
    background: url(../img/bulett.png);
    background-repeat: no-repeat;
    background-position: left 10px
}

.cunt-opning-sec .opning-list a.read-more {
    padding: 15px 30px;
    text-align: center;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 6px;
    background: #000;
    color: #fff;
    position: absolute;
    bottom: -22px;
    right: 40px;
    font-weight: 400
}

.apply-form {
    width: 100%;
    background: #fafafa;
    height: 550px;
    display: table
}

.apply-form .apply-form-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 50px 0
}

.apply-form-inner h3 {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px 0;
    padding: 0
}

.apply-form .apply-form-inner input {
    padding: 0 10px;
    border: 1px solid #a8a8a8;
    height: 64px;
    background: #fff;
    color: #757575;
    font-size: 18px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 0;
    text-align: left;
    width: 100%
}

.apply-form .apply-form-inner .form-row {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.apply-form .apply-form-inner .form-row label.input-label {
    position: relative;
    left: 0;
    color: #444;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 8px 0
}

.apply-form .apply-form-inner .form-row input {
    transition: border-color .25s ease, box-shadow .25s ease;
    padding: 0 20px;
    border: 1px solid #a8a8a8;
    height: 46px;
    margin-bottom: 40px;
    background: #fafafa;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 0;
    text-align: left
}

.apply-form .apply-form-inner .form-row .bootstrap-select {
    height: 46px
}

.apply-form .apply-form-inner .form-row .bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    height: 46px;
    padding: 0 20px
}

.apply-form .apply-form-inner .form-row .bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0
}

.apply-form .apply-form-inner .form-row .bootstrap-select .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.apply-form .apply-form-inner .form-row .bootstrap-select .dropdown-menu>.active>a,
.apply-form .apply-form-inner .form-row .bootstrap-select .dropdown-menu>.active>a:focus,
.apply-form .apply-form-inner .form-row .bootstrap-select .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0a57f5;
    outline: 0
}

.apply-form .apply-form-inner .form-row .btn-default.active,
.apply-form .apply-form-inner .form-row .btn-default:active,
.apply-form .apply-form-inner .form-row .btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #0a57f4
}

.apply-form .apply-form-inner .form-row .bs-searchbox input {
    height: 36px;
    border-radius: 0
}

.apply-form .apply-form-inner .form-row textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #a8a8a8;
    resize: none;
    padding: 20px!important;
    background: 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    overflow: auto
}

.apply-form input:hover {
    border: 1px solid #0a57f4!important
}

.apply-form input:focus {
    border: 1px solid #0a57f4!important
}

.apply-form input:focus {
    outline: 0;
    border-color: #1ab188
}

.apply-form .apply-form-inner .form-row textarea:focus,
.apply-form .apply-form-inner .form-row textarea:hover {
    border: 1px solid #0a57f4!important
}

.apply-form .btn-submit {
    padding: 0;
    text-align: center;
    height: 56px;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    background: #0a57f4;
    color: #fff;
    border: 0;
    letter-spacing: 4px;
    display: block;
    width: 100%;
    box-shadow: 0 0 28px rgba(86, 86, 86, .12);
    font-weight: 500;
    border-radius: 50px
}

.apply-form .btn-submit:hover {
    text-decoration: none;
    background: #ffa60a;
    color: #000
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: 0!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.iphone-app-develop.default-job .select2-container {
    width: 100%!important
}

.iphone-app-develop.default-job .select2-container {
    width: 100%!important
}

.contact-details-box-ad {
    padding: 30px 20px;
    margin: 0;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
    min-height: 298px
}

.contact-details-box-ad.india {
    background-image: url(../img/statue-of-unity-bg.png)!important
}

.contact-details-box-ad.usa {
    background-image: url(../img/usa-bg.jpg)!important
}

.contact-details-box-ad.uk {
    background-image: url(../img/uk-bg.jpg)!important
}

.contact-details-box-ad.australia {
    background-image: url(../img/australia-bg.jpg)!important
}

.contact-details-box-ad.uae {
    background-image: url(../img/uae-bg.jpg)!important
}

.contact-details-box-ad.new-zealand {
    background-image: url(../img/new-zealand-bg.jpg)!important
}

.contact-details-box-ad.canada {
    background-image: url(../img/canada-bg.jpg)!important
}

.contact-details-box-ad h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase
}

.contact-details-box-ad h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
    line-height: 24px
}

.contact-details-box-ad .details-text {
    padding: 5px 0 5px 22px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    text-align: left
}

.contact-details-box-ad .details-text i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 16px
}

.contact-details-box-map {
    min-height: 298px;
    margin: 0;
    padding: 0
}

.contact-details-box-div {
    width: auto;
    height: 306px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #444;
    text-align: left;
    padding: 30px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 28px rgba(86, 86, 86, .12)
}

.contact-details-box-div .text-row {
    padding: 6px 0
}

.contact-row {
    margin-bottom: 15px;
    margin-top: 15px
}

.imagebox-portfolio {
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 0
}

.imagebox-portfolio a img {
    display: block;
    width: 100%
}

.bennar_up_box {
    width: 585px;
    height: auto!important;
    background-color: rgba(255, 255, 255, .7);
    margin: 35px 0 0 15px;
    padding: 10px;
    position: static
}

.bennar_up_box_titel {
    color: #242c33;
    font-size: 20px;
    margin: 0;
    padding: 12px 12px;
    background: #ffa60a;
    opacity: 1;
    font-weight: 600;
    letter-spacing: 1px
}

.bennar_up_box .div_small_text {
    color: #222931;
    font-size: 16px;
    padding: 13px 30px 0 30px;
    text-align: justify;
    line-height: 27px
}

.bennar_up_box .bennar_services_list {
    margin: 0;
    padding: 12px;
    width: auto;
    height: auto;
    opacity: 1
}

.bennar_up_box .bennar_services_list ul {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    list-style: none
}

.bennar_up_box .bennar_services_list ul li {
    margin: 0 0;
    padding: 2px 0 2px 32px;
    width: auto;
    height: auto;
    list-style: none;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    background: url(../img/bulett-black.png) no-repeat left;
    opacity: 1;
    letter-spacing: 1px
}

.bennar_up_box a.banner-btn {
    margin-top: 0!important
}

.bennar_up_box a.banner-btn:hover {
    background: #0a57f5!important
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item-home::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}

.header-home-two .header-top .container-fluid .call-details-clo {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px 0 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    letter-spacing: 1px
}

.header-home-two .header-top .container-fluid .flage-bg-clo {
    background: url(../img/flage-bg.png) no-repeat left top;
    float: left;
    position: relative;
    top: 5px
}

.header-home-two .header-top .container-fluid .flage-bg-clo.call-icon {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px
}

.header-home-two .header-top .container-fluid .flage-bg-clo.usa-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    background-position: -18px 0
}

.header-home-two .header-top .container-fluid .flage-bg-clo.uk-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    background-position: -46px 0
}

.header-home-two .header-top .container-fluid .flage-bg-clo.aus-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    background-position: -74px 0
}

.header-home-two .header-top .container-fluid .flage-bg-clo.nz-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    background-position: -102px 0
}

.header-home-two .header-top .container-fluid .flage-bg-clo.ind-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    background-position: -130px 0
}

.header-home-two .header-top .container-fluid .flage-bg-clo.uae-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    background-position: -158px 0
}

.one-bennar-up-box {
    background-color: rgba(0, 0, 0, .5);
    padding: 15px!important;
    width: 82%!important;
    display: inline-block
}

.slider-home-two .content p i {
    color: #ffa60a;
    margin: 0 5px 0 5px
}

.slider-home-two .content h2.services-banner {
    font-size: 42px
}

.box {
    background-color: #f2f2f2;
    border: 0;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
    padding: 0;
    text-decoration: none;
    text-align: center
}

.box a {
    color: #333;
    font-size: 12px;
    padding: 0 0;
    line-height: 18px;
    text-decoration: none;
    font-weight: 400
}

.box a:hover {
    color: #ffa60a
}

.inner-page .small-heading h3 a {
    color: #0a57f5
}

.contant-table-out {
    margin-bottom: 10px;
    color: #010101;
    margin-top: 10px
}

.contant-table-out table td,
table th {
    font-size: 14px;
    line-height: 22px;
    padding: 14px 16px;
    font-weight: 400;
    color: #58606c
}

.contant-table-out table td i {
    margin-right: 5px
}

.country_list {
    color: #242424;
    font-weight: 400;
   font-size: 13px;
	line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-decoration: none;
    margin-top: 18px;
        letter-spacing: 0.5px;
}

.country_list a {
	color: #242424;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.country_list a:hover {
    color: #0a57f5
}

.blog-link-li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.blog-link-li ul {
    margin: 0;
    padding: 0
}

.blog-link-li ul li {
    color: #676767;
    font-size: 13px;
    list-style: none;
    padding: 4px 8px;
    background: 0 0;
    line-height: normal;
    display: inline-block;
    margin: 2px 2px 2px 0;
    background-color: #f2f2f2
}

.blog-link-li ul li i {
    margin-right: 3px
}

.blog-link-li ul li a {
    color: #222;
    font-weight: 500;
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0
}

body {
    margin: 0;
    padding: 0
}

.page-blog-full-img {
    width: auto;
    margin: 10px 0;
    padding: 0
}

.page-blog-full-img img {
    display: block;
    max-width: 100%
}

.accordion {
    margin-top: 10px;
}

.accordion,
.sub-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion__item {
    background: #e7e7e7 !important;
    border-radius: 20px;
    margin-bottom: 5px !important;
    background: no-repeat !important;
    background-color: #e7e7e7 !important;
    padding-left: 0 !important;
    padding: 0 !important;
}


/* 
*	Стили для заголовка меню 
*/

.accordion__item:nth-child(odd) >:first-child:not(.accordion__link_active) {
    color: #ffffff;
    background: #0a57f5;
}

.accordion__link {
	font-weight: 600 !important;
	font-size: 16px !important;
	position: relative;
	color: #232323;
	text-decoration: none;
	border-radius: 20px;
	display: block;
	padding: 12px 50px 12px 20px !important;
}

.accordion__link:not(.accordion__link_active):after {
    position: absolute;
    content: "";
    border-top: 12px #00a7f4 solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 22px;
    top: 50%;
    transform: translatey(-6px);
}

.accordion__link:not(.accordion__link_active):hover {
    opacity: .8;
    color: #232323;
    background: #f5f5f5;
}

.accordion__link:not(.accordion__link_active):hover:after {
    border-top: 12px #ffffff solid;
}


/* 
*	Стили для подменю 
*/

.sub-accordion {
    padding: 5px 20px !important;
    display: none;
    height: 0;
    overflow: hidden;
}

.sub-accordion__item {
    padding: 5px 0 !important;
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: none !important;
}


/* 
*	Стили для октивного подменю 
*/

.accordion__link_active {
    color: #232323;
    background-color: #ffa60a;
}

.accordion__link_active:after {
    position: absolute;
    content: "";
    border-bottom: 12px #fff solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 22px;
    top: 50%;
    transform: translatey(-6px);
}

.accordion__link_active + ul {
    display: block;
    height: 100%;
}

.color-switcher .form-div .g-recaptcha {
	padding: 0px 0px;
	margin: 5px 0 10px 0;
}

.inner-page ul li a{
    list-style: none;
    color: #58606c;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0;
    font-weight: 400;
}



/*_______________________________________*/


.shop_tabs_demo {
	margin: 20px 0px 30px 0px;
	position: relative;
	background: #00405b;
}

.shop_tabs_demo ul {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: normal;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	border: none;
    padding: 0
}
.shop_tabs_demo ul li{
	color: #fff;
	margin: 0 0 0 0 !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
	text-align: center;
	cursor: pointer;
    background: none;
}
/*.shop_tabs_demo ul li.width25{
	width: 25%
}*/

.shop_tabs_demo ul li a {
	color: #fff;
	margin: 0 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 20px;
	text-align: center;
	font-size: 20px;
	line-height: normal;
	font-weight: 500;
	cursor: pointer;
	border-radius: 0px !important;
	border: none !important;
	width: 100%;
}
.shop_tabs_demo ul li.active {
	background-color: #ffa60a !important;
	position: relative;
	color: #fff !important;
}

.shop_tabs_demo ul li:hover{
    background-color: #ffa60a !important;
}

.shop_tabs_demo ul li a:hover{
    background-color: #ffa60a !important;
}
.shop_tabs_demo ul li.active a{
    background-color: transparent;
    color: #fff !important;
}

.shop_tabs_demo ul li a.active::after {
	content: "";
	position: absolute;
	width: 87px;
	height: 23px;
	background: url("../img/activearrow.png");
	background-repeat: no-repeat;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
}

.shop_tabs_demo ul li a:hover{
	border: none !important;
}

.shop_tabs_content .tab-pane {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 1px 0px 10px 2.5px #D8E9FF;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.shop_tabs_content .tab-pane h3 {
	position: relative;
	padding-left: 0;
	font-size: 20px;
	text-transform: none;
	line-height: 38px;
	font-weight: 600;
	color: #414141;
	padding-bottom: 0px;
	margin-top: 8px;
    margin-bottom: 0px;
}

.shop_tabs_content .tab-pane p {
	color: #454a50;
    font-size: 16px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
    text-align: justify;
    font-weight: 400;
    padding: 8px 0;
    margin: 0;
}
.shop_tabs_content .tab-pane ul{
	margin: 0px;
	padding: 0px;
}

.shop_tabs_content .tab-pane ul li {
	margin: 0px;
	padding: 6px 0;
	list-style: none;
	display: block;
	position: relative;
	padding-left: 16px;
	font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 30px;
    list-style: none;
    background: none;
}
.shop_tabs_content .tab-pane ul li i {
	font-size: 20px;
	color: #143956;
	position: absolute;
	left: 0px;
	top: 11px;
}

.shop_tabs_demo ul li a img {
	display: block;
	height: 40px;
	width: auto;
	margin: 0 auto 10px;
}

img{
    height: auto;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2d2d2d;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: none;
    border-bottom: 1px solid #ccc;
}

.tp-mask-wrap{
    overflow: inherit !important;
}
.home_rightSection__gUcmW {
	z-index: 100;
    position: absolute; 
	right: 20px !important;
	bottom: 60px;
	background-color: rgba(0,0,0,.6);
	padding: 15px !important;
	width: 750px !important;
	box-sizing: border-box;
	white-space: inherit !important;
} 
.home_rightSection__gUcmW h3 {
	color: #fff;
	font-size: 22px;
	line-height: normal;
	font-weight: 500;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
       letter-spacing: 1px;
    margin-top: 6px;
}
.home_rightSection__gUcmW h2 {
	color: #ffa60a;
	letter-spacing: 2px;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
/*	text-transform: uppercase;*/
	font: 600 32px/52px Poppins,sans-serif;
    letter-spacing: 1px;
    margin-top: 6px;
    margin-bottom: 0px;
} 
.home_rightSection__gUcmW h2 span {
	font-size: 34px;
    letter-spacing: 1px;
}
    
.home_rightSection__gUcmW p {
	color: #fff;
	margin-top: 5px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	padding-right: 0;
	font: 400 15px/30px Poppins,sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.home_rightSection__gUcmW .bennar_services_list_new {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.home_rightSection__gUcmW .bennar_services_list_new ul {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    list-style: none
}

.home_rightSection__gUcmW .bennar_services_list_new ul li {
    margin: 0 0;
    padding: 0 15px 0 0;
    width: auto;
    height: auto;
    list-style: none;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
    width: 50%;
    float: left
}

.home_rightSection__gUcmW .bennar_services_list_new ul li i {
    color: #ffa60a;
    margin: 0;
    padding: 0 8px 0 0
}

.home_rightSection__gUcmW a.banner-btn {
	background: #ffa60a;
	color: #242c33;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: auto;
	border-radius: 5px;
	margin-top: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
/*	border: 2px solid #fff;*/
	padding: 0 25px;
	font: 500 20px/52px Poppins,sans-serif;
    margin-bottom: 10px;
}


.d-flex{
    display: flex;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.download_brochure{
    position: relative !important;
}

.download_brochure .inner_brochure {
	background-color: #113160;
	color: #fff;
	padding: 30px;
	font-size: 18px;
	border-top-right-radius: 40px;
}
.download_brochure .inner_brochure h3 {
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
/*
.download_brochure .inner_brochure p {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	font-weight: 400;
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
}
*/

.download_brochure .inner_brochure p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-align: left;
	font-weight: 400;
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
}

.download_brochure .inner_brochure::after {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 40px solid #010f29;
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	transform: rotate(-90deg);
}

.download_brochure .inner_brochure .brochure_link {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0px 12px 68px;
	background: url("../img/download-brochure-icon.png");
	background-repeat: no-repeat;
	background-position: left top;
    margin-top: 20px;
}
.download_brochure .inner_brochure .brochure_link a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.section-talk{
    padding: 60px 0px;
    background: linear-gradient(-45deg,#113160 0%,#215094 100%);
/*    background-image: linear-gradient(to right, rgba(42,84,146,1), rgba(17,49,96,1));*/
    height: auto;
	text-align: center;
}
.section-talk .bluectahead{
	font-weight: 300;
	font-size: 32px;
	color: #fff;
	margin: 0 0 15px 0;
	line-height: 1.2;
	padding: 0px;
}
.section-talk .subhead{
	font-weight: 400;
	font-size: 32px;
	color: #fff;
	margin: 0 0 40px 0;
	line-height: 1.2;
	padding: 0px;
}
.section-talk .btn-big-orange {
	border: 2px solid #ffa60a;
	background: #ffa60a;
	border-radius: 5px;
	font-weight: 500;
	font-size: 24px;
	color: #232323;
/*	transform: translateZ(0);*/
    cursor: pointer;
    padding: 15px 45px 17px;
    text-decoration: none;
	text-align: center;
/*	transition: all .4s ease;*/
}





.tp-caption.PostSlider-Category, .PostSlider-Category {
	color: rgba(255, 255, 255, 1.00);
	font-size: 22px !important;
	line-height: 38px !important;
	font-weight: 500 !important;
	font-style: normal;
	font-family: Poppins, sans-serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	/* letter-spacing: 3px; */
	text-align: left;
	white-space: normal !important;
	letter-spacing: 1px !important;
}
.tp-caption.PostSlider-Button, .PostSlider-Button {
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	line-height: 40px;
	font-weight: 500;
	font-style: normal;
	font-family: ;
	padding: 1px 20px 1px 20px !important;
	text-decoration: none;
	background-color: rgba(255, 166, 10, 1.00);
	border-radius: 5px;
	text-align: left;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}
.tp-caption.PostSlider-Button a, .PostSlider-Button a{    
    color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	line-height: 40px;
	font-weight: 500;
	font-style: normal;
	font-family: ;
}
.tp-caption.PostSlider-Content, .PostSlider-Content {
	color: rgba(255, 255, 255, 1.00);
	font-size: 16px !important;
	line-height: 32px !important;
	font-weight: 300 !important;
	font-style: normal;
	font-family: Poppins, sans-serif !important;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
    letter-spacing: 1px;
}

.tp-caption.PostSlider-Title, .PostSlider-Title {
	color: rgba(255, 166, 10, 1.00);
	font-size: 38px !important;
	line-height: 56px !important;
	font-weight: 700 !important;
	font-style: normal;
	font-family: Poppins, sans-serif !important;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}

.tp-parallax-wrap, .tp-loop-wrap, tp-loop-wrap{
    position: relative !important;
}



.right-services-know-more{
    background-color: #303030;
    padding: 12px;
    margin: 20px 0px 0px 0px;
}

.right-services-know-more .titel-text{
    color: #ffa60a;
    font-size: 26px;
    margin: 0px;
    padding: 5px 0px 10px 0px;
    font-weight: 600;
    text-align: right;
    position: relative;
}

.right-services-know-more .titel-text .know-more-services-img {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 0px;
	left: 0px;
	top: -50px;
	border: 5px solid #fff;
    box-shadow: 0 0 5px rgba(86, 86, 86, .8);
}
.right-services-know-more .titel-text .know-more-services-img img{
    max-width: 100%;
    border-radius: 100px;
}


.right-services-know-more .titel-text span{
    display: block;
    text-align: right;
    padding-top: 5px;
    color: #f5f5f5;
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
}


.right-services-know-more .list-ser{
    margin: 0px;
    padding: 0px;
}

.right-services-know-more .list-ser ul{
    margin: 0px;
    padding: 0px;
}

.right-services-know-more .list-ser ul li {
	margin: 0px;
	padding: 20px 0px 20px 30px;
	border-top: 1px solid #575757;
	text-transform: none;
	position: relative;
	display: block;
	color: #f5f5f5;
	font-size: 17px;
	line-height: normal;
	font-weight: 400;
	background: url("../img/list-check-icon.png");
	background-repeat: no-repeat;
	background-position: 0 17px;
}
.click-know-more-btn {
	margin: 0;
	margin-top: 0px;
	padding: 10px;
	width: auto;
	text-align: center;
	display: table;
	background-color: #0054ff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin: 15px 10px;
	border: none;
	display: block;
}

.click-know-more-btn:hover{
    background:#ffa60a;
    color: #242424;
    
}


.inner-new-titel-text{
    color: #ffffff;
  font-weight: 600;
  line-height: normal;
  font-size: 24px;
    line-height: 40px;
  font-family: Poppins, sans-serif;
  text-transform: none;
  margin: 0px 0;
  padding: 0;
    letter-spacing: 1px;
}




.business_relationships{
    position: relative;
}

.business_relationships .business_relationships_center_img {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 230px;
	left: 40.3%;
	border-radius: 100%;
	border: 10px solid #fff;
	z-index: 10;
	top: 12%;
}
.business_relationships .business_relationships_center_img img{
    max-width: 100%;
    border-radius: 100%;
}
.business_relationships .box-text-div-left {
	padding: 15px 40px 15px 116px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 15px 65px 15px 0px;
	min-height: 140px;
	position: relative;
}

.business_relationships .box-text-div-right {
	padding: 15px 15px 15px 136px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 15px 0px 15px 65px;
	min-height: 140px;
	position: relative;
	display: flex;
}

.business_relationships .box-text-div-left .icon-div, .business_relationships .box-text-div-right .icon-div {
	width: 90px;
	height: 90px;
	border-radius: 100px;
	margin: 0px;
	padding: 0px;
	left: 12px;
	top: 20px;
	/* float: left; */
	position: absolute;
	background-color: #fff;
}
.business_relationships .box-text-div-left .icon-div img, .business_relationships .box-text-div-right .icon-div img{
    max-width: 90px;
    margin: 0px auto;
    border-radius: 100%;
    padding: 0px;
}
.business_relationships .box-text-div-right .icon-div{
    left: 30px;
}
.business_relationships .box-text-div-left .details-text .titel-text, .business_relationships .box-text-div-right .details-text .titel-text {
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	color: #fff;
}
.business_relationships .box-text-div-left .details-text, .business_relationships .box-text-div-right .details-text{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

.professional-requir-ser{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    
}
.professional-requir-ser-box {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	min-width: 220px;
	margin: 0;
	height: auto;
    text-align: center;
    border-width: 2px;
  border-style: solid;
  border-image: linear-gradient( to bottom, #fff, #8f8f8f, #fff ) 1 100%;
    border-left: none;
}
.professional-requir-ser-box .ser-icon {
	width: 90px;
	height: auto;
	margin: 0 auto 15px;
}
.professional-requir-ser-box .titel-text {
	font-size: 18px;
	font-weight: 500;
	color: #232323;
	text-align: center;
	line-height: 28px;
    letter-spacing: 1px;
}

.cta-style-two .cta-style-two-3 {
	background: #00294a;
	background-size: cover;
	padding: 20px 0;
	padding-left: 20px;
	padding-right: 20px;
}
.cta-style-two .cta-style-two-3::before {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	content: '';
	background-color: #00294a;
	left: 0;
	top: 0;
}
.fifth-content2{
    
}

.fifth-content2 .section {
	margin: 8px 0px;
	display: inline-block;
	width: 100%;
}
.fifth-content2 h3 {
	font-weight: 500; 
	color: #ffa60a;
	padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    letter-spacing: 1px;
}
.fifth-content2 p {
	line-height: 28px;
	font-size: 14px;
	/* font-weight: 700; */
	color: white;
	border: 1px solid #4d6a81;
	padding: 15px;
	box-shadow: inset 0px 0px 20px 4px #022c5e;
	border-radius: 10px;
	background-color: #03377d;
	font-weight: 300;
	margin: 0px;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	top:12%;
}
.modal-dialog-width {
	width: 1170px;
	margin: 1.75rem auto;
}

.modal-dialog-width .close {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background: #1447b2;
	opacity: 1;
	text-shadow: none;
	right: -20px;
	position: absolute;
	/* float: right; */
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	top: -20px;
	border: 2px solid #fff;
}
.modal-dialog-width .modal-content {
	position: relative;
	background-color: #fff;
	/* -webkit-background-clip: padding-box; */
	/* background-clip: padding-box; */
	border: 10px solid #f5f5f5;
	border: 10px solid #;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-dialog-width p{
    font-size: 15px;
    line-height: 26px;
    color: #242424;
}
.modal-dialog-width .heading-titel {
    padding-bottom: 10px;
}
.modal-dialog-width .titel-text {
	color: #0a57f5;
	font-weight: 500;
	line-height: 38px;
	font-size: 22px;
	font-family: Poppins, sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0px;
	letter-spacing: 1px;
}
.modal-dialog-width h4 {
	color: #232323;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.modal-dialog-width ul {
	margin: 0;
	padding: 5px 0 0px 0px;
}


.modal-dialog-width ul li {
	list-style: none;
	color: #242424;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	padding: 3px 0 3px 35px;
	font-weight: 400;
	background: url(../img/list-check-icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.modal-dialog-width ul li strong{
    font-weight: 500;
}

.modal-img-right{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.modal-img-right img{
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: 10px solid #ffb83b;
}

.services_our_shop {
	background: #242c33 url(../img/services-solutions-bg.webp) right center fixed no-repeat;
	background-size: cover;
}
.services_our_shop .inner-box {
	background: rgba(0, 0, 0, .75);
}
.services_our_shop .title {
	padding-top: 0;
	padding-right: 0;
	text-align: center;
	margin-bottom: 30px;
}
.services_our_shop .title h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0;
}
.services_our_shop .title p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	/* font-style: italic; */
}
.cpqind-container {
	display: flex;
	margin: 0px 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.cpqind-box {
	width: 120px;
	float: left;
	text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.30);
    padding: 20px 5px;
}

.cpqind-box a{
    display: block;
}

.cpqind-box:hover span{
    color: #ffa60a;
    
}
.one-sixth {
	width: 15%;
    margin-top:10px;
}
.one-half, .one-third, .one-fourth, .one-fifth, .one-sixth, .two-third {
	margin-right: 1.66%;
}
.one-half:nth-child(2n), .one-third:nth-child(3n), .one-fourth:nth-child(4n), .one-fifth:nth-child(5n), .one-sixth:nth-child(6n), .two-third + .one-third {
	margin-right: 0%;
}
.cpqindimgbox {
	height: 100px;
	width: 100px;
	background: #007abd;
	border-radius: 50%;
	text-align: center;
	padding: 4px;
	box-sizing: border-box;
	box-shadow: 0 0 11px 0 rgba(0,0,0,.34117647058824);
	margin: 0 auto 20px auto;
}

.cpqindimgbox-border {
	border: 2px solid #ffa60a;
	box-sizing: border-box;
	background: #fff;
	box-shadow: none !important;
}
.cpqindimgbox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.cpqind-box span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	display: inline-block;
}

.title_hd {
	padding-top: 0;
	padding-right: 0;
	text-align: center;
	margin-bottom: 30px;
}
.title_hd .text_hd {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0;
}
.title_hd p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	/* font-style: italic; */
}

.inner-new-titel-text-b {
	color: #ffffff;
	font-weight: 600;
	line-height: normal;
	font-size: 28px;
	line-height: 45px;
	font-family: Poppins, sans-serif;
	text-transform: none;
	margin: 0px 0;
	padding: 0;
	letter-spacing: 1px;
}

.inner-new-titel-text-s {
	color: #ffffff;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	/* line-height: 45px; */
	font-family: Poppins, sans-serif;
	text-transform: none;
	margin: 0px 0;
	padding: 0;
	/* letter-spacing: 1px; */
	/* line-height: normal; */
}

.usp-item {
	padding: 60px 7px 14px;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 1px solid rgba(84,110,122,.35);
	margin-bottom: 15px;
	margin-top: 50px;
	box-sizing: border-box;
}
.usp-icon {
	border-color: #3498db;
	position: absolute;
	top: -50px;
	background-color: #fff;
	border: 1px solid rgba(84,110,122,.35);
	height: 120px;
	width: 120px;
	z-index: 11;
	margin-bottom: 15px;
	left: 50%;
	border-radius: 50%;
	transform: translateY(0) translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.usp-icon img {
	height: 70px;
}
.usp-title {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 400;
    color: #5b5b5b
}
.usp-title span {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
    color: #0a57f5;
}

.fifth-content3 .details-text {
	line-height: 26px;
	font-size: 15px;
	font-weight: 400;
	color: white;
	padding: 0;
	font-weight: 400;
	margin: 0px;
    padding :8px 0px;
}

.fifth-content3 h3 {
	font-weight: 500;
	color: #ffa60a;
	padding: 0px 0px;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	letter-spacing: 1px;
}

.fifth-content3 .list-ser{
    margin: 0px;
    padding: 0px;
}

.fifth-content3 .list-ser ul{
    margin: 0px;
    padding: 0px;
}

.fifth-content3 .list-ser ul li {
	margin: 0px;
	padding: 5px 0px 5px 33px;
	/* border-top: 1px solid #575757; */
	text-transform: none;
	position: relative;
	display: block;
	color: #f5f5f5;
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
	background: url("../img/list-check-icon.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.services-section-n p{
    font-size: 15px;
    line-height: 26px;
    color: #242424;
}
.heading-titel-se {
    padding-bottom: 10px;
    position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.heading-titel-se .titel-text {
	color: #0a57f5;
	font-size: 30px;
  line-height: 40px;
  font-weight: 600;
	font-family: Poppins, sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0px;
}

.heading-titel-se::before {
	content: '';
	background-color: #ffa60a;
	width: 100px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.small-titel-text {
	color: #232323;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.services-section-n ul {
	margin: 0;
	padding: 5px 0 0px 0px;
}


.services-section-n ul li {
	list-style: none;
	color: #242424;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	padding: 5px 0 5px 35px;
	font-weight: 400;
	background: url(../img/list-check-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.services-section-n ul li strong{
    font-weight: 500;
}

.inner-page .heading-titel .span-small-text {
	color: #ffa60a;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 0;
	display: block;
	padding-top: 5px;
}

.section-bg-details{
    background: #242c33 url(../img/millwork-s-bg.jpg) center center fixed no-repeat;
    background-size: auto;
    background-size: cover;
}


.services-section-n ul.list-c li {
	list-style: none;
	color: #242424;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 5px 0 5px 35px;
	font-weight: 500;
	background: url(../img/list-check-icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	letter-spacing: 0.5px;
}

.ledt-right-img{
    
}

.ledt-right-img img{
    max-width: 100%;
}


.section-btn-div .btn-big-orange {
	border: none;
	background: #ffa60a;
	border-radius: 5px;
	font-weight: 500;
	font-size: 24px;
	color: #232323;
	/* transform: translateZ(0); */
	cursor: pointer;
	padding: 12px 45px 15px;
	text-decoration: none;
	text-align: center;
    letter-spacing: normal;
	/* transition: all .4s ease; */
}

.one-fourth {
	width: 22%;
	margin-top: 10px;
}
.usp-title span.b-new {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 10px;
	color: #0a57f5;
	letter-spacing: 0.5px;
	line-height: 28px;
}

.services-section-n ul.list-s li {
	list-style: none;
	color: #242424;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 15px 30px 15px 55px;
	font-weight: 500;
	background: #e9e9e9 url(../img/list-check-icon.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
	letter-spacing: 0.5px;
	position: relative;
	margin-bottom: 16px;
	border-left: solid 2px #ffa60a;
	box-sizing: border-box;
	border-radius: 20px;
}

.one-third {
	width: 31%;
	margin-top: 10px;
}

.cpqind-box .titel-texts {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px 0;
	display: block;
}
.cpqind-box .details-texts {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	display: inline-block;
    padding: 0 10px;
}

.small-titel-text-s {
	color: #232323;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	font-family: Poppins, sans-serif;
	text-transform: none;
	margin: 5px 0;
	padding: 0;
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
	background: linear-gradient(-45deg,#113160 0%,#215094 100%);
}

.fluid-section-one .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	margin-left: -150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fluid-section-one .image-column .image-box {
	position: relative;
	display: none;
}
.fluid-section-one .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-one .content-column {
	position: relative;
	float: right;
	width: 50%;
}
.fluid-section-one .content-column .inner-column {
	position: relative;
	max-width: 750px;
	margin-left: -150px;
	padding: 60px 15px 70px 70px;
}
.fluid-section-one .content-column .inner-column .text {
	position: relative;
	margin-bottom: 0px;
}
.fluid-section-one .content-column .inner-column .text p {
	position: relative;
    color: #fff;
      font-size: 16px;
      line-height: 32px;
      font-family: Poppins, sans-serif;
      text-align: justify;
      font-weight: 400;
      padding: 8px 0;
      margin: 0;
}

.services-name-box {
	box-shadow: 0 5px 20px 0 rgba(210,210,245,.5);
	padding: 5px;
	background: #fff;
	border-radius: 0;
	max-width: 120px;
	margin: 10px 5px;
	height: auto;
}
.services-name-box img{
    max-width: 100%;
  height: auto;
}
.list-style-one {
	position: relative;
	margin-bottom: 0px;
    list-style: none;
}
.list-style-one li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
}
.list-style-one li::before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 2px;
	color: #ffffff;
	font-size: 18px;
	font-family: 'FontAwesome';
	font-display: swap;
}


.services-section-n ul.list-n li {
	list-style: none;
	color: #242424;
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	padding: 7px 0 7px 35px;
	/* font-weight: 500; */
	background: url(../img/list-check-icon.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	letter-spacing: 0.5px;
}

.blockquote-right-img {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 4px 4px 20px #ededed;
	box-sizing: border-box;
	display: block;
	/* min-height: 380px; */
	max-width: 100%;
	margin: 0 auto;
}

.services-section-i{}

.services-section-i ul.list-icon {
	margin: 0;
	padding: 5px 0 0px 0px;
}

.services-section-i ul.list-icon li {
	list-style: none;
	color: #242424;
	font-size: 16px;
	line-height: 32px;
	margin: 8px 0;
	padding: 5px 0 5px 58px;
	font-weight: 400;
	background-repeat: no-repeat;
}





.usp-item-new {
	 padding: 20px 18px 20px; 
	position: relative;
	text-align: center;
	background-color: #F3FBFE3B;
	/* border: 1px solid rgba(84,110,122,.35); */
	margin: 0 0 15px 0;
	/* margin-top: 50px; */
	box-sizing: border-box;
	box-shadow: 0px 0px 49px 2px #D2E3EA;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	/* margin: 0px 15px 0px 15px; */
	/* --e-column-margin-right: 15px; */
	/* --e-column-margin-left: 15px; */
	/* padding: 26px 26px 26px 26px; */
}
.usp-icon-new {
	
}
.usp-icon-new img {
	height: auto;
    margin: 0 auto
}
.usp-title-new {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 400;
    color: #242424;
}

.usp-title-new p{
    margin: 0px;
    padding: 0px;
}
.usp-title-new span {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 15px;
    color: #0a57f5;
}
.services-section-new ul {
	margin: 0;
	padding: 5px 0 0px 0px;
}
.services-section-new ul li {
	list-style: none;
	color: #242424;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 1px 0 1px 18px;
	font-weight: 400;
	position: relative;
}
.services-section-new ul li::before {
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background-color: #242424;
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
}




.blockquote-right-pro-img {
	padding: 5px;
	background-color: #ffffff6e;
	border: 1px solid #e2e2e24f;
	/* box-shadow: 4px 4px 20px #000; */
	box-sizing: border-box;
	display: block;
	/* min-height: 380px; */
	max-width: 98%;
	margin: 15px auto;
}


.usp-item-new-pro {
	padding: 8px; 
	position: relative;
	text-align: center;
	background-color: #F3FBFE3B;
	 border: 1px solid rgba(84,110,122,.2); 
	 margin: 0 0 15px 0; 
	/* margin-top: 50px; */
	box-sizing: border-box;
	box-shadow: 0px 0px 49px 2px #D2E3EA;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	/* margin: 0px 15px 0px 15px; */
	/* --e-column-margin-right: 15px; */
	/* --e-column-margin-left: 15px; */
	/* padding: 26px 26px 26px 26px; */
}
.usp-item-new-pro img{
    max-width: 100%;
}
.one-fourth {
/*	width: 23%;*/
	margin-top: 10px;
	box-sizing: border-box;
}

.one-fifth {
/*	width: 18%;*/
	margin-top: 10px;
	box-sizing: border-box;
}
.cpqind-box.one-fifth {
	width: 18%;
	margin-top: 10px;
	box-sizing: border-box;
}
.cpqindimgbox-mew {
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 4px;
	box-sizing: border-box;
	box-shadow: 0 0 11px 0 rgba(0,0,0,.34117647058824);
	margin: 0 auto 0px auto;
	float: left;
}
.cpqindimgbox-mew img{
    max-width: 80%;
    margin: 0px auto;
    
}
.ml-auto{
    margin-left: auto;
}

.header-navigation .container {
	position: relative;
	padding-right: 280px;
	width: 100%;
}

.effective_benefits {
	padding: 30px 0;
	position: relative;
}
.effective_benefits::before {
	position: absolute;
	width: 58.33333333%;
	background: #00294a;
	content: '';
	height: 100%;
	right: 0;
	top: 0;
}
.effective_benefits::after {
	position: absolute;
	width: 41.66666667%;
	background: url(../img/effective-benefits-bg.webp) top/cover no-repeat #fff;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
}

.pr-0{
    padding-right: 0px !important;
}

.header-home-two .header-navigation ul.navigation-box > li.dropdown{
    position: static;
}

/*
.fifth-content{
    padding-left: 40px;
    padding-right: 40px;
}
*/




.fluid-section-three .outer-container {
	position: relative;
	min-height: 250px;
	background: linear-gradient(-45deg,#113160 0%,#215094 100%);
}

.fluid-section-three .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	margin-left:;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fluid-section-three .image-column .image-box {
	position: relative;
	display: none;
}
.fluid-section-three .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-three .content-column {
	position: relative;
	float: right;
	width: 50%;
}
.fluid-section-three .content-column .inner-column {
	position: relative;
/*	max-width: 750px;*/
	margin-left: ;
	padding: 30px 40px 30px 40px;
}
.fluid-section-three .content-column .inner-column .text {
	position: relative;
	margin-bottom: 0px;
}
.fluid-section-three .content-column .inner-column .text p {
	position: relative;
    color: #fff;
      font-size: 16px;
      line-height: 32px;
      font-family: Poppins, sans-serif;
      text-align: justify;
      font-weight: 400;
      padding: 8px 0;
      margin: 0;
}


.skill-box {
	z-index: 3;
	position: relative;
	background-color: #fff !important;
	padding: 1.5rem !important;
}

.about .content ul, .content ul {
	list-style: none;
	padding: 0;
}
.content ul li {
	line-height: 28px;
	font-weight: 400;
    position: relative;
    padding-left: 28px;
}
.content ul i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 20px;
	color: #0880e8;
	line-height: 1;
}

.misc-box {
	color: #fff;
	background-size: cover;
	border: 1px solid #6996d2;
	position: relative;
	padding: 20px;
	background-repeat: no-repeat;
	height: 100%;
}

.misc-box::before {
	content: "";
	background: rgba(7,55,119,.9);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.misc-box .details-div, .our_work .container-fluid {
	position: relative;
	z-index: 1;
}
.misc-box .small-titel-text {
	color: #ffac00;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: .5px;
	line-height: 30px;
}

.misc-box p {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
}


.projects-gallery{
    
}

.projects-gallery .projects-listing-img {
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
	height: 100%;
	width: 100%;
	border-radius: 5px;
	position: relative;
	margin: 10px 0px;
	border: 5px solid #0a57f514;
}
.projects-gallery .projects-listing-img img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
}
/*
.projects-gallery .projects-listing-img:hover img {
	transform: scale(1.08);
}
*/

.projects-gallery-out:hover .projects-listing-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.latest-project__item-content {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.latest-project__item-content, .latest-project__item-content .icon, .latest-project__item-content .icon__wrapper::after, .projects-listing-img img, svg path {
	-webkit-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}

.latest-project__item-content .icon__wrapper {
	width: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: calc(100% - 0px);
}

.latest-project__item-content .icon {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 500px;
	background: #fff;
}
.latest-project__item-content .icon__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 0;
	background: rgba(21, 24, 27, 0.7);
	border-radius: 10px;
}
.latest-project__item-content .icon svg path[fill="white"] {
	fill: black;
}
.projects-gallery-out:hover .icon__wrapper::after {
	height: 100%;
}
.projects-gallery-out:hover .latest-project__item-content {
	visibility: visible;
}
.projects-gallery-out:hover .latest-project__item-content {
	opacity: 1;
	visibility: visible;
}
.projects-gallery-out{
    position: relative;
}

.fancybox__container{
    z-index: 9999 !important;
}

.projects-gallery.page{
    display: none;
}
.projects-gallery.page-active {
	display: block;
}

.pagination > li {
	display: inline-block;
	padding: 0 !important;
	list-style: none !important;
	background: none !important;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	color: #000;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #00000096;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #0a57f5;
	border-color: #0a57f5;
}

.page-content {
    display: none;
  }
  .page-active {
    display: block;
  }


.tab-content {
/*
	background: #fff;
	border-radius: 12px;
*/
	padding: 0;
/*	box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
	margin-top: 20px;
}

ul.portfolio-tabs{
    justify-content: center;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border: none;
}

ul.portfolio-tabs li{
    padding: 0px;
    background: none;
    border: none;
    margin: 0px 10px;
}

ul.portfolio-tabs li a {
	border: 1px solid transparent !important;
	border-radius: 5px !important;
	background: #0a57f5 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
	line-height: 32px !important;
	font-weight: 500 !important;
	padding: 5px 20px !important;
	min-width: 260px;
	text-align: center;
}
ul.portfolio-tabs li a.active {
	color: #232323 !important;
	border-color: none !important;
	background: #ffa60a !important;
}

.cta-style-four-2 {
    position: relative;
  z-index: 1;
  padding: 0 20px;
}
.cta-style-four-2 h3 {
    margin: 0;
    color: #01477f;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.cta-style-four-2 h3 span {
    color: #fff
}
