body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "f1";
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/roboto-condensed/RobotoCondensed-Light.ttf);
}
@font-face {
    font-family: "f3";
    src: url(../fonts/roboto-condensed/RobotoCondensed-Bold.ttf);
}
@font-face {
    font-family: "f4";
    src: url(../fonts/roboto-condensed/RobotoCondensed-Regular.ttf);
}


ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
.header-top {
    background: #f1f3f4;
    padding: 10px 0;
}
.header-top .header-warp ul li a img {
    padding-right: 15px;
}
.header-top .header-warp ul li a {
    text-decoration: none;
    color: #2d3e60;
    font-family: "f1";
    font-size: 15px;
}
.header-top .header-warp ul li {
    display: inline;
    padding-right: 40px;
}
.social-link ul li {
    display: inline;
    padding: 0 15px;
}
.header-top .social-link {
    float: right;
}
.header-top .social-link ul li a i {
    color: #2d3e60;
    transition: all 0.6s ease-in;
}
.social-link ul li a:hover i {
    color: #008acc;
    transition: all 0.6s ease-in;
}
.header-top .header-warp ul li:nth-child(2) {
    padding-left: 40px;
    border-left: 2px solid #dde1e5;
}

.top-header .navbar .navbar-nav .nav-item,
.top-header .navbar .navbar-nav .nav-items {
    padding: 0 50px 0 0;
    font-family: "f1";
}

.top-header .navbar .navbar-nav .nav-items .nav-link i {
    font-size: 11px;
}

.top-header .navbar .navbar-nav .active > .nav-link {
    color: #008acc;
    position: relative;
}

.top-header .navbar .navbar-nav .active > .nav-link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #008acc;
    content: " ";
    transition: all 0.6s ease;
}

.navbar-brand:focus {
    outline: none;
}

.navbar-brand img:focus {
    outline: none;
}
.top-header .navbar .mobile-logo {
    display: none;
}

.top-header .navbar .navbar-nav .nav-link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: #008acc;
    content: " ";
    transition: all 0.6s ease;
}

.top-header .navbar .navbar-nav .nav-link:hover {
    color: #008acc;
    transition: all 0.6s ease;
}


.top-header .navbar .navbar-nav .nav-link:hover::before {
    width: 35px;
    transition: all 0.6s ease;
}

.top-header .navbar .navbar-nav .nav-link {
    cursor: pointer;
    color: #fff;
    transition: all 0.6s ease;
    padding: 0.25rem 0;
    outline: none;
    position: relative;
}
.top-header .navbar .navbar-nav .sign-in {
    color: #fff;
}
.top-header .navbar .navbar-nav .sign-in i {
    padding-right: 5px;
}

.top-header .navbar .navbar-brand {
    padding-left: 100px;
}
.banner-section {
    position: relative;
}
.banner-image img {
    height: 100vh;
}
.banner-image::before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
}

.top-header {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}
.banner-content {
    position: absolute;
    bottom: 5%;
}
.banner-content p {
    margin-bottom: 0;
    font-family: "f2";
}
.banner-content h1 {
    font-family: "f3";
    font-size: 30px;
    letter-spacing: 1px;
}
.banner-btn ul li {
    display: inline;
    padding: 10px;
}
.banner-btn ul li a {
    border: 1px solid #fff;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-family: "f4";
    font-size: 15px;
}
.banner-btn {
    padding-top: 20px;
}
.banner-btn ul li:nth-child(1):hover a {
    background: #008acc;
    border: 1px solid #008acc;
    transition: all 0.6s ease-in;
}
.banner-btn ul li:nth-child(1) a {
    transition: all 0.6s ease-in-out;
}
.banner-btn ul li:nth-child(2) a {
    background: #008acc;
    border: 1px solid #008acc;
    transition: all 0.6s ease-out;
}
.banner-btn ul li:nth-child(2):hover a {
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.6s ease-in;
}
.banner-control-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #000;
    left: 5%;
    transition: all 0.6s ease-in;
}
.banner-control-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #000;
    right: 5%;
    transition: all 0.6s ease-in-out;
}
.banner-control-next:hover, .banner-control-prev:hover {
    background: #008acc;
    opacity: 1;
    transition: all 0.6s ease-in;
}
.banner-control-next i , .banner-control-prev i {
    font-size: 13px;
}
.certificate-section {
    background: #008acc;
    padding: 30px 0;
}
.partners {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.partners .partner-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.why-cloud {
    background-image: url(../images/cloud-banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.cloudcity-warp {
    padding: 50px 0;
}
.cloudcity-warp .title-content h2 {
    font-family: "f3";
    font-size: 30px;
    color: #242424;
    text-transform: uppercase;    
    text-align: center;
    padding-bottom: 20px;
}
.cloudcity-warp .title-content p {
    font-family: "f4";
    color: #242424;
    line-height: 25px;    
    text-align: center;
}
.cloudcity-plan .service-icon {
    background: #2d3e60;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    position: relative;
    float: left;
    margin-right: 30px;
    cursor: pointer;
    transition: all 0.6s ease;
}
.cloudcity-plan:hover .service-icon {
    background: #008acc;
    transition: all 0.6s ease;
}
.cloudcity-plan .service-icon i {
    color: #fff;
}
.cloudcity-plan .service-icon::after {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 100px;
    border: 1px dashed #2d3e60;
    content: " ";
    top: -6.5px;
    left: -5.5px;
    transition: all 0.6s ease;
}
.cloudcity-plan:hover .service-icon::after {
    border: 1px dashed #008acc;
    transition: all 0.6s ease;
}
.service-content h5 {
    font-family: "f4";
    font-weight: 600;
    font-size: 15px;
}
.service-content p {
    font-family: "f4";
    font-size: 15px;
}
.cloudcity-plan {
    padding: 20px 0;
}
.all-service {
    padding: 30px 50px 30px 70px;
}
.experience-cloud .form-group .cloud-frm {
    width: 100%;
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    outline: none;
    font-family: "f4";
    transition: all 0.6s ease;
    color: #bcbcbc;
}
.experience-cloud .form-group .cloud-frm:focus {
    border: 1px solid #008acc;
    transition: all 0.6s ease;
}

.experience-cloud .form-group label {
    font-family: "f4";
    font-size: 20px;
    color: #242424;
}
.submit-btn {
    width: 100%;
    border: none;
    padding: 7px;
    margin-top: 35px;
    font-family: "f4";
    font-size: 20px;
    background: #008acc;
    color: #fff;
    border-radius: 5px;
    outline: none;
}
.submit-btn:focus {
    outline: none;
}
.learn-btn a {
    background: #008acc;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "f4";
    text-decoration: none;
    border: 1px solid #008acc;
    transition: all 0.6s ease-in;
}
.learn-btn a:hover {
    border: 1px solid #008acc;
    background: transparent;
    color: #242424;
    transition: all 0.6s ease-in-out;
}
.our-featured-case p {
    font-family: "f4";
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    color: #2d3e60;
}
.featured-group-title h2 {
    font-family: "f3";
    font-size: 35px;
    color: #2d3e60;
}
.learn-btn {
    margin-top: 35px;
}
.our-featured-case {
    padding: 70px 50px;
}
.featured-control-prev {
    position: absolute;
    top: 95%;
    width: 40px;
    height: 40px;
    background: #2e9fd5;
    left: 83%;
    transition: all 0.6s ease-in;
    opacity: 0.7;
    transition: all 0.6s ease;
}
.featured-control-next {
    position: absolute;
    top: 95%;
    width: 40px;
    height: 40px;
    background: #2e9fd5;
    right: 10%;
    transition: all 0.6s ease-in;
    opacity: 0.7;
    transition: all 0.6s ease;
}
.featured-control-next:hover, .featured-control-prev:hover {
    background: #008acc;
    transition: all 0.6s ease;
}
.featured-item {
    background: #f5f5f5;
}

.gallery-image {
    padding: 50px;
}
.featured-section {
    padding: 50px 0 100px;
}
.featured-control-next i, .featured-control-prev i {
    font-size: 12px;
}
.single-image h3 {
    transform: rotate(-90deg);
    position: absolute;
    top: 80px;
    left: -125px;
    color: #bcbcbc;
    font-family: "f3";
}
.featured-section .single-image {
    position: relative;
    width: 100%;
}
.single-image h3::after {
    width: 200px;
    top: 15px;
    border-bottom: 2px solid #bcbcbc;
    content: " ";
    position: absolute;
    left: -210px;
}

/*** Footer Start ***/
.footer-top {
    background: #008acc;
    padding: 20px;
    margin-top: -100px;
}
.footer-top .footer-box .icon {
    float: left;
    margin-top: 0px;
    background: rgb(0 0 0 / 15%);
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 60px;
    border-radius: 100%;
}
.footer-top .footer-box .content {
    padding-left: 80px;
    color: #fff;
}
.footer-top .footer-box .content h3 {
    font-family: "f3";
    font-size: 22px;
}
.footer-top .footer-box .content p {
    font-family: "f4";
    font-size: 15px;
    margin-bottom: 0;
}
.footer-top .footer-box .content p a {
    font-family: "f4";
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.footer-box {
        margin-bottom: 20px;
    }
.footer-bg {
    background: #393939;
    padding: 50px 0 0;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 70px;
}

.ftr-abt p {
    color: #fff;
    font-family: "f2";
    line-height: 25px;
    text-align: justify;
}
.ftr-abt .social-link ul li {
    display: inline;
    padding: 0 15px 0 0;
}
.ftr-abt .social-link ul li a i {
    color: #9f9f9f;
    transition: all 0.6s ease-in-out;
}
.ftr-abt .social-link ul li a:hover i {
    color: #008acc;
    transition: all 0.6s ease-in;
}
.ftr-link ul li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.6s ease;
    font-family: "f4";
    font-size: 15px;
}
.ftr-link ul li a:hover {
    color: #008acc;
    transition: all 0.6s ease;
    padding-left: 10px;
}
.ftr-link h3, .ftr-location h3 {
    font-family: "f4";
    font-size: 22px;
    color: #fff;
}
.ftr-link ul li {
    padding-top: 10px;
}
.ftr-link {
    padding-left: 50px;
    padding-top: 25px;
}
.ftr-location {
    padding-top: 25px;
}
.ftr-abt {
    padding: 25px 0;
}

.ftr-btm {
    padding: 10px 0;
    background: rgb(77 79 83 / 35%);
}

.ftr-btm p a {
    color: #ffe400;
    text-decoration: none;
}
.ftr-btm p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-family: "f2";
}

/*** Footer End ***/

/*** Services Start ***/
.about-banner {
    background-image: url(../images/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 400px;
}

.about-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgb(0 0 0 / 15%);
}
.banner-title {
    text-align: center;
    padding: 170px 0;
}
.banner-title h2 {
    color: #fff;
}

.abt-title {
    text-align: center;
    padding: 50px 30px;
}

.abt-title h2 {
    font-family: "f3";
    font-size: 30px;
    text-transform: uppercase;
    color: #242424;
    padding-bottom: 20px;
}

.abt-title p {
    font-family: "f4";
    font-size: 15px;
    line-height: 25px;
}

.welcome-content {
    padding: 50px 0;
}

.welcome-content h2 {
    text-align: center;
    font-family: "f3";
    font-size: 25px;
    padding-bottom: 20px;
}

.welcome-content p {
    text-align: justify;
    font-family: "f4";
    font-size: 15px;
    line-height: 25px;
}
.welcome-contents p {
    text-align: justify;
    font-family: "f4";
    font-size: 15px;
    line-height: 25px;
}
.welcome-content ul li {
    font-family: "f4";
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}
.welcome-content ul li::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: " ";
    width: 10px;
    height: 10px;
    background: #008acc;
    border-radius: 100px;
}
.welcome-content span {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-family: "f4";
    font-size: 15px;
    color: #008acc;
}
.end-user strong {
    color: #008acc;
}

/*.single-services {*/
/*    display: none;*/
/*}*/

.enduser-support-imgs {
    display: none;
}
.property-section {
    margin-bottom: -6px;
    padding: 50px 0 0;
}

.property-video iframe {
    width: 100%;
    height: 450px;
}

/*** Services End ***/

/*** Contact Start ***/
.section-title {
    text-align: center;
    padding: 50px 0;
}
.section-title h2 {
    font-family: "f3";
    font-size: 30px;
    color: #242424;
    text-transform: uppercase;
}
.section-title span {
    font-family: "f4";
    color: #008acc;
}
.contact-box .icon {
    float: left;
    margin-top: 0px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 60px;
    border-radius: 100%;
}
.contact-box .content {
    margin-left: 80px;
}
.contact-box .content h3 {
    font-family: "f3";
    font-size: 22px;
    color: #242424;
}
.contact-box .content p {
    font-family: "f4";
    font-size: 15px;
    margin-bottom: 0;
}
.contact-box {
    border: 1px solid #f1f1f1;
    padding: 15px 10px;
    margin-bottom: 20px;
    height: 100px;
}
.contact-box .content p a {
    text-decoration: none;
    color: #242424;
    font-family: "f4";
}
.getin-touch .contact-frm {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #f1f1f1;
}
.getin-touch .contact-frm:focus {
    border-color: #008acc;
}
.contact-warp {
    padding: 50px 0;
}
.getin-touch .form-group .contact-frm::placeholder {
    font-family: "f4";
    font-size: 15px;
    color: #242424;
}
.getin-touch .sub-btn {
    background: #008acc;
    color: #fff;
    font-family: "f4";
    padding: 10px 30px;
    border: none;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
}
.getin-touch .sub-btn:focus {
    outline: none;
}
/*** Contact End ***/

/*** About Start ***/
.abt-cloud span {
    color: #008acc;
    font-family: "f4";
    font-size: 15px;
}
.abt-cloud h2 {
    font-family: "f3";
    font-size: 30px;
    color: #242424;
}
.abt-cloud p {
    color: #242424;
    font-family: "f4";
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.about-section {
    padding: 50px 0 0;
}
.abt-cloud ul li {
    font-family: "f4";
    color: #242424;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}
.abt-cloud ul li::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: " ";
    width: 10px;
    height: 10px;
    background: #008acc;
}
.best-industry span {
    color: #008acc;
    font-family: "f4";
    font-size: 15px;
}
.best-industry h2 {
    font-family: "f3";
    color: #242424;
    font-size: 30px;
    max-width: 650px;
    margin: 0 auto;
}
.section-titles {
    text-align: center;
    width: 100%;
    padding: 50px 0;
}
.bg-white {
    background: #fff;
}
.service-border-box {
    position: relative;
    margin: 0 10px;
    margin-bottom: 50px;
}
.service-border-box::before {
    position: absolute;
    content: " ";
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #eee;
    z-index: -1;
    transition: all 0.6s ease;
}
.service-box {
    padding: 20px;
}
.service-box-title h3 {
    font-family: "f3";
    font-size: 22px;
}
.service-box-title {
    border-left: 5px solid #008acc;
    padding-left: 20px;
    margin-bottom: 20px;
    height: 50px;
}
.service-box-content p {
    text-align: justify;
    font-family: "f4";
    font-size: 15px;
    line-height: 25px;
    color: #242424;
}
.icon-box {
    background-color: #008acc;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 110px;
}
.icon-box i {
    font-size: 40px;
    color: #fff;
}
.icon-box-warp {
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.icon-number {
    position: absolute;
    right: 0;
    top: 0;
}
.icon-number h3 {
    font-size: 60px;
    font-family: "f3";
    color: #e2e2e2ee;
}
.service-border-box:hover::before {
    background-color: #008acc;
    transition: all 0.6s ease;
}
.locationo-content p {
    padding-top: 22px;
}

/*** About End ***/

