@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
}

::selection {
    background-color: #ff7d33;
    color: #ffffff;
}

body::-webkit-scrollbar {
    width: 11px;
}
body::-webkit-scrollbar-track {
    background-color: #3f3f3f;
}
body::-webkit-scrollbar-thumb {
    background-color: #ff7d33;
}
html,
body {
   overflow-x: hidden;
}




#top-contact {
    display: flex;
    flex-wrap: wrap;
}
.topheader {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #303030;
    /* background: linear-gradient(to left top, #00eeff, #29ce00); */
}
.sub-topheader {
    width: 100%;
}
/* .topheader .container {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #5050504f;
} */
.topheader .header-contact a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}
.header-contact {
    color: #ff7d33;
    margin-top: 3px;
    margin-left: 18px;
}
#top-link {
    display: flex;
    justify-content: end;
}
#top-link a {
    margin-right: 18px;
}
#top-link a i {
    color: #ffffff;
    font-size: 17px;
    padding: 6px;
    border: 1px solid #ff7d33;
    background-color: #ff7d33;
    border-radius: 50%;
    transition: 0.5s;
}
#top-link a i:hover {
    color: #ff7d33;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
@media (max-width: 992px) {
    #top-link {
        display: flex;
        justify-content: center;
    }
    #top-link a {
        margin: 10px 20px;
    }
    #top-contact {
        display: flex;
        justify-content: center;
    }
    .header-contact {
        margin-top: 7px;
    }
}


.navbar {
    /* position: fixed;
    top: 0;
    width: 100%; */
    background-color: #ffffff !important;
    z-index: 100;
    /* padding-top: 10px; */
    /* border-bottom: 3px solid #1747e4; */
}
.navbar-nav {
    display: flex;
    justify-content: space-between;
}
.nav-link{
    color: #6f6f6f !important;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s;
    }
.nav-link:hover{
    color: #ff7d33 !important;
    }
.navbar-nav > li{
    padding-left: 2px;
    padding-right: 2px;
    }
.navbar-brand {
    width: 100px;
    height: 82px;
}
@media(max-width:770px) {
    .navbar {
        position: relative;
        background-color: #ffffff !important;
        border-bottom: 4px solid #ff7d33;
    }
}
/* Fixed Header */
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: #ffffff !important;
    border-bottom: 4px solid #ff7d33;
    box-shadow: #00000030 0px 10px 20px, #0000003b 0px 6px 6px;
    animation: smoothNav 0.8s ease;
}
@keyframes smoothNav {
    from {
        top: -240px;
    }

    to {
        top: 0;
    }
}
.fixed .nav-link {
    color: #383838 !important;
}

.fixed .navbar-brand {
    width: 100px;
    height: 82px;
}
/* Fixed Header */





/* Mobile Header */
.navbar-toggler i {
    color: #ff7d33 !important;
}
.offcanvas {
    background-color: #ffffff;
    width: 50%;
}
@media (max-width: 552px) {
    .offcanvas {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 992px) {
    .nav-link{
        color: #575757 !important;
        border-bottom: 1px solid #8585856d;
        margin-bottom: 14px;
    }
}
.dropdown-menu {
    background-color: #dbfdff00;
    border: none;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}
.dropdown-menu .dropdown-item {
    border-top: 1px solid #0000002c;
    color: #414141;
    background-color: #ffffff;
    padding: 10px 10px;
    font-size: 15px;
    transition: 0.3s;
}
.dropdown-menu .dropdown-item:hover {
    background: linear-gradient(to right top, #ff7d33, #ff8f45);
    color: #ffffff;
}
@media (max-width: 992px) {
    .dropdown-menu {
        background-color: #dbfdff;
        border: none;
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }
    .dropdown-menu .dropdown-item {
        border-top: 1px solid #00000000;
        color: #414141;
        background-color: #c5ebff;
        padding: 10px 10px;
        font-size: 15px;
        transition: 0.3s;
    }
}
.card {
    border: none;
}




/* Scroll Top */
.scroll-top {
    background-color: #ff7d33;
    padding: 6px 5px 2px 5px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 1000;
    border: 3px solid #ff7d33;
    border-radius: 50%;
    box-shadow: 0 1px 3px #000000;
}
#scroll_id {
    display: none;
}
.scroll-top i{
   color: #e4fff1;
   font-size: 25px;
}
.scroll-top:hover {
    background-color: #e4fff1;
    border: 3px solid #303030;
    transition: 0.4s;
}
.scroll-top:hover i {
    color: #303030;
    transition: 0.4s;
}
@media (max-width: 700px) {
    .scroll-top {
        display: none;
    }
}





.section-container {
    padding: 110px 0px;
}



/* Slider Section */
.main-section {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-section img {
    width: 90%;
}
.main-content .sub-title {
    color: #ff7d33;
    font-size: 18px;
    margin-top: 60px;
}
.main-content h4 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.main-content p {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 16px;
    font-size: 18px;
    color: #ffffffab;
}
.main-content .main-btn {
    color: #ffffff;
    background-color: #ff7d33;
    border: 2px solid #ff7d33;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.5s;
}
.main-content .main-btn:hover {
    color: #ff7d33;
    border: 2px solid #ffffff;
    background-color: #ffffff;
}
@media(max-width: 992px) {
    .main-section {
        height: auto;
    }
}



.main-bottom-section {
    margin-top: -50px;
    text-align: center;
}
.main-bottom {
    margin-top: 13px;
    background-color: #ffffff;
    padding: 30px 20px;
    box-shadow: #26262691 0px 7px 15px 0px;
    border-radius: 10px;
}
.main-bottom img {
    width: 70px;
    height: auto;
}
.main-bottom h4 {
    font-size: 23px;
    color: #464646;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
@media(max-width: 992px) {
    .main-bottom-section {
        margin-top: 20px;
    }
    .main-bottom h4 {
        font-size: 18px;
    }
}





.about {
    position: relative;
}
.about img {
    width: 90%;
    box-shadow: 50px -40px 1px 7px #ff7d33;
}
.about .b-text {
    position: absolute;
    top: 50px;
    left: -40px;
    background-color: #ff7d33;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
}
.about h2 {
    margin-top: 30px;
    word-spacing: 12px;
    font-weight: 400;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
}
.about .text {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.about .ab-stat h3 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 13px;
}
.about .ab-stat p {
    font-size: 14px;
    color: #3f3f3f;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.about .about-btn {
    color: #ffffff;
    background-color: #ff7d33;
    padding: 14px 30px;
    border: 2px solid #ff7d33;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.about .about-btn:hover {
    color: #ff7d33;
    background-color: #ffffff;
}
@media(max-width: 600px) {
    .about .b-text {
        top: 50px;
        left: 20px;
    }
}






.about-sec2-bg {
    background-color: #303030;
}
.about-sec2 img {
    width: 90%;
}
.about-sec2 h1 {
    color: #ffffff;
    font-size: 35px;
    word-spacing: 10px;
    font-family: 'Roboto Slab', serif;
}
.about-sec2 p {
    color: #ffffffb1;
    font-size: 16px;
    word-spacing: 10px;
    font-family: 'Open Sans', sans-serif;
}
@media(max-width: 990px) {
    .about-sec2 img {
        width: 100%;
    }
}




.bg-home-section2 {
    background-color: #0000004a;
    padding: 50px 20px;
}
.home-section2 img {
    width: 90%;
}
.home-section2 h2 {
    margin-top: 30px;
    word-spacing: 12px;
    font-weight: 400;
    font-size: 45px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
.home-section2 .text {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #ffffffa3;
    font-family: 'Roboto Slab', serif;
}
.home-section2 .pro-sub h4 {
    color: #ffffff;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    margin-bottom: 10px;
}
.home-section2 .pro-sub .progress1 {
    /* background: linear-gradient(to right, #1600ddbf, #7cc6ff); */
    background-color: #ff7d33;
    width: 80%;
    height: 8px;
    border-radius: 10px;
}
@media(max-width: 990px) {
    .home-section2 img {
        width: 100%;
    }
}





.sec-prog .pro-sub {
    margin-bottom: 20px
}
.sec-prog .pro-sub h4 {
    color: #484848;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin-bottom: 10px;
}
.sec-prog .pro-sub .progress1 {
    background: linear-gradient(to right, #ff7d33, #fd934c);
    width: 100%;
    height: 8px;
    border-radius: 10px;
}
.sec-prog .b-text {
    background-color: #ff7d33;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    width: fit-content;
    margin-bottom: 40px;
}





.bg-deep {
    background-color: #303030;
}
.bg-hosting {
    background-color: #ff5100;
}
.hosting {
    text-align: center;
    padding: 30px 0px;
}
.hosting .b-text {
    margin: 20px auto;
    background-color: #ffffff;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #ff7d33;
    letter-spacing: 3px;
    width: fit-content;
    margin-bottom: 40px;
}
.hosting h2 {
    margin-top: 30px;
    word-spacing: 6px;
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    font-family: 'Roboto Slab', serif;
}
.hosting p {
    font-size: 19px;
    color: #ffffffb3;
}
.hosting .hosting-btn {
    color: #ffffff;
    background-color: inherit;
    padding: 14px 30px;
    border: 2px solid #ffffff;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.hosting .hosting-btn:hover {
    color: #ff7d33;
    background-color: #ffffff;
}





.footer-banner {
    background-color: #303030;
    padding: 35px 0px 30px 0px;
}
.footer-banner .banner h2 {
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Roboto Slab', serif;
}
.footer-banner .banner p {
    color: #ffffffab;
    font-size: 18px;
}
.banner .banner-btn {
    color: #ffffff;
    background-color: #ff7d33;
    padding: 14px 30px;
    border: 2px solid #ff7d33;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.banner .banner-btn:hover {
    color: #ff7d33;
    background-color: inherit;
}






.service {
    padding: 80px 30px;
    position: relative;
}
.bg-service1 {
    background-color: #303030;
}
.bg-service2 {
    background-color: #ff7d33;
}
.bg-service3 {
    background-color: #eb1700;
}
.service h2 {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}
.service p {
    font-size: 18px;
    color: #ffffffa8;
}
.service i {
    position: absolute;
    font-size: 50px;
    color: #ffffff;
    top: 40px;
    right: 35px;
}
.head .b-text {
    background-color: #ff7d33;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    width: fit-content;
    margin-bottom: 10px;
}
.head p {
    color: #505050;
    font-size: 18px;
}
.service .service-btn {
    color: #ff7d33;
    background-color: #ffffff;
    padding: 14px 30px;
    border: 2px solid #ffffff;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.service .service-btn:hover {
    color: #ffffff;
    background-color: inherit;
}








/* Why Choose Us */
.wcu i {
    color: #ff7d33;
    font-size: 45px;
    margin-bottom: 13px;
}
.wcu h2 {
    color: #222222;
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
}
.wcu p {
    color: #6d6d6d;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
}
.wcu {
    padding: 30px 20px;
    box-shadow: rgba(5, 5, 5, 0.344) 0px 7px 14px 0px;
}
.wcu-clr-1 {
    background-color: #ff7d33;
    color: #ffffff;
}
.wcu-clr-1 i {
    color: #ffffff;
}
.wcu-clr-1 h2 {
    color: #ffffff;
}
.wcu-clr-1 p {
    color: #ffffff98;
}



.bg-testi {
    background: linear-gradient(to left top, #ff7d33, #ff7d33, #ff8e43);
}
.testi-head .b-text {
    background-color: #ffffff;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #ff7d33;
    letter-spacing: 3px;
    width: fit-content;
    margin-bottom: 10px;
}
.testi {
    padding: 40px 10px;
    display: flex;
    background-color: #ffffff;
    position: relative;
}
.testi .sub-testi img {
    width: 70px !important;
    height: auto !important;
}
.testi .sub-testi i {
    font-size: 35px;
    color: #ff7d33;
}
.testi .sub-testi {
    margin: 10px 20px;
}
.testi .sub-testi p {
    font-size: 17px;
    color: #505050;
    font-family: 'Roboto Slab', serif;
}
.testi .sub-testi .name {
    font-size: 22px;
    color: #1f1f1f;
    font-weight: 500;
}
.testi .sub-testi .desig {
    font-size: 15px;
    color: #7c7c7c;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}

.owl-dots button span {
    background-color: inherit !important;
}
.owl-dots button {
    background: #ffffff !important;
    width: 15px;
    height: 15px;
    border-radius: 26px;
    margin: 10px 5px;
    transition: 0.3s;
}

.owl-dots button.active {
    width: 30px;

}






/* Page Image */
.slider-img img {
    width: 100%;
    height: 450px;
}
.slider-img {
    position: relative;
}
.slider-img .top-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000085;
    bottom: 0;
    left: 0;
    padding-top: 160px;
    padding-left: 40px;
}
.slider-img .top-content h2 {
    color: #ffffff;
    font-size: 50px;
    font-family: 'Roboto Slab', serif;
}
.slider-img .top-content .top-link {
    color: #ff7d33;
    background-color: #383838c6;
    padding: 10px 20px;
    width: fit-content;
}
.slider-img .top-content .top-link a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
.slider-img .top-content .top-link a:hover {
    color: #ff7d33;
    transition: 0.5s;
}
@media(max-width:770px){
    .slider-img img {
        width: 100%;
        height: 240px;
    }
    .slider-img .top-content {
        padding-top: 70px;
        padding-left: 20px;
    }
    .slider-img .top-content h2 {
        color: #ffffff;
        font-size: 30px;
    }
    .slider-img .top-content .top-link a {
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
    }
}
/* Page Image */




.bg-experience {
    background-color: #303030;
}
.experience {
    position: relative;
}
.experience .sub-img-exp {
    width: 60%;
    position: absolute;
    bottom: -70px;
    right: 0;
    background-color: #ff7d33;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 20px;
    box-shadow: #ff7d3388 0px 7px 15px 0px;
}
.experience img {
    width: 80%;
    /* box-shadow: #ff7d3388 0px 7px 15px 0px; */
}
.experience h1 {
    color: #ffffff;
    font-size: 35px;
    word-spacing: 10px;
    font-family: 'Roboto Slab', serif;
}
.experience .sub-exp ul li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 20px;
    width: 1.3em;
    font-size: 25px;
    color: #ff7d33;
}
.experience .sub-exp ul li {
    font-size: 22px;
    color: #ffffffa8;
    font-family: 'Open Sans', sans-serif;
}
@media(max-width: 992px) {
    .experience .sub-img-exp {
        width: 100%;
        position: relative;
    }
    .experience img {
        width: 100%;
    }
}




.bg-mv {
    padding: 59px 15px !important;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
}
.bg-mv p {
    text-align: justify;
    color: #ffffffb4 !important;
}
.mv-content {
    padding: 15px;
    background-color: #303030;
    color: #ffffff;
}
.mv-content h4 {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
}
.mv-content p {
    color: #ffffffab;
    text-align: justify;
    font-family: 'Roboto Slab', serif;
}
.mv-content img {
    margin: 14px auto;
    width: 110px;
}





.accordion-header .accordion-button {
    background-color: #ff7d33;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
.accordion-collapse .accordion-body {
    /* font-family: 'Roboto Slab', serif; */
    font-family: 'Open Sans', sans-serif;
    border: none !important;
}
.accordion-header .accordion-button:focus {
    background-color: #ff7d33;
    color: #ffffff;
    box-shadow: #2a2a2b82 0px 7px 15px 0px;
}
/* .accordion-header .accordion-button:after {
    color: #ffffff !important;
} */
.acc img {
    width: 100%;
}
/* .accordion-button:not(.collapsed)::after {
    color: #ffffff !important;
    background-color: #ffffff !important;
} */
.accordion-button::after {
    background-image: none !important;
}
.accordion-button::after {
    content: "\f078";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    color: #ffffff !important;
}






#team {
    box-shadow: #27272783 0px 7px 15px 0px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 15px;
}
#team img {
    margin: 10px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
#team .team-text {
    padding: 20px 10px;
}
#team h3 {
    font-size: 20px;
    color: #464646;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}
#team p {
    font-size: 17px;
    color: #ff7d33;
    font-weight: 500;
    margin-bottom: 5px;
}
#team .team-text a i {
    color: #5a5a5a;
    font-size: 17px;
    padding: 8px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0px 8px;
    transition: 0.5s;
}
#team .team-text a i:hover {
    color: #ffffff;
    border: 1px solid #ff7d33;
    background-color: #ff7d33;
}







/* Contact */
.contact-container {
    /* background-color: #ffffff; */
    padding: 30px 20px;
}
.contact-container i {
    color: #ffffff;
    font-size: 25px;
    margin-right: 40px;
    background-color: #ff7d33;
    border: 1px solid #ff7d33;
    padding: 18px;
    border-radius: 50%;
}
.contact-container {
    display: flex;
}
.contact-container .contact-text h3 {
    color: #303030;
    font-weight: 500;
    font-size: 17px;
    font-family: 'PT Serif', serif;
}
.contact-container .contact-text a {
    text-decoration: none;
    color: #777777;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}
.contact-btn {
    padding: 10px 30px;
    border: 1px solid #ff7d33;
    background-color: #ff7d33;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}
.contact-btn:hover {
    padding: 10px 30px;
    border: 1px solid #ff7d33;
    background-color: #ffffff;
    color: #ff7d33;
}
.form-container h2 {
    color: #303030;
    font-family: 'Merienda', cursive;
}
.form-container {
    background-color: #ffffff;
    /* box-shadow: #00000051 0px 7px 12px 0px; */
    margin-bottom: 10px;
    padding: 20px;
}
.form-container .form-group .form-control {
    border: 1px solid #a0a0a0;
    background-color: #bababa0e;
    border-radius: 0 !important;
}
.form-container .form-group .form-control:focus {
    border: 1px solid #ff7d33;
    box-shadow: none !important;
}









/* Career */
.career img {
    margin-top: 10px;
    width: 100%;
    /* height: 410px; */
    /* border-radius: 15px; */
}
.career h3 {
    font-size: 32px;
    color: #ff7d33;
    font-family: 'Roboto Slab', serif;
}
.career .text {
    font-size: 18px;
    color: #383838;
    text-align: justify;
    font-family: 'Abyssinica SIL', serif;
    margin-bottom: 7px;
}
.career .text span {
    font-size: 17px;
    font-weight: bold;
    color: #ff7d33;
}





/* Services */
.work .number {
    border: 3px dashed #ff7d33;
    padding: 10px 20px;
    color: #ff7d33;
    width: fit-content;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    margin: 2px auto;
}
.work img {
    width: 100px;
    height: auto;
    margin: 20px auto;
}
.work h3 {
    font-size: 24px;
    color: #434343;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}
.work p {
    font-size: 16px;
    color: #797979;
}







.bg-service-sec {
    background-color: #303030;
}
.service-sec {
    position: relative;
}
.service-sec .sub-img-exp {
    width: 60%;
    position: absolute;
    bottom: -70px;
    right: 0;
    background-color: #ffffff;
    color: #333333;
    font-size: 30px;
    padding: 30px 20px;
    box-shadow: #e9e9ff8c 0px 7px 15px 0px;
    font-family: 'Roboto Slab', serif;
}
.service-sec img {
    width: 80%;
    /* box-shadow: #9191e98c 0px 7px 15px 0px; */
}
.service-sec h1 {
    color: #ffffff;
    font-size: 35px;
    word-spacing: 10px;
    font-family: 'Roboto Slab', serif;
}
.service-sec p {
    color: #ffffffab;
    font-size: 20px;
}
@media(max-width: 992px) {
    .service-sec .sub-img-exp {
        width: 100%;
        position: relative;
    }
    .service-sec img {
        width: 100%;
    }
}






.service-aws {
    position: relative;
    padding: 10px;
    box-shadow: #3a3a3a88 0px 7px 15px 0px;
}
.service-aws .img-aws {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-bottom: 5px solid #ff7d33;
    margin-bottom: 40px;
}
.service-aws .img-aws img {
    width: 100%;
    height: 100%;
    transition: 0.5s all ease-in-out;
}
.service-aws:hover img {
    transform: scale(1.2);
}
.service-aws i {
    position: absolute;
    top: 214px;
    right: 30px;
    background-color: #ffffff;
    border: 5px solid #ffffff;
    color: #ff7d33;
    padding: 14px 10px;
    font-size: 27px;
    border-radius: 50%;
}
.service-aws h4 {
    font-size: 24px;
    color: #353535;
    font-family: 'Roboto Slab', serif;
}
.service-aws p {
    font-size: 16px;
    color: #797979;
    font-family: 'Roboto Slab', serif;
}







.serv-bg-1 {
    background-color: #383838 !important;
    color: #ffffff;
}
.serv-bg-2 {
    background-color: #ee5300 !important;
    color: #ffffff;
}
.serv-page h4 {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
    font-family: 'Roboto Slab', serif;
}
.serv-page .content {
    padding: 20px;
    display: flex;
    justify-content: space-around;
}
.serv-page .content ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 10px;
    width: 1.3em;
    color: #ffffff;
}






/* Footer */
footer {
    color: #ffffff;
    padding-top: 35px;
}
.footer-logo {
    width: 140px;
    height: 80px;
    margin-bottom: 15px;
}
.footer-text {
    font-size: 15px;
    text-align: justify;
    color: #616161;
    font-family: 'PT Serif', serif;
}
.footer-text a {
    color: #ff7d33 !important;
}
.footer-text a:hover {
    color: #ff7d33 !important;
    margin-left: 0px !important;
}
.footer-content a {
    text-decoration: none;
    color: #616161;
    font-size: 16px;
    transition: 0.5s;
}
.footer-content a:hover {
    color: #ff7d33;
    margin-left: 5px;
}
.footer-content h3 {
    text-decoration: none;
    color: #1a266a;
    font-size: 25px;
}
.footer-content i {
    margin-right: 10px;
    color: #616161;
}
.footer-link-text .text {
    color: #303030;
    font-size: 20px;
}
.footer-link {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}
.footer-link a i {
    color: #ffffff;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #ff7d33;
    /* background: linear-gradient(to right, #1600ddbf, #1600dda1, #6bf5ff79); */
    background-color: #ff7d33;
    border-radius: 50%;
    margin: 0px 8px;
    transition: 0.5s;
}
.footer-link a i:hover {
    color: #ff7d33;
    border: 1px solid #ff7d33;
    background-color: #ffffffbf;
}

.footer-content {
    display: flex;
    flex-direction: column;
}
.footer-content ul li{
    margin-bottom: 13px;
    margin-left: -20px;
}
.footer-content ul li span {
    font-size: 20px;
}
.footer-content ul li i {
    font-size: 16px;
    color: #616161;
}
#footer-contact a {
    font-size: 15px;
    color: #616161;
    margin-left: 0;
    font-family: 'PT Serif', serif;
}
#footer-contact span {
    color: #303030;
}
#footer-contact i {
    color: #ff7d33;
}
.copyright-section {
    background-color: transparent;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    font-family: 'PT Serif', serif;
}
.copyright {
    margin-bottom: 30px;
    margin-left: 8px;
    color: #303030;
}
.copyright a{
    text-decoration: none;
    color: #ff7d33;
    transition: 0.5s;
}
.copyright a:hover{
    text-decoration: none;
    color: #ffffff9e;
}