/* 
    font-family: "Roboto", sans-serif; 
*/
body{
    font-size: 18px;
    font-family: "Roboto", sans-serif; 
    color: rgba(98, 98, 98, 1);
    line-height: 33px;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Roboto", sans-serif; 
}
p{
    margin: 20px 0px 20px 0px;
}
p:last-child{
    margin-bottom: 0;
}
ul{
	list-style-position: circle;;
    margin-left: 30px;
	line-height: 1.7;
    padding: 0;
}
a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #F79521;
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #333;
}
a img{
	border: 0px none;
}
img{
    max-width: 100%;
    height: auto;
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}
/* Bootstrap */
@media (min-width: 1300px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1240px;
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.left-pad-off{
    padding-left: 0px;
}
.right-pad-off{
    padding-right: 0px;
}
label {
    font-weight: normal;
    margin-bottom: 5px;
}
.navbar-toggle.click-effect span:nth-child(4){
    display: none;
}

/*Default content*/
.logo{
    max-width: 290px;
    height: auto;
}
.page-title{
    margin-bottom: 20px;
}
.page-content h1{
    font-size: 38px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #020D17;
    font-weight: 400;
}
.page-content h2{
    font-size: 34px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #020D17;
    font-weight: 400;
}
.page-content h3{
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #020D17;
    font-weight: 400;
}
.page-content h4{
    font-size: 26px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #020D17;
    font-weight: 400;
}
.page-content h5{
    font-size: 22px;
    margin: 0 0 18px 0;
    line-height: 1.4;
    color: #020D17;
    font-weight: 400;
}
.page-content h6{
    font-size: 20px;
    margin: 0 0 18px 0;
    line-height: 1.4;
    color: #020D17;
}
.page-content ul{
    margin-bottom: 15px;
    padding-left: 25px;
}
.page-content ul li {
    margin: 4px 0;
    line-height: 25px;
    list-style: outside;
	margin-bottom: 15px;
}
.page-content ol{
    margin-bottom: 15px;
    padding-left: 25px;
}
.page-content ol li {
    margin: 4px 0;
    line-height: 25px;
	margin-bottom: 15px;
}
/* Page Banner */
.page-banner {
    text-align: center;
    padding: 0 0;
    background: transparent;
    margin-bottom: 50px;
    position: relative;
    margin-top: 80px;
}
.page-banner h1{
    font-size: 54px;
    line-height: 62px;
    font-weight: 500;
    margin: 15px 0 0;
}
.page-banner img{
    width: 100%;
    height: auto;
}
.page-banner:before{
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(images/banner-overlay.png) no-repeat top center;
    background-size: cover;
    position: absolute;
}
.overlay-infos{
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
.bck-bttn img{
    width: auto;
    height: auto;
}
.bck-bttn a{
    color: #fff;
    text-decoration: none;
}

/* Main Styles */
.header-top {
    padding: 18px 0; 
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}
.header-right, .header-left{
    padding: 8px 0 12px;
}
.header-left p, .header-right p{
    color: #fff;
    margin-bottom: 0;
}
.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #dbe5e0;
    padding: 0;
    width: 100%;
    position: relative;
}
.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
}
.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}
.search-submit::before {
    font-size: 16px;
    left: 1px;
    width: 43px;
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
}
.header-bottom{
    background-color: #cc9c9c;
}
ul.navbar-nav1 li{
    position: relative;
    float: none;
    display: inline-block;
}
ul.navbar-nav1 li a{
    color: #282727;
    display: block;
    font-size: 16px;
    padding: 12px 18px 12px;
    text-transform: none;
    line-height: 28px;
    outline: none !important;
    font-weight: 300;
}
.navbar-nav1 li.c-bttn a{
    border: solid 2px rgb(247, 149, 33);
    color: rgb(247, 149, 33);
    display: inline-block;
    padding: 8px 25px;
}
@media only screen and (min-width: 768px) {
    ul.navbar-nav li{
        position: relative;
        float: none;
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        text-transform: none;
        outline: none !important;
    }
    ul.navbar-nav li:hover > a,
    ul.navbar-nav .current_page_item > a,
    ul.navbar-nav .current_page_ancestor > a,
    ul.navbar-nav .current-menu-item > a,
    ul.navbar-nav .current-menu-ancestor > a{
        color: #fff;
    }
    
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-toggler{
    background-color: #fff;
    padding: 29px 24px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    line-height: inherit;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon1 span {
    background: #000;
}
.animated-icon2 span {
    background: #e3f2fd;
}
.animated-icon3 span {
    background: #f3e5f5;
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
}
.animated-icon1 span:nth-child(2) {
    top: 10px;
}
.animated-icon1 span:nth-child(3) {
    top: 20px;
}
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
ul.navbar-nav li a{
    color: #fff;
    display: block;
    padding: 22px 15px 22px 60px;
    width: 100%;
    font-family: "Roboto", sans-serif; 
    font-size: 28px;
    font-weight: 500;
    line-height: 25.81px;
    text-align: left;
    background: url(images/CaretRight.png) no-repeat right 36px center;
}
ul.navbar-nav li .accordion-btn-wrap{
    background: #fff !important;
    padding: 14px !important;
    width: 52px !important;
    height: 52px !important;
}
ul.navbar-nav li .accordion-btn{
    line-height: 25px !important;
}
ul.navbar-nav li .sub-menu li a{
    padding-left: 35px;
}

/* Slider */

.slider-area {
    position: relative;
}
.slider-area::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}
/* Footer */
.footer-area{
    background: rgba(2, 13, 23, 1);
    color: rgba(211, 211, 211, 1);
    padding: 30px 0;
    font-size: 16px;
    line-height: 26px;
}
.footer-area p{
    margin: 0;
}
.footer-area a{
    color: rgba(211, 211, 211, 1);
}
.footer-area a:focus,
.footer-area a:hover{
    text-decoration: underline;
}
/* Sidebar */
.sidebar-widget{
    margin-top: 20px;
    overflow: hidden;
}
.sidebar-widget h3{
    font-size: 18px;
}
.sidebar-widget ul li a{
    color: #555;
    font-size: 14px;
}

/* Footer Widget */
.footer-top{
    background: rgba(240, 245, 250, 1) url(images/contact-bg.png) no-repeat center center;
    padding: 90px 0;
    color: #626262;
    margin-top: 0;
    background-size: 100% auto;
}
.footer-top h2{
    color: #020D17;
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 16px;
}
.footer-widget p{
    font-size: 14px;
    line-height: 22px;
}
.footer-widget h3{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer-widget ul{}
.footer-widget ul li a{
    color: #fff;
    padding: 5px 0;
}

/* 404 page */
.text_404{
    text-align: center;
    padding: 75px 0;
}
.text_404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.text_404 h3{
    margin-bottom: 30px;
}
.floating-nav{
    margin: 8px 30px 0 0;
    cursor: pointer;
}
.right-sticky-nav {
    position: fixed;
    width: 650px;
    height: 100%;
    top: 0;
    background: rgb(247, 149, 33);
    z-index: 999999;
    right: -655px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.right-sticky-nav.active-nav{
    right: 0;
}
.right-sticky-nav h4{
    background-color: #F79521;
    padding: 15px 30px;
    text-transform: uppercase;
    color: rgba(247, 151, 33);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    height: 75px;
}
.right-sticky-nav .nav-jquery {
    float: right;
    cursor: pointer;
    font-size: 25px;
    margin: -4px 0 0;
    color: #fff;
}

#navbarSupportedContent{
    display: flex;
}
.hero-banner{
    position: relative;
    margin-top: 80px;
}
.hero-banner > img{
    width: 100%;
    height: auto;
}
.hero-banner:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(images/hero-overlay.png) repeat-y top center;
    background-size: 100% auto;
}
.overlay-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}
ul.sicons{
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.sicons li{
    margin: 0 3px;
    padding: 0;
    list-style: none;
    display: inline-block;
    max-width: 40px;
}
ul.sicons li a{
    display: block;
}
ul.sicons li a:focus,
ul.sicons li a:hover{
    opacity: .8;
}
.overlay-banner h6{
    background-color: rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgb(247, 149, 33);
    padding: 8px 20px 8px 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    display: inline-block;
    margin: 0 0 15px;
}
.overlay-banner h1{
    color: rgba(255, 255, 255, 1);
    padding: 0 0;
    font-size: 54px;
    font-weight: 400;
    line-height: 62px;
    margin: 0 0 18px;
}
.overlay-banner{
    color: rgba(211, 211, 211, 1);
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 18px;
}
a.h-bttn{
    background-color: rgb(247, 149, 33);
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    padding: 15px 30px;
    color: rgba(255, 255, 255, 1);
}
a.h-bttn:focus,
a.h-bttn:hover{
    background-color: rgba(2, 13, 23, 1);
}
.about-us .container{
    padding-top: 100px;
    padding-bottom: 80px;
    background: url(images/about-top-1.png) no-repeat right -120px;
}
h6.dot-title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(2, 13, 23, 1);
    margin: 0 0 15px;
    position: relative;
    padding-left: 22px;
    display: inline-block;
}
h6.dot-title:before{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgb(247, 149, 33);
    content: "";
    top: 6px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.about-us h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(2, 13, 23, 1);
    margin: 0 0 20px;
}
.our-services{
    padding: 80px 0;
    background-color: rgba(240, 245, 250, 1);
    position: relative;
}
.our-services:before{
    position: absolute;
    content: "";
    background: url(images/o-service.png) no-repeat top left;
    top: 0;
    left: 0;
    width: 600px;
    height: 500px;
    background-size: 100% auto;
}
.our-services:after{
    position: absolute;
    content: "";
    background: url(images/o-service-1.png) no-repeat bottom right;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 500px;
    background-size: 100% auto;
}
.z-index-9{
    position: relative;
    z-index: 9;
}
.our-services h2{
    font-size: 42px;
    line-height: 50px;
    color: rgba(2, 13, 23, 1);
    font-weight: 400;
}
.service-item{
    padding: 25px;
    background-color: #fff;
    height: 100%;
    color: rgba(98, 98, 98, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border-bottom: 6px solid #fff;
}
.feature-item{
    padding: 25px;
    background-color: #fff;
    height: 100%;
    color: rgba(98, 98, 98, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
	border-radius: 10px;
}
.feature-item h4{
    color: rgba(2, 13, 23, 1);
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 12px;
}
.feature-item .f-img{
    margin: 0 0 12px;
}
.service-item:focus,
.service-item:hover{
    -webkit-box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 9;
    border-bottom: 6px solid rgba(247, 151, 33);
    border-right: 1px solid transparent;
}
/*.service-item .top-img{
    margin: 0 0 20px;
}*/
.service-item .top-img{
    width: 60px;
    margin: 0 0 20px;
    background: none;
    height: 60px;
    text-align: center;
    line-height: 56px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.service-item:hover .top-img{
    background: #F79521;
}
.service-item:hover .top-img img{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.service-item:hover .top-img img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-item h4{
    font-weight: 500;
    color: rgba(2, 13, 23, 1);
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px;
}
.bd-rht{
    border-right: 1px solid rgba(211, 211, 211, 1);
}
.bd-bttm{
    border-bottom: 1px solid rgba(211, 211, 211, 1);
}
.service-item > a{
    color: #020D17;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.service-item:hover a{
    color: #F79521;
}
.service-item:hover a img{
   filter: invert(70%) sepia(27%) saturate(4617%) hue-rotate(346deg) brightness(102%) contrast(94%);
}
.service-item > a:focus,
.service-item > a:hover{
    color: #F79521;
}
.our-solutions{
    padding: 80px 0 40px 0;
    position: relative;
}
.our-solutions:before{
    position: absolute;
    content: "";
    background: url(images/sol-dot.png) no-repeat top left;
    bottom: 80px;
    left: 0;
    width: 95px;
    height: 80px;
    background-size: auto;
}
.our-solutions:after{
    position: absolute;
    content: "";
    background: url(images/sol-dot.png) repeat top right;
    top: 80px;
    right: 0;
    width: 95px;
    height: 80px;
    background-size: auto;
}
.our-solutions h2{
    font-size: 42px;
    line-height: 50px;
    color: rgba(2, 13, 23, 1);
    font-weight: 400;
}
.solution-item{
    display: flex;
    color: rgba(98, 98, 98, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    height: 100%;
    margin-bottom: 0;
    padding: 25px 20px 15px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.solution-item:focus,
.solution-item:hover{
    -webkit-box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
}
.solution-item .left-img{
    min-width: 60px;
    margin: 0 20px 0 0;
    background: #FFFFFF;
    max-height: 60px;
    text-align: center;
    line-height: 56px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.solution-item:hover .left-img{
    background: #F79521;
}
.solution-item:hover .left-img img{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.solution-item:hover .left-img img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.solution-item h4{
    font-weight: 300;
    color: rgba(2, 13, 23, 1);
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px;
}
.get-started{
    padding: 100px 0;
    background: url(images/get-started-bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
}
.get-started h6{
    color: #fff !important;
}
.get-started h2{
    color: #fff !important;
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 20px;
}
.gform-body input[type="text"],
.gform-body input[type="email"],
.gform-body input[type="phone"],
.gform-body input[type="tel"],
.gform-body textarea{
    width: 100% !important;
    background-color: #fff !important;
    border: 0 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px !important;
}
.gform-body textarea{
    height: 130px !important;
}
.gform_footer input[type="submit"]{
    background-color: rgb(247, 149, 33) !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    border-radius: 0 !important;
    color: #fff !important;
    width: 100%;
    border: 0;
    padding: 15px 40px !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"]:focus{
    background-color: rgba(2, 13, 23, 1) !important;
}
.blog-item{
    height: 100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.blog-item:focus,
.blog-item:hover{
    -webkit-box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
}
.blog-item h3{
    font-size: 22px;
    font-weight: 400;
    padding: 20px 20px;
    line-height: 33px;
}
.blog-item h3 a{
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    display: block;
    color: #000;
}
.entry-content-thumbnail{
    margin-bottom: 20px;
}
.portfolio-top{
    color: rgba(98, 98, 98, 1);
    line-height: 33px;
    font-weight: 300;
}
.portfolio-top h1{
    font-size: 42px;
    line-height: 50px;
    color: rgba(2, 13, 23, 1);
    font-weight: 400;
}
.portfolio-main h2{
    color: rgba(2, 13, 23, 1);
    font-weight: 400;
}
.client-info h2{
    color: rgba(2, 13, 23, 1);
    font-weight: 400;
    font-size: 2rem;
}
.lnk-reference-client:nth-child(odd) {
    background-color: #fcfcfd;
}
.lnk-reference-client:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.24);
}
.lnk-reference-client {
    background-image: linear-gradient(167deg, rgba(247, 149, 33, 0) 30%, rgba(247, 149, 33, 0.23));
    background-repeat: no-repeat;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    border: 1px solid rgba(211, 211, 211, 0.24);
    box-sizing: border-box;
    min-height: 368px;
    margin-bottom: 60px;
}
.portfolio-main .lft-content{
    padding: 50px;
    min-height: 368px;
}
.portfolio-main .rht-img {
    margin-top: -1em;
    height: calc(100% + 1em);
}
.portfolio-main .rht-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border: none;
    box-shadow: initial;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    z-index: 1;
    position: relative;
}
.portfolio-main h4{
    color: rgba(2, 13, 23, 1);
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 12px;
}
.client-info{
    padding: 60px 0 70px;
    text-align: center;
}
.client-item{
    border: 1px solid rgb(255, 255, 255);
    padding: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    background: #fffefe99;
    position: relative;
    z-index: 1;
}
.client-item h6{
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(247, 149, 33);
}
.client-item p{
    margin-top: 0;
}
.portfolio-main a.p-bttn{
    color: rgba(2, 13, 23, 1);
}
.portfolio-main a.p-bttn:hover,
.portfolio-main a.p-bttn:focus{
    color: rgba(2, 13, 23, 1);
    text-decoration: underline;
}
.client-item .icon-box{
    margin-bottom: 12px;
}
.client-item .icon-box img{
    width: 30px;
    height: 30px;
}

