@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway-black-webfont.woff2') format('woff2'),
         url('../fonts/raleway-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway-extralight-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
 html {
    scroll-behavior: smooth;
    font-size: 10px;
  }
 body {
	font-size: 16px;
	color: #808488;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff;
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'ralewayregular';
}
.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #3eb9a3;
}
button, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
    color: #22272b;
}
textarea {
	overflow: hidden;
}
p {
	position: relative;
	line-height: 1.8em;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.medium-container {
	max-width: 850px;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img {
	display: inline-block;
	max-width: 100%;
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
   
  margin: 0;
  font-weight: 300;
  
}
.centered {
	text-align: center;
}
.page-center {
	display: grid;
	align-items: center;
}
.m-1 {
	margin-top:10px
}
.m-2 {
	margin-top:20px
}
.m-3 {
	margin-top:30px
}
.m-4 {
	margin-top:40px
}
.m-t-5 {
	margin-top:50px
}

/****/
/*** 
====================================================================
Hedaer Settings
====================================================================
***/ 
header {
    position: fixed;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 999;
    height: auto;
    
    }
    #cssmenu:after,#cssmenu > ul:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
    
    }
    .login-area-menu a {
        color: #fff;
        FONT-SIZE: 18PX;
    }
    .login-area-menu {
        text-align: right;
    }
    .login-area-menu li {
        display: inline-block;
        margin-left: 15px;
        padding: 7px 11px 7px;
        margin-top: 5px;
    }
    li.log-br {
        border: 2px solid #fff;
    }
    .shrink {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    }
    .shrink .logo img {
        width: 140px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        display: inline-block;
    }
    header.shrink .login-area-menu a {
        color: #828282;
    }
    header.shrink .log-br  {
        border: 2px solid #828282;
    }
    .shrink .menu-css ul li a, .menu-css ul li a:visited {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 60px;
    }
    .shrink .nav-mobile {
    width: 60px;
    height: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    }
    .shrink  #nav-toggle {
    left: 15px;
    top: 17px;
    }
    .shrink .menu-css {
    padding: 0px 0 0px;
    }
    header.shrink .menu-css ul ul li a {
    line-height: 17px;
    }
    .logo {
    position:relative;
    z-index:123;
    float:left;
    }
    .logo img {
        width: 150px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin-top: 5px;
    }
    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    #cssmenu> ul {
    float: right;
    }
    #cssmenu #head-mobile {
    display: none;
    }
    #cssmenu > ul > li {
    float: left;
    }
    #cssmenu ul li img {
        border-radius: 50%;
        position: relative;
        top: -10px;
        width: 35px;
    }
    .logo-flag ul li a {
        padding: 10px 6px 0px !important;
    }
    .logo-flag ul {
        box-shadow: 1px 1px 3px rgb(0 0 0 / 0%) !important;
        background: transparent !important;
    }
    .logo-flag ul a {
        background: transparent !important;
        border-bottom: 0px solid rgba(0,0,0,.1) !important;
    
    }
    .logo-flag ul li {
        margin-bottom: 6px;
    }
    #cssmenu > ul > li > a {
        font-size: 16px;
        text-decoration: none;
        color: #333;
        padding: 12px 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    #cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
    border-bottom: 0;
    }
    #cssmenu > ul > li:hover,
    #cssmenu ul li.active:hover,
    #cssmenu ul li.active,
    #cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    }
    #cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
    }
    a.menu-color {
    background-color: #01ccec;
    color: #fff !important;
    font-weight: 700 !important;
    }
    #cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
    }
    #cssmenu li:hover>ul>li {
    height: 35px;
    }
    #cssmenu ul ul {
    min-width: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    }
    #cssmenu ul ul li a {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding:11px 30px 11px;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #555;
    margin-top: 2px;
    background: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    }
    #cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    }
    #cssmenu li:hover > ul {
    left: auto;
    }
    #cssmenu li:hover > ul > li {
    height: 35px;
    }
    #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    }
    #cssmenu>ul>li.has-sub>.submenu-button:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #6d6e70;
    right: 14px;
    top: 15px;
    }
    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
    border-bottom: 0;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #fff;
        background-color: #f37a21;
    }
    #cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #999;
    right: 14px;
    top: 9px;
    }
    #cssmenu > ul > li {
    float: left;
    }
    #cssmenu ul ul {
    position: absolute;
    left: -9999px;
    }
    #cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333;
    }
    header.shrink #cssmenu .button:after {
    border-top: 2px solid #333;
    
    }
    header.shrink #cssmenu>ul>li.has-sub>.submenu-button:after {
        border-top: 8px solid #828282;
    }
    header.shrink #cssmenu .button:before {
    background: #333;
    }
    .menu-all {
        display: grid;
        grid-template-columns: 13fr 4fr;
    }
    #cssmenu ul ul li a:before {
        background-color: #333535;
    }
    #cssmenu ul ul li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        transition: all 400ms ease;
    }
    #cssmenu ul ul li:hover a:before {
        width: 5px;
    }
    .main-menu {
        padding: 20px 0 20px;
    }
    #cssmenu ul li.active a {
        background-color: #f37a22;
        color: #fff;
        border-radius: 5px;
    }
    @media screen and (max-width: 1024px) {
    nav {
    width: 100%;
    }
    #cssmenu {
    width: 100%;
    }
    #cssmenu ul {
    width: 100%;
    display: none;
    background-color: #fff;
    }
    #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #ddd;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
    height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #333;
    }
    #cssmenu > ul > li:hover > a, #cssmenu ul li.active a{
    color: #f27a21;
    }
    #cssmenu > ul > li {
    float: none;
    }
    #cssmenu ul ul li a {
    padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
    padding-left: 35px;
    }
    #cssmenu ul ul li a {
    color: #333;
    background: none;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
    display: none;
    }
    #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 14px;
    font-weight: 700;
    }
    #cssmenu .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
    z-index: 12399994;
    }
    #cssmenu .button:after {
    position: absolute;
    top: 23px;
    right: 20px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    content: "";
    }
    #cssmenu .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333;
    content: "";
    }
    #cssmenu .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    #cssmenu .button.menu-opened:before {
    top: 23px;
    background: #333;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    #cssmenu .submenu-button:after {
    z-index: 99;
    display: block;
    cursor: pointer;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #999;
    right: 14px;
    top: 20px;
    }
    #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
    }
    #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
    display: none;
    }
    #cssmenu ul ul ul li.active a {
    border-left: none;
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
    }
    span.submenu-button {
    position: absolute;
    right: 0;
    z-index: 99999;
    width: 40px;
    height: 40px;
    }
    }
    
    
/****/
/*** 

====================================================================
	Banner area
====================================================================

 ***/ 
.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
    padding: 100px 0 100px;
}
.banner-text .text-lite {
    font-family: 'ralewaylight';
}
.banner-text span {
    display: block;
}
.banner-text {
    position: relative;
}
.banner-text:before {
    position: absolute;
    content: "";
    width: 15rem;
    height: 15rem;
    background: url(../images/banner-dot.png) no-repeat;
    z-index: 1;
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: 0;
    top: -20px;
}
@-webkit-keyframes bounce-1 {
    0% {
        transform: translate(50px, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}
@keyframes bounce-1 {
    0% {
        transform: translate(50px, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}
.banner-text h1 {
    font-size: 5.5rem;
    font-family: 'ralewayextrabold';
    line-height: 7.5rem;
}
.banner-text .color-primary {
    color: #f37920;
}
.banner-btn {
    margin-top: 3rem;
}
.banner-btn a {
    letter-spacing: 1px;
    border-radius: 25px;
    padding: 13px 30px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient( 
        145deg,#f37920 0%,#f37920 100%);
    border: none;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:before, .banner-btn a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0.25);
}
.banner-btn a:hover::before, .banner-btn a:hover::after {
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.banner-btn a:hover {
    color: #fff;
}
.banner-btn a:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
 
/*** 

====================================================================
	About area
====================================================================

 ***/ 
 .about.-section {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: bottom;
    padding: 80px 0 80px;
}
 .main-tag {
    background-color: #f37a21;
    color: #fff;
    padding: 2px 15px;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 30px;
    display: flex;
    max-width: max-content;
    text-transform: uppercase;
}
.about-img img {
    border-radius: 10px;
}
.about-text p {
    font-size: 17px;
}
.about-text h2 {
    font-size: 40px;
    line-height: 55px;
    font-family: 'ralewaymedium';
    margin-bottom: 20px;
}
.about-img {
    position: relative;
}
.about-img:before {
    position: absolute;
    content: "";
    width: 15rem;
    height: 15rem;
    background: url(../images/banner-dot.png) no-repeat;
    z-index: 1;
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: -70px;
    top: -35px;
}
.about-img img:hover {
    opacity: 0.8;
    cursor: pointer;
}

/*** 

====================================================================
	What We’re Offering area
====================================================================

 ***/ 
 .service-section {
    position: relative;
    padding: 60px 0 60px;
    background: url(../images/service-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
 .service-box {
    display: flex;
    padding: 20px;
    transition: all .5s ease;
    cursor: pointer;
}
.service-box .service-icon {
    display: flex;
    text-align: center;
    padding: 10px;
    width: 65px;
    height: 65px;
    border: 3px solid rgba(12,133,244,.05);
    border-radius: 50px;
    box-shadow: 0 16px 24px 0 rgb(0 0 0 / 6%), 0 2px 6px 0 rgb(0 0 0 / 4%), 0 0 1px 0 rgb(0 0 0 / 4%);
    background-color: #fff;
    transition: box-shadow .5s,transform .5s,border .5s;
    transition: all .5s ease;
    
}
.service-box .service-content {
    width: calc(100% - 75px);
    padding-left: 15px;
}
.read-more {
    display: inline-block;
    font-weight: 600;
    color: #f37b22;
}
.read-more:after {
    content: url(../images/read-more-arrow.svg);
    margin-left: 16px;
    position: relative;
    top: 1px;
    transition: margin .5s;
}
.service-content h4 {
    font-size: 20px;
    font-family: 'ralewaymedium';
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.read-more:hover::after {
    margin-left: 24px;
}
.service-box:hover {
    background-color: #fff;
    box-shadow: 0 16px 24px 0 rgb(0 0 0 / 6%), 0 2px 6px 0 rgb(0 0 0 / 4%), 0 0 1px 0 rgb(0 0 0 / 4%);
    border-radius: 10px;
}
.service-box:hover .service-icon {
    background-color: #f37a21;
    transition: all .5s ease;
}
.service-box p {
    font-size: 15px;
}
.head h2 {
    font-size: 40px;
    line-height: 55px;
    font-family: 'ralewaymedium';
    margin-bottom: 20px;
}
/*** 

====================================================================
	Our intro area
====================================================================

 ***/ 
 .sub-banner {
    padding-top: 200px;
    padding-bottom: 100px;
    background: url(../images/sub-banner.png) no-repeat;
    position: relative;
}
.sub-banner:before {
    position: absolute;
    content: "";
    width: 15rem;
    height: 15rem;
    background: url(../images/banner-dot.png) no-repeat;
    z-index: 1;
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    right: 100px;
    top: 100px;
}
.main-tag a {
    color: #fff;
}
.about-page-area {
    position: relative;
    padding: 60px 0 60px;
}
.about-page-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 70%;
    background: #f37a22;
    left: -6px;
    top: 20px;
    z-index: -1;
}
.about-page-img img {
    width: 100%;
}
.about-page-text h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: 'ralewaymedium';
}
.about-page-text h4 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    color: #f37a22;
    margin-bottom: 10px;
}
.about-page-text ul li {
    margin-bottom: 12px;
    color: #9da7b3;
    font-weight: 500;
}
.about-page-text ul li:before {
    z-index: 0;
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
    vertical-align: middle;
    color: #f37a22;
    font-size: 18px;
    top: -4px;
    position: relative;
}
section.our-team {
    position: relative;
    padding: 60px 0 60px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}
/*** 

====================================================================
	client logo area
====================================================================

 ***/

/*** 

====================================================================
	testimonials area
====================================================================

 ***/

/*** 

====================================================================
	About Page
====================================================================

 ***/

/*** 

====================================================================
	Contact Page
====================================================================

 ***/
.contact-page {
    position: relative;
    padding: 6rem 0 6rem;
}
.contact-icon i {
    height: 4rem;
    width: 4rem;
    display: inline-block;
    background: #f37a22;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-right: 2rem;
}
.contact-icon-text {
    display: grid;
    align-items: center;
}
.contact-icon-text h4 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.5rem;
}
.contact-text li {
    margin-bottom: 2rem;
    cursor: pointer;
}
.social-contact li {
    display: inline-block;
}
.social-contact li a {
    background-color: #6d6e70;
    font-size: 2rem;
    height: 4.5rem;
    width: 4.5rem;
    color: #fff;
    border: 2px solid transparent;
    display: inline-block;
    line-height: 2;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}
.social-contact {
    margin-top: 3rem;
}
.contact-text h2 {
    margin-bottom: 2rem;
    font-size: 35px;
    line-height: 46px;
    font-family: 'ralewaymedium';
}
.contact-field .form-group input {
    height: 50px;
}
.contact-field .form-control {
    color: #111;
    font-size: 14px;
    border: 1px solid #dcdcdc;
}
.contact-field .form-control:focus {
    box-shadow: none;
    border-color: #f37a22;
}
.social-contact li a:hover {
    background-color: #f37a22;
}
.d-flex:hover .contact-icon i {
    background-color: #6d6e70;
}
.btns {
    margin-top: 30px;
}

.btns a {
    background-color: #f37a22;
    color: #fff;
    padding: 10px 15px;
}   

/*** 

====================================================================
	Service Page
====================================================================

 ***/
 .service-page {
    position: relative;
    top: 140px;
    padding: 60px 0 60px;
    margin-bottom: 30px;
}
.service-about-img {
    padding-right: 140px;
    position: relative;
    margin-right: 15px;
    text-align: center;
    z-index: 1;
}
.service-about-img .shape {
    right: 0;
    top: 30px;
    z-index: -1;
    border-radius: 0;
    position: absolute;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.service-about h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 50px;
}
.service-about h4 {
    color: #f37a22;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}
.service-area {
    position: relative;
    padding: 60px 0 60px;
}
.service-img img:hover {
    opacity: .8;
}
.about-text li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f37a22;
    bottom: 7px;
    border-radius: 50%;
    left: 0;
}
.about-text li {
    width: 48%;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.service-img img {
    border-radius: 15px;
    cursor: pointer;
}
.service-img {
    position: relative;
    margin-left: -30px;
}
.service-page-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.service-page-box {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 7px 30px -10px rgb(133 153 162 / 30%);
    box-shadow: 0 7px 30px -10px rgb(133 153 162 / 30%);
    text-align: center;
}
.service-page-box p {
    margin-bottom: 0;
}
/*** 

====================================================================
	Footer area
====================================================================

 ***/
 
.footer-area {
    position: relative;
    background-color: #fff8f3;
}
.logo-area-footer {
    background: #fff;
    padding: 40px 0;
    text-align: center;
}
.logo-footer img {
    width: 150px;
}
.logo-area-footer li {
    display: inline-block;
    margin-right: 75px;
}
.logo-area-footer i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #f37a22;
    color: #fff;
}
.footer-fuc h5 {
    font-size: 16px;
    font-weight: 600;
}
.footer-fuc p {
    color: #f37a22;
    margin-bottom: 0;
    text-align: left;
}
.footer-fuc {
    margin-left: 19px;
    margin-top: -5px;
}
.footer-main {
    position: relative;
    padding: 50px 0 30px;
}
.footer-about li {
    display: inline-block;
}
.footer-about li a {
    background-color: #eee;
    border-radius: 50%;
    font-size: 20px;
    height: 35px;
    width: 35px;
    color: #f37a22;
    border: 2px solid transparent;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 32px;
}
.footer-about h3, .footer-link h3, .footer-address h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.footer-link li:before {
    content: "\f105";
    font-size: 14px;
    font-weight: 600;
    color: #f37a22;
    left: 0;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 12px;
}
.footer-link a {
    color: #6d6e70;
    font-weight: 500;
}
.footer-link a:hover {
    color: #f37a22;
}
.footer-link li {
    padding-left: 25px;
    position: relative;
    line-height: 40px;
}
.footer-icon i {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #f37a22;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 20px;
}
.footer-icon-text {
    display: grid;
    align-items: center;
}
.footer-icon-text h4 {
    font-size: 16px;
    line-height: 28px;
}
.footer-address li:last-child {
    margin-bottom: 0;
}
.footer-address li {
    margin-bottom: 20px;
}
.copy-right {
    border-top: 1px solid #ffe8d7;
    padding: 20px 0 20px;
}
.copy-text {
    text-align: center;
}
.copy-text p {
    margin-bottom: 0;
}