﻿/*  Theme Name: RangamInfotech */
/*--------------------------------------------------------------
# COLORS use in RangamInfotech
--------------------------------------------------------------*/

:root {
    --white: #ffffff;
    --charcoal: #444;
}

body {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #828282;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--charcoal);
}

.h1 {
    font-size: 1.875rem;
}
.f-14 {
    font-size: 0.875rem;
}
.f-15 {
    font-size: 0.938rem;
}

.f-18 {
    font-size: 1.125rem !important;
}

.f-20 {
    font-size: 1.25rem !important;
}

.f-22 {
    font-size: 1.375rem !important;
}

.pl-20 {
    padding-left: 20px;
}

p {
    color: var(--charcoal);
}

.SectionPadding {
    padding: 50px 0;
}

.orange-text {
    color: #DC4D16;
}
/*================================================== */
/* #Home-Page	
================================================== */
/* #Primary
================================================== */
/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 4px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        position: fixed;
    }

        .start-header.scroll-on .navbar-brand img {
            height: 40px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

    .logo img {
        height: 26px;
        width: auto;
        display: block;
        filter: brightness(10%);
        transition: all 250ms linear;
    }

body.dark .logo img {
    filter: brightness(100%);
}

.navigation-wrap {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: auto;
    display: block;
    filter: brightness(10%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    filter: saturate(3);
    height: 54px;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #DC4D16 !important;
}



.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    text-transform: uppercase;
}

.nav-item:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #DC4D16;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.active .nav-link {
    color: #DC4D16 !important;
}

.active:after {
    opacity: 1;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}
/* #Primary style
================================================== */

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

    .switched #circle {
        left: 43px;
        box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
        background: #fff;
    }

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
    text-transform: uppercase;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #DC4D16;
    }

body.dark {
    color: #fff;
    background-color: #1f2029;
}

    body.dark .navbar-brand img {
        filter: brightness(100%);
    }

    body.dark h1 {
        color: #fff;
    }

        body.dark h1 span {
            transition-delay: 0ms !important;
        }

    body.dark p {
        color: #fff;
        transition-delay: 0ms !important;
    }

    body.dark .bg-light {
        background-color: #14151a !important;
    }

    body.dark .start-header {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    }

        body.dark .start-header.scroll-on {
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
        }

    body.dark .nav-link {
        color: #fff !important;
    }

    body.dark .nav-item.active .nav-link {
        color: #999 !important;
    }

    body.dark .dropdown-menu {
        color: #fff;
        background-color: #1f2029;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    }

    body.dark .dropdown-item {
        color: #fff;
    }

    body.dark .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

        body.dark .navbar-light .navbar-toggler-icon:after,
        body.dark .navbar-light .navbar-toggler-icon:before {
            background-color: #fff;
        }

    body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }

.transition-animation {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    --ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*.transition-scale (@scale) {
    -webkit-transform: scale(@scale);
    -moz-transform: scale(@scale);
    -ms-transform: scale(@scale);
    -o-transform: scale(@scale);
    transform: scale(@scale);
}*/
/* #Home page banner styles start here
================================================== */
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

    #minimal-bootstrap-carousel .carousel-caption {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        text-align: right;
        text-shadow: none;
        background: rgb(21 25 28 / 32%);
    }

        #minimal-bootstrap-carousel .carousel-caption .container {
            display: table;
            width: 100%;
            height: 100%;
            max-width: 1140px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            #minimal-bootstrap-carousel .carousel-caption .container .box {
                display: table-cell;
                text-align: left;
            }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
                    vertical-align: top;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
                    vertical-align: bottom;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
                    vertical-align: middle;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box .content {
                    display: block;
                }

    #minimal-bootstrap-carousel [class*=carousel-control] {
        background: none;
        width: 50px;
        height: 50px;
        font-size: 36px;
        line-height: 48px;
        color: #fff;
        background-color: transparent;
        visibility: visible !important;
        opacity: 1;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
    }



    #minimal-bootstrap-carousel .carousel-control-prev {
        left: 1%;
    }

    #minimal-bootstrap-carousel .carousel-control-next {
        right: 1%;
    }

    #minimal-bootstrap-carousel [class*=carousel-control]:hover {
        opacity: 1;
        background: #FFBA60;
        border-color: #FFBA60;
    }

    /* fixing slider height */
    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 600px;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #222;
    }


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

    .slider-content-style .content h3,
    .slider-content-style .content h2,
    .slider-content-style .content p {
        margin: 0;
    }

    .slider-content-style .content h3 {
        color: #fff;
        font-size: 100px;
        line-height: 1em;
        font-weight: 600;
        font-family: 'Josefin Sans';
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .slider-content-style .content p {
        font-weight: 600;
        font-size: 1.563rem;
        color: #FFFFFF;
        letter-spacing: .150em;
        margin-top: 20px;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
        background: rgba(0, 0, 0, 0.71);
        width: 750px;
        margin: 0 auto;
        padding: 10px;
    }

    .slider-content-style .content a.thm-btn {
        background: rgba(220, 77, 22, 0.91);
        display: inline-block;
        vertical-align: middle;
        color: var(--white);
        font-size: 1.125rem;
        letter-spacing: .1em;
        font-weight: 600;
        padding: 10px 17px;
        margin-top: 27px;
        transition: all .4s ease;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

        .slider-content-style .content a.thm-btn:hover {
            background: #fff;
            color: #444;
        }
/* 
  #Services content start here
    ===============
    ===============
*/
.services-content .col-xl-4.col-md-4.col-sm-4.col-12 {
    text-align: center;
    padding: 20px;
}

.services-content p, h3 {
    color: #fff;
}

.services-content .blue-bg {
    background: #266C8D;
    text-align: center;
}

.services-content .green-bg {
    background: #24BDA4;
    text-align: center;
}

.services-content .yellow-bg {
    background-color: #e0b44a;
}

section.services-content img:hover {
    transform: scale(1.15);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}
/* 
  #Services content Ends here
    ===============
    ===============
*/
.testimonial-item.equal-height.style-6 {
    background-color: #eee;
    border-radius: 10px;
    margin: 10px;
}

.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}

.testimonial-name {
    font-weight: 600;
}

.testimonial-content.quote {
    padding: 17px 55px;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content .container {
    padding-top: 10px;
}
/*i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}*/
/* Ul styles */
.social-link ul {
    list-style: none;
}

.social-link li {
    display: inline;
    margin-right: 20px;
}

ul.icon-effect.icon-effect-1a.social-link li:first-child a {
    background: #3b5999;
}

ul.icon-effect.icon-effect-1a.social-link li:nth-child(2) a {
    background: #55acee;
}

ul.icon-effect.icon-effect-1a.social-link li:nth-child(3) a {
    background: #0077b5;
}

ul.icon-effect.icon-effect-1a.social-link li:nth-child(4) a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

#back-to-top .btn-light {
    color: #fff;
    background-color: #DC4D16 !important;
    border-color: #DC4D16 !important;
}
/*
* Icon styles
*/
ul.icon-effect.icon-effect-1a.social-link {
    display: flex;
    margin: 0;
    padding: 0;
}

.icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

    .icon:after {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        box-sizing: content-box;
    }

/* Hover effect */
.icon-effect .icon {
    /*.transition-animation;*/
}

    .icon-effect .icon:after {
        top: -7px;
        left: -7px;
        padding: 8px;
        box-shadow: 0 0 0 4px #f0f0f0;
      /*  transition-animation;*/
      /*  transition-scale(.8);*/
        opacity: 0;
    }

.icon-effect-1a .icon:hover {
    background-color: #f1f1f1;
}

    .icon-effect-1a .icon:hover:after {
        /*transition-scale(1);*/
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #DC4D16;
    border-color: #DC4D16;
    color: #fff;
}

.recent-project .owl-buttons {
    display: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    float: left;
    border: 5px solid #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
/*-----Testimonial-------*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    /*  background: url(img/heading-line.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    /*  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 1.125rem;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

.testimonial:after {
    position: absolute;
    top: -0px !important;
    left: 0;
    content: " ";
    /*  background: url(./img/testimonial.bg-top.png); */
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

    .testimonial4_indicators .carousel-indicators li {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #ffffff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        margin: 2px 3px;
        background-color: #9dd3af;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        top: 50%;
        right: auto;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        top: 50%;
        left: auto;
    }

        .testimonial4_control_button .carousel-control.left:hover,
        .testimonial4_control_button .carousel-control.right:hover {
            color: #000;
            background: #fff;
            border: 2px solid #fff;
        }

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

    .testimonial4_header h4 {
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 136px;
        height: 136px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 1.125rem;
        line-height: 46px;
        text-align: center;
        position: relative;
        border-radius: 50%;
        box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        --o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }

    .testimonial4_slide p {
        font-size: 20px;
        line-height: 1.4;
        margin: 40px 0 20px 0;
    }

    .testimonial4_slide h4 {
        font-size: 22px;
    }

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

    .testimonial .carousel-control-next-icon:before {
        content: '\f105';
        position: absolute;
        font-size: 50px;
        font-family: 'FontAwesome';
        color: #000;
        background-image: none;
    }

    .testimonial .carousel-control-prev-icon:before {
        content: '\f104';
        position: absolute;
        font-size: 50px;
        font-family: 'FontAwesome';
        color: #000;
        background-image: none;
    }
/* ------testimonial  close-------*/
/*
 #Wel come rangam content start here
    =======================
    =====================
*/
.content-box-wrapper .content-box h4 {
    font-weight: 500;
}

.content-box-wrapper .content-box p {
    color: #777;
    font-size: 1.125rem;
    text-align: center;
}

.content-box {
    text-align: center;
    padding: 15px;
    height: 100%;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    box-shadow: 2px 2px 15px 0 rgb(135 135 135 / 40%);
    transition: all 0.5s ease 0s;
}

    .content-box img {
        height: 85px;
    }

    .content-box .finbyz-icon {
        margin: 0 auto;
    }
/* #Heading bottom line animation styles start here
================================================== */
hr.lines {
    margin: auto;
    width: 100px;
    position: relative;
    border-top: 2px solid #bd4a1e;
    margin-top: 15px;
}

    hr.lines:before {
        position: absolute;
        content: "";
        display: inline-block;
        height: 20px;
        width: 20px;
        top: -11px;
        border: 6px solid #bd4a1e;
        border-radius: 50%;
        background: #5c2915;
        left: 40px;
        animation: pulse 2s infinite;
    }
/* pules effect */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(70,118,250, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);
        box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(70,118,250, 0);
        box-shadow: 0 0 0 20px rgba(70,118,250, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(70,118,250, 0);
        box-shadow: 0 0 0 0 rgba(70,118,250, 0);
    }
}
/* #Heading bottom line animation styles Ends here
================================================== */
/* #learnmore buttons styles start here
================================================== */
.rdmr.hover-btn:hover {
    text-indent: -20px;
    color: #fff;
}

    .rdmr.hover-btn:hover:before {
        opacity: 1;
        text-indent: 0px;
    }

.rdmr.hover-btn:before {
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}

.rdmr.hover-btn {
    transition: all 0.2s linear 0s;
}

.rdmr {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    padding: 5px 0px;
    width: 150px;
    border-radius: 6px;
    overflow: hidden;
    background: #DC4D16;
}
/* #learnmore buttons styles start here
================================================== */

body .container .button-effect a:nth-child(2) {
    background-color: #541388;
}

.rdmr.hover-btn:hover {
    text-indent: -20px;
    text-decoration: none;
}

body .container .button-effect a {
    margin-right: 17px;
}

.center {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    display: block;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


.master {
    color: black;
    float: right;
}

/* #footer
================================================== */
.footer-copyright {
    background: #4e5d6f;
    color: #fff;
}

footer.page-footer.font-small.blue.pt-4 {
    background: #264a5f;
    color: #fff;
}

.footer-list i.fa.fa-envelope, .footer-list i.fa.fa-globe {
    float: left;
    margin-top: 4px;
    padding-right: 20px;
}

.connect-with-us-info {
    color: #fff !important;
    display: inline-block;
    line-height: 1.6 !important;
}

ul.footer-list {
    list-style-type: none;
    padding: 0;
}

    ul.footer-list li {
        margin-bottom: 15px;
    }

footer.page-footer.font-small.blue a {
    color: #ffff;
    text-decoration: none;
}

footer.page-footer.font-small.blue.pt-4 h5 {
    color: #DC4D16;
}

ul.social-links {
    list-style-type: none;
    display: flex;
    padding: 5px 12px;
    margin: 15px 4px;
}

    ul.social-links li {
        padding-right: 16px;
    }



.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: none !important;
}

.learn-more {
    background: linear-gradient(0.25turn, #8c9d84, #ab72a4, #f69d3c);
}


section.learn-more.p-3 img {
    width: 150px;
}

.learn-more.p-3 .container {
    margin: 20px auto;
    display: block;
    width: 700px;
}


/*--------------------------------------------------------------
# About Us - Page
--------------------------------------------------------------*/
.page-banner-section {
    position: relative;
    background: url(../images/about/banner-about.jpg);
    height: 500px;
    background-size: cover;
    text-align: center;
    background-position: center center;
}

    .page-banner-section .page-banner {
        position: relative;
    }


.orange-text {
    color: #DC4D16;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    background: #ccc;
}

::-webkit-scrollbar-track-piece {
    background: #888;
}

::-webkit-scrollbar-thumb {
    background: #eee;
}

/*================================================== */
/* #Link to page
================================================== */

@media (max-width: 768px) {
    .master {
    display: none
}
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}



@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    section.services-content {
        overflow: hidden;
    }

    .slider-content-style .content h3 {
        font-size: 30px;
    }

    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 300px;
        height: auto;
        width: 100%;
    }

    ul.icon-effect.icon-effect-1a.social-link {
        display: inherit;
    }

    .circle {
        margin: 26px auto;
    }

    ul.social-links {
        list-style-type: none;
        display: inherit;
    }

    .learn-more.p-3 .container {
        width: auto;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }

    .slider-content-style .content p {
        font-size: 1rem;
        width: auto;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}



/*--------------------------------------------------------------
# Contact Us - Page
--------------------------------------------------------------*/
.contact-banner {
    position: relative;
    background: url(../images/contact-us/banner-contact-us.jpg);
    height: 500px;
    background-size: cover;
    text-align: center;
    background-position: center center;
}

    .contact-banner .page-banner {
        position: relative;
    }
.page-banner h1 {
    color: #FFF;
    font-size: 36px;
    background-color: rgba(220, 77, 22, 0.7) !important;
    padding: 15px 70px;
    float: left;
    position: absolute;
    top: 427px;
}

.btn-submit {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    background: #e05003;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 200px;
    text-transform: uppercase;
}

    .btn-submit:hover {
        color: #ffffff;
    }

.contact-subdetail .contact-heading {
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #dc4d16;
    line-height: 46px;
}

.text-charcoal {
    color: var(--charcoal);
}

.list-group-item p a {
    color: #e05003;
}

.contact-section label {
    padding-top: 1rem;
}


/*--------------------------------------------------------------	
# Products - Page	
--------------------------------------------------------------*/
.banner-product {
    background: url(../images/products/banner-products.jpg);
    background-size: cover !important;
}
.banner-colorskit {
    background: url(../images/products/banner-colorskit.jpg);
    background-size: cover !important;
}
.pricing-element {
    position: relative;
    font-family: Raleway, sans-serif;
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    min-height: 350px;
}

    .pricing-element .pricing-header {
        background-color: #FFF;
        text-transform: capitalize;
        padding: 35px 0;
        line-height: 1em;
        font-size: 18px;
        color: #dc4d16;
        border-bottom: 1px solid #ddd;
    }

    .pricing-element .pricing-body {
        position: relative;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-width: 0;
        border-bottom-width: 0;
        padding: 10px 25px;
        min-height: 82px;
    }

    .pricing-element .pricing-footer {
        position: relative;
        background-color: #fff;
        padding: 0 25px 50px;
        border-top-width: 0;
    }

.mb-20 {
    margin-bottom: 20px !important;
}
.sourcepros .header {
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #DC4D16;
    line-height: 46px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.banner-texts p {
    color: #DC4D16;
    font-size: 20px;
    font-weight: 300;
    margin: 0 !important;
}
.disply-table {
    display: table !important;
    width: auto!important;
}

.productimg img {
    margin: 0 auto;
    display: block;
    height: auto;
    vertical-align: middle;
    transition: all .4s ease;
}

/*--------------------------------------------------------------	
# Staffing- Page	
--------------------------------------------------------------*/
.banner-Staffing {
    background: url(../images/staffing/banner-staffing.jpg);
}

    .banner-Staffing .banner-texts p {
        color: #DC4D16;
        font-size: 20px;
        font-weight: 300;
        margin: 0 !important;
    }

.banner-texts {
    position: absolute;
    left: 53%;
    top: 291px;
    background: RGBA(255, 255, 255, 0.83);
    padding: 20px;
    width: 100%;
}

.ul-level-one li {
    list-style-image: url(../images/staffing/arrow-double-right.png);
    line-height: 20px;
    margin-bottom: 10px;
}

.staffing ul li {
    list-style-type: none;
    color: #505050;
    font-size: 15px;
}

.staffing ul {
    padding-left: 18px;
}

.staffing h4 {
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #DC4D16;
    line-height: 46px;
    width: 100%
}

.cortana-icon i {
    background-color: #DC4D16;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 1.3em;
    line-height: 43px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    --ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.cortana-icon.cortana-icon-2 i, .cortana-icon:hover i {
    background-color: #fff;
    color: #DC4D16;
    border: 2px solid #DC4D16;
}

.position-section ul {
    padding-left: 34px;
}
/*--------------------------------------------------------------	
# Disability-Inclusion- Page	
--------------------------------------------------------------*/
.banner-disabilityinlusion {
    background-image: url(../images/disability-inclusion/banner-disabilityinlusion-500.jpg);
    background-size: cover;
    height: 500px;
    background-position: center top;
}

    .banner-disabilityinlusion .page-banner h1 {
        padding: 15px 44px;
    }

.green-btn {
    background: #26a65d;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
    padding: 10px 7px;
    display: block;
    text-align: center;
    font-size: 14px;
}
/*--------------------------------------------------------------	
# Consulting- Page	
--------------------------------------------------------------*/
.banner-Consulting {
    background-image: url(../images/consulting/banner-consulting.jpg);
    background-size: cover;
    height: 500px;
    background-position: center top;
}

    .banner-Consulting .banner-texts {
        position: absolute;
        right: -53%;
        top: 291px;
        background: RGBA(255, 255, 255, 0.83);
        padding: 20px;
        width: max-content;
        left: initial;
    }

        .banner-Consulting .banner-texts p {
            color: #DC4D16;
            font-size: 20px;
            font-weight: 300;
            margin: 0 !important;
        }

.pricing-element .pricing-header p {
    text-transform: capitalize;
    line-height: 1em;
    color: #dc4d16;
}
/*--------------------------------------------------------------	
# Media- Page	
--------------------------------------------------------------*/
.banner-media {
    background-image: url(../images/media/banner-media.jpg);
    background-size: cover;
    height: 500px;
    background-position: center top;
}

.media h1 {
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #DC4D16;
    line-height: 46px;
}

.media-box a {
    font-size: 18px;
    color: #DC4D16;
    text-decoration: none;
}

.media-box {
    padding: 20px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #e3e3e3;
}

.banner-texts {
    left: 20px;
    top: 262px;
    right: 0;
}
/*--------------------------------------------------------------
# Corporate Responsibility- Page
--------------------------------------------------------------*/
.banner-corporate-responsibility {
    background-image: url(../images/corporate-responsibility/banner-corporate-responsibility.jpg);
    background-size: cover;
    height: 500px;
    background-position: center top;
}
/*--------------------------------------------------------------
# App Development Page
--------------------------------------------------------------*/
.pd10 {
    padding: 10px !important;
}

.radius20percent {
    box-shadow: 5px 5px 8px #c5c5c5;
    border-radius: 25%;
}
/*--------------------------------------------------------------
# Rangam Creative services
--------------------------------------------------------------*/
.staffing-consulting h4 {
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #dc4d16;
    line-height: 46px;
}

.banner-Rangam-Creative-Services {
    background-image: url(../images/rangam-creative-services/banner-rangam-creative-services.jpg);
    background-size: cover;
    height: 500px;
    background-position: center top;
}

    .banner-Rangam-Creative-Services .banner-texts {
        position: absolute;
        left: 20%;
        top: 240px;
        background: RGBA(255, 255, 255, 0.95);
        padding: 20px 100px;
        width: auto;
    }

        .banner-Rangam-Creative-Services .banner-texts p {
            color: #DC4D16;
            font-size: 20px;
            font-weight: 300;
            margin: 0 !important;
        }

.service-box .col-md-4 div {
    margin: auto;
    background-color: #dc4d16;
    border-radius: 100%;
    text-align: center;
    padding: 32px;
    width: 120px;
    height: 120px;
}

.service-box i {
    color: #fff;
    font-size: 56px;
}

.service-box .col-md-4 p {
    color: #dc4d16;
    text-align: center !important;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.orange-bg {
    background-color: #DC4D16;
}

.recent-work-box {
    padding: 0px;
    margin: 20px 0;
}

    .recent-work-box img {
        border: 1px solid #dc4d16;
    }

.white-text {
    color: #fff;
}

.services-form h4 {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #dc4d16;
    line-height: 46px;
}

.services-form {
    background-color: #F6F6F6;
    border: #cccccc;
    border-radius: 5px;
    padding: 30px;
}

.submit-btn {
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    background: #e05003;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
    width: 100%;
}

.form-input-width input {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    --ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 0 20px;
    color: #888;
    font-size: .9em;
    font-weight: 400;
    width: 96%;
    letter-spacing: 1px;
}

.form-input-width textarea {
    resize: none;
    height: 150px;
    vertical-align: middle;
    padding: 20px;
    margin-bottom: 30px;
    width: 97%;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    background: #ccc;
}

::-webkit-scrollbar-track-piece {
    background: #888;
}

::-webkit-scrollbar-thumb {
    background: #eee;
}


@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .banner-Rangam-Creative-Services .banner-texts {
        left: 0;
        top: 88px;
    }

    .page-banner-section {
        height: 400px !important;
    }

    .border-right {
        border-right: 0px solid #dee2e6 !important;
    }

    section.services-content {
        overflow: hidden;
    }

    .slider-content-style .content h3 {
        font-size: 30px;
    }

    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 300px;
        height: auto;
        width: 100%;
    }

    ul.icon-effect.icon-effect-1a.social-link {
        display: inherit;
    }

    .circle {
        margin: 26px auto;
    }

    ul.social-links {
        list-style-type: none;
        display: inherit;
    }

    .learn-more.p-3 .container {
        width: auto;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }

    .slider-content-style .content p {
        font-size: 1rem;
        width: auto;
    }

    .page-banner h1 {
        top: 227px;
        width: 100%;
        left: 0;
        font-size: 18px;
    }

    .banner-texts p {
        color: #DC4D16;
        font-size: 20px;
        font-weight: 300;
        margin: 0 !important;
    }

    .banner-product {
        background-size: cover;
        background-position: center top;
        height: 300px;
    }

    .banner-texts {
        left: auto;
        top: 312px;
        right: 0;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}




/*--------------------------------------------------------------
#Diverse Workforce
--------------------------------------------------------------*/
.banner-diverseWorkforce {
    background-image: url(../images/diverseworkforce/banner-diverse-workforce.jpg);
    background-size: cover;
    height: 500px;
    background-position: center top;
}



























