@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin:0px;
    padding:0px;
}
body{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
section{
    padding:80px 0px;
}
.container{
    width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin:auto;
}

.topbarMain {
    background: #f5f5f5;
}

.topbarWrapper {
    overflow: hidden;
}

.phone {
    width: 200px;
    float: left;
    padding: 15px 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.email {
    width: 740px;
    float: left;
    padding: 15px 10px;
}

.social {
    width: 150px;
    float: left;
    transition: .3s;
}

.social a {
    display: block;
    float: left;
    padding: 15px;
    border-right: 1px solid #ddd;
    color: #2b2b2b;
}

.social a:first-child {
    border-left: 1px solid #ddd;
}

.social i:hover {
    color: #ff5200;
}

.phone i {
    color: #ff5200;
}

.email i {
    color: #ff5200;
}

.primaryWrapper {
    overflow: hidden;
    width: 100%;
}

.logo {
    width: 150px;
    float: left;
    margin-top: 20px;
}

.menu {
    width: 990px;
    float: left;
}

ul.mainMenuItem {
    list-style: none;
    float: right;
}

ul.mainMenuItem li {
    float: left;
}

ul.mainMenuItem li a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 16px;
    padding: 30px 15px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .5s;
}

ul.mainMenuItem li a:hover {
    color: #ff5200;
}

section#homeSlider {
    background: url(image/slide-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
}

.sliderContent {
    color: white;
    width: 600px;
}

.sliderContent h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 50px;
    float: left;
}

.sliderContent p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    width: 490px;
    margin-bottom: 30px;
}

button#sliderWorkButton {
    background: #ff5200;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 50px;
}

button#sliderWorkButton {
    background: #ff5200;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    margin-bottom: 60px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

button#sliderWorkButton:hover {
    color: white;
    background: #333;
    cursor: pointer;
}

.sliderNav {
    width: 60px;
    margin: auto;
    padding: 40px 0px;
}

.sliderNav span {
    width: 10px;
    height: 10px;
    background: transparent;
    display: block;
    border-radius: 100%;
    float: left;
    margin: 5px;
    border: 3px solid #ddd;
}

.sliderNav span:last-child {
    background: #ff5200;
    border-color: #ff5200;
}

.sboxWrapper {
    overflow: hidden;
}

.singleBox {
    width: 230px;
    background: white;
    padding: 15px;
    float: left;
    margin-right: 33px;
    transition: .5s;
}

section#services {
    background: #f5f6f6;
}

.sboxTitle {
    text-align: center;
    width: 150px;
    margin: auto;
}

.sboxTitle h2 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    line-height: 28px;
    margin: 30px 0px;
}

.sboxIcon {
    text-align: center;
    font-size: 40px;
    color: #ff5200;
    margin: 30px 0px;
}

.sboxDesc {
    text-align: center;
    margin: 30px 0px;
    color: #555;
    line-height: 25px;
}

.sboxLink {
    text-align: center;
    margin: 30px 0px;
}

.sboxLink a {
    text-decoration: none;
    color: #ff5200;
    font-weight: 500;
}

.sboxLink a i {
    font-size: 12px;
    padding-left: 5px;
}

.singleBox:hover {
    background: #ff5200;
    cursor: pointer;
}

.singleBox:hover h2 {
    color: white;
}

.singleBox i {
    color: #ff5200;
}

.singleBox:hover .sboxIcon i {
    color: white;
}

.singleBox:hover .sboxDesc {
    color: white;
}

.singleBox:hover .sboxLink a i {
    color: white;
}

.singleBox:hover .sboxLink a {
    color: white;
}

.sboxActive {
    background: #ff5200;
}

.sboxActive i {
    color: white;
}

.sboxActive h2 {
    color: white;
}

.sboxActive .sboxDesc {
    color: white;
}

.sboxActive a {
    color: white;
}

.teamContents {
    overflow: hidden;
}

.teamImage {
    width: 535px;
    float: left;
}

.teamImage img {
    max-width: 100%;
}

.teamDetailes {
    width: 535px;
    float: right;
}

.titleDesc h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.titleDesc p {
    color: #666;
    line-height: 25px;
    width: 500px;
    margin-bottom: 15px;
}

.teamFacilities ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 260px;
    float: left;
}

.teamFacilities ul li {
    line-height: 40px;
    transition: .3s;
}

.teamFacilities ul li a {color: #333;text-decoration: none;font-weight: 500;}

.teamFacilities {
    overflow: hidden;
    margin-bottom: 25px;
}

.teamFacilities ul li a i {
    font-size: 12px;
    color: #444;
}

.teamContactBtn a:hover {
    color: white;
    background: #333;
}

.teamContactBtn a {
    background: #ff5200;
    color: white;
    padding: 15px 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    width: 130px;
    text-align: center;
    border-radius: 3px;
    font-family: 'Oswald';
    transition: 0.5s;
}

.teamFacilities ul li:hover a {
    color: #ff5200;
}

.teamFacilities ul li:hover i {
    color: #ff5200;
}

.singleIcon {
    width: 210px;
    text-align: center;
    color: white;
    float: left;
    margin-right: 100px;
}

section#whyChoosUs {
    background: linear-gradient(#00000073,#00000073),url(image/why-choose-us1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.iconWrapper {
    overflow: hidden;
}

.singleIcon:last-child {
    margin-right: 0px;
}

.sIcon i {
    font-size: 40px;
}

.singleIcon h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0px;
    font-family: 'Work Sans', sans-serif;
}

.singleIcon h4 {
    font-size: 22px;
}

.secTitle {
    text-align: center;
    margin-bottom: 60px;
}

section#blogPosts {
    background: #f5f6f6;
}

.secTitle h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.secTitle h2:after {content: "";position: absolute;width: 65px;background: #ff5200;border-bottom: 3px solid #ff5200;left: 50%;transform: translateX(-50%);bottom: 0px;}

.secTitle p {
    width: 565px;
    margin: auto;
    color: #666;
    line-height: 25px;
}

.postWrapper {
    overflow: hidden;
}

.singlePost {
    width: 258px;
    overflow: hidden;
    float: left;
    margin-right: 35px;
}

.singlePost:last-child {
    margin-right: 0px;
}

.singlePost img {
    width: 100%;
}

.postImg {
    margin-bottom: 20px;
}

.postInfo p {
    margin-top: 10px;
    color: #666;
    line-height: 25px;
}

.postInfo h3 {
    font-size: 20px;
}

.singleTable {
    width: 280px;
    overflow: hidden;
    float: left;
    border: 1px solid #eaeaea;
    padding: 34px;
    background: white;
    margin-right: 40px;
}

.tableList {
    display: table;
    background: #fafafa;
}

.singleTable:last-child {
    margin-right: 0px;
    box-shadow: 0px 0px 20px 8px #e1e0e0;
}

.singleTable h3 {
    font-size: 24px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.singleTable h1 {
    font-size: 45px;
    font-weight: 800;
    font-family: 'Work Sans';
    margin-bottom: 15px;
}

.singleTable h1 span {
    font-size: 20px;
}

.singleTable ul {
    list-style: none;
}

.singleTable ul li {
    line-height: 40px;
    color: #666;
}

.singleTable ul li i {
    color: #ff5200;
    font-size: 14px;
}

button#tableGetStarted {
    padding: 15px 30px;
    background: #ff5200;
    color: white;
    font-weight: 800;
    font-family: 'Oswald';
    border: none;
    letter-spacing: 1px;
    border-radius: 3px;
    font-size: 16px;
    margin: 20px 0px;
    transition: .3s;
}

button#tableGetStarted:hover {
    cursor: pointer;
    background: #333;
    color: white;
}

.singleTable:first-child {box-shadow: 0px 0px 20px 8px #e1e0e0;}

.singleTable:nth-child(2) {
    box-shadow: 0px 0px 20px 8px #e1e0e0;
}

.idealeftImg {
    background: url(image/s02.jpg);
    width: 50%;
    float: left;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#ideas {
    overflow: hidden;
    padding: 0px;
    height: 510px;
}

.rightConten {
    width: 50%;
    float: right;
    overflow: hidden;
    background: #222222;
    color: white;
    height: 100%;
}

.rightContentTitle {
    padding: 70px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    line-height: 26px;
}

.rightContentTitle h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.rContentIcons {
    padding: 0px 70px;
    overflow: hidden;
    padding-bottom: 70px;
}

.riconSingle {
    width: 245px;
    float: left;
    overflow: hidden;
    margin-bottom: 45px;
}

.rIcon {
    width: fit-content;
    overflow: hidden;
    float: left;
    font-size: 40px;
    color: #ff5200;
}

.riconTitle {
    width: 170px;
    overflow: hidden;
    float: right;
    line-height: 25px;
}

.riconTitle h2 {
    font-size: 20px;
    margin-bottom: 10px;
    transition: 0.5s;
    cursor: pointer;
}

.riconTitle h2:hover {
    color: #ff5200;
}

.teamPersons {
    overflow: hidden;
}

.singlePerson {
    width: 260px;
    overflow: hidden;
    float: left;
    margin-right: 33px;
    cursor: pointer;
}

.singlePerson:last-child {
    margin-right: 0px;
}

.singlePerson img {
    width: 100%;
    transition: 0.3s;
}

.personInfo {
    text-align: center;
    padding: 22px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.personInfo h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.personInfo p {
    font-size: 14px;
    margin-top: 8px;
    color: #666;
}

.joinTeamButton {
    margin-top: 70px;
    display: grid;
    place-items: center;
}

.joinTeamButton button {
    background: #333;
    color: white;
    padding: 15px 30px;
    border: none;
    font-weight: 500;
    font-family: 'Oswald';
    letter-spacing: 1px;
    font-size: 17px;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
}

.joinTeamButton button:hover {
    background: #ff5200;
    color: white;
}

.personImg {
    overflow: hidden;
    position: relative;
}

.socialIcon {
    width: 170px;
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.socialIcon a {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    overflow: hidden;
    background: red;
    border-radius: 100%;
    padding: 5px;
    display: grid;
    place-items: center;
    margin: 5px;
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.socialIcon a:first-child {
    opacity: 0;
    transition: 0.90s;
    background: #3b5998;
}

.socialIcon a:nth-child(2) {
    transition: 0.70s;
    background: #00acee;
    opacity: 0;
}

.socialIcon a:nth-child(3) {
    transition: 0.50s;
    background: #db4a39;
    opacity: 0;
}

.socialIcon a:last-child {
    transition: 0.90s;
    background: #0e76a8;
    opacity: 0;
}

.socialIcon a:hover {
    background: white;
    color: #333;
}

.singlePerson:hover .socialIcon a:first-child {
    opacity: 1;
    transform: translateY(20px);
}

.singlePerson:hover .socialIcon a:nth-child(2) {
    opacity: 1;
    transform: translateY(20px);
}

.singlePerson:hover .socialIcon a:nth-child(3) {
    opacity: 1;
    transform: translateY(20px);
}

.singlePerson:hover .socialIcon a:last-child {
    opacity: 1;
    transform: translateY(20px);
}

.singlePerson:hover .personImg img {
    transform: scale(1.1);
}

section#projects {
    background: #f5f6f6;
}

.projectsWrapper {
    overflow: hidden;
    /* column-count: 3; */
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 15px;
}

.singleProject {
    width: 350px;
    float: left;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 3px;
}

.singleProject:last-child {
    margin-right: 0px;
}

.singleProject img {
    width: 100%;
}

.projectInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(to top,black,transparent 160px);
    color: white;
    padding-bottom: 0;
    transition: 0.3s;
}

.projectMeta {
    width: 280px;
    margin-bottom: 15px;
}

.projectMeta a {
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

a#learnMoreBtn {
    display: block;
    color: white;
    font-weight: 500;
    font-size: 16px;
    transform: translateX(-150px);
    visibility: hidden;
    text-decoration: none;
    
}

a#learnMoreBtn i {
    font-size: 12px;
    margin-left: 10px;
}

.singleProject:hover .projectInfo {
    padding: 40px 30px !important;
    background: linear-gradient(to top, black, transparent 180px);
}

.singleProject:hover #learnMoreBtn {
    visibility: visible;
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition-delay: 0.3s;
    transition-timing-function: ease-cubic-bezier(0, 0.43, 0.15, 1.08);
}

.newsWrapper {
    overflow: hidden;
}

.singleNews {
    width: 350px;
    float: left;
    margin-right: 45px;
    overflow: hidden;
    margin-bottom: 30px;
}

.singleNews:last-child {
    margin-right: 0px;
}

.newsImage img {
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.newsImage {
    overflow: hidden;
}

.newsImage:hover img {
    transform: scale(1.2);
}

.newsMeta {
    border-left: 1px solid #e4e3e3;
    border-right: 1px solid #e4e3e3;
    border-bottom: 1px solid #e4e3e3;
    padding: 30px;
    overflow: hidden;
}

.newsCategory {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.newsCategory a {
    text-decoration: none;
    font-weight: 500;
    color: #444;
    display: block;
    float: left;
    width: 120px;
    font-size: 14px;
}

.newsCategory a:last-child {
    margin-left: 15px;
}

.newsCategory a:first-child {
    color: #888;
}

.newsCategory a:last-child:hover {
    color: #ff5200;
}

.newsCategory:after {content: "";width: 20px;border-bottom: 2px solid #ff5200;position: absolute;left: 95px;top: 8px;}

.newsTitle h2 a {
    color: #333;
    text-decoration: none;
}

.newsTitle h2 {
    margin-bottom: 12px;
}

.newsTitle h2:hover a {
    color: #ff5200;
}

.newsTitle p {
    color: #777;
    margin-bottom: 15px;
}

a#newsReadMore {
    color: #ff5200;
    font-weight: 500;
    text-decoration: none;
}

a#newsReadMore i {
    font-size: 12px;
    margin-left: 5px;
}

footer#footer {
    background: #1a1a1a;
    padding-top: 200px;
}

.copyrightContainer {
    overflow: hidden;
    color: #999;
    border-top: 1px solid #333;
}

.copyrightContainer .container {
    overflow: hidden;
}

.copyrightText {
    width: 540px;
    float: left;
    padding: 30px 0px;
}

.copyrightMenu {
    width: 570px;
    float: right;
}

.copyrightMenu ul {
    list-style: none;
    float: right;
    overflow: hidden;
}

.copyrightMenu ul li {
    float: left;
}

.copyrightMenu ul li a {
    color: #999;
    display: block;
    padding: 30px 15px;
    text-decoration: none;
}

.fboxWrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

.fbox {
    overflow: hidden;
    width: 262px;
    float: left;
    margin-right: 30px;
    color: #999;
}

.fbox:last-child {
    margin-right: 0px;
}

.fbox h3 {
    color: white;
    margin-bottom: 18px;
}

.fbox p {
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 20px;
}

ul#uflink li {
    line-height: 25px;
}

ul#uflink {
    list-style: none;
}

ul#uflink li a {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 7px 0px;
    border-bottom: 1px dashed #353535;
}

ul#uflink li a i {
    font-size: 10px;
}

ul#uflink li:last-child a {
    border-bottom: 0px;
}

ul#uflink li:hover a {
    color: #ff5200;
}

.fRpost {
    overflow: hidden;
    margin-bottom: 30px;
}

.fRpostMeta {
    width: 40px;
    background: #313131;
    padding: 12px 10px;
    border-radius: 3px;
    color: white;
    float: left;
    text-align: center;
}

.fRpostTitle {
    width: 175px;
    float: right;
}

.fRpostTitle h3 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.fRpostTitle a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    margin-right: 15px;
}

.fRpostMeta span:first-child {
    font-weight: 800;
    font-size: 24px;
}

.fRpostMeta span:last-child {
    font-size: 9px;
    font-weight: 700;
    margin-top: 6px;
    display: block;
    line-height: 10px;
}

.ficons a {
    display: block;
    width: 20px;
    display: grid;
    place-items: center;
    padding: 5px;
    float: left;
    margin-right: 5px;
    border-radius: 3px;
    text-decoration: none;
    color: #999;
    transition: 0.3s;
}

.ficons a:hover {
    color: #ff5200;
}

.contact_info_list {
    overflow: hidden;
}

.single-info-item {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 25px;
}

.icon {
    width: 20px;
    float: left;
    display: block;
    color: #ff5200;
}

.details {
    float: right;
    width: 230px;
}

.subsBoxesWrapper {
    overflow: hidden;
    background: #ff5200;
    border-radius: 3px;
}

.subsBoxSingle {
    width: 320px;
    float: left;
    padding: 30px 0px;
    overflow: hidden;
    color: white;
    padding-left: 45px;
}

.subsBoxSingle h2 {color: white;margin-bottom: 20px;}

.inputboxes {
    position: relative;
}

.inputboxes input:first-child {
    width: 80%;
    padding: 15px;
    border: none;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    font-family: 'Oswald';
    letter-spacing: 1px;
    outline: none;
}

input#subsSubmit {
    padding: 16px;
    border: none;
    background: black;
    color: white;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    width: 120px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none;
}

.subsFollowIcons {
    overflow: hidden;
}

.subsFollowIcons a {
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid white;
    display: grid;
    place-items: center;
    border-radius: 100%;
    margin-right: 15px;
    color: white;
    text-decoration: none;
    transition: 0.4s;
}

.subsFollowIcons a:hover {
    background: white;
    color: #333;
}

.subsBoxSingle p {
    margin-bottom: 10px;
}

.subsBoxSingle:last-child {
    padding-right: 0px;
}

section#subscribe {
    position: relative;
    margin-bottom: -150px;
    margin-top: -90px;
}

ul.subMenu {
    list-style: none;
    width: 200px;
    position: absolute;
    top: unset;
    background: white;
    border-top: 1px solid #ddd;
    padding: 25px;
    visibility: hidden;
    transform: scaleY(0);
    transition: 0.3s;
    transform-origin: top;
}

ul.subMenu li {
    float: none;
    position: relative;
}

ul.subMenu li a {
    padding: 8px 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    font-family: arial;
    color: #333;
    transition: 0.6s;
    display: block;
}

ul.subMenu li a:before {content: "";display: inline-block;background: #ff5200;width: 0px;height: 2px;vertical-align: middle;margin-right: 10px;transition: 0.6s;}

ul.subMenu li:hover a:before {
    width: 20px;
}

ul.mainMenuItem li:hover .subMenu {
    visibility: visible;
    transform: scaleY(1);
}

ul.subMenu2 {
    list-style: none;
    width: 180px;
    position: absolute;
    top: 0;
    left: 125px;
    background: white;
    border-left: 1px solid #ddd;
    padding: 25px;
    visibility: hidden;
    transform: scaleX(0);
    transition: 0.3s;
    transform-origin: left;
}

ul.subMenu li:hover .subMenu2 {
    visibility: visible;
    transform: scaleX(1);
}

ul.subMenu2 li a:before {content: "";display: inline-block;background: #ff5200;width: 0px !important;height: 2px;vertical-align: middle;margin-right: 10px;transition: 0.6s;}

ul.subMenu2 li:hover a:before {
    width: 20px !important;
}

.mainMenuItem li .activeMenu {
    color: #ff5200;
}

.singleBox:last-child {
    margin-right: 0px;
}

.singleProject:nth-child(3) {margin-right: 0px;}










