.text-color-light a {
    color: #FFFFFF;
}

.mrrll25 {
    margin-left: 25px !important;
}

.mrrbb10 {
    margin-bottom: 10px !important;
}

.mrrbb20 {
    margin-bottom: 20px;
}

.mrrtt10 {
    margin-top: 10px;
}

.mrrtt15 {
    margin-top: 15px !important;
}

.mrrtt20 {
    margin-top: 20px !important;
}

.fntsiz16 {
    font-size: 16px;
}

.primery_button {
    border: 1px solid #0b5dc3;
    background-color: #2e8bff;
    color: #FFFFFF;
    border-radius: 0px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.primery_button:hover {
    border: 1px solid #d1d1d1;
    background-color: #FFFFFF;
    color: #F77607;
}

.secondary_button {
    border: 1px solid #F77607;
    background-color: #F77607;
    color: #FFFFFF;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.secondary_button:hover {
    border: 1px solid #d1d1d1;
    background-color: #FFFFFF;
    color: #F77607;
}

.flashing {
    background: #4dbb2b;
    color: #fff;
    border: none;
    border-radius: 0px;
    position: relative;
    top: -6px;
    display: inline-block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flashing:hover {
    background: #F77607;
    color: #fff;
}

@keyframes flash {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1.0
    }
}


/* Chrome 4+, Safari 4+, Opera 15+ */

@-webkit-keyframes flash {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}


/* Firefox 5+ */

@-moz-keyframes flash {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}

.third_button {
    background-color: transparent;
    /* removed '#' before 'transparent' */
    color: #fff;
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 0px;
    transition: all 500ms ease;
    animation-name: bounce;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /* Firefox */
    -moz-animation-name: bounce;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes third_button {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}


/* Chrome 4+, Safari 4+, Opera 15+ */

@-webkit-keyframes third_button {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}


/* Firefox 5+ */

@-moz-keyframes third_button {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}

.third_button:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: #000 !important;
}

.get-started i {
    position: relative;
    top: 2px;
}

.line_center {
    width: 80%;
    margin: 0 auto;
}

.line_bottom {
    width: 62px;
    height: 2px;
    background-color: #f67408;
    margin: 0 auto;
}

.four_button {
    background-color: transparent;
    color: #F77607;
    border: 1px solid #F77607;
    display: inline-block;
    border-radius: 0px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.four_button:hover {
    background-color: #F77607;
    color: #fff;
    border: 1px solid #d06000;
    display: inline-block;
    border-radius: 0px;
}

.fifth_button {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 0px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    animation-name: bounce;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* Chrome 4+, Safari 4+, Opera 15+ */
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /* Firefox 5+ */
    -moz-animation-name: bounce;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes fifth_button {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}


/* Chrome 4+, Safari 4+, Opera 15+ */

@-webkit-keyframes fifth_button {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}


/* Firefox 5+ */

@-moz-keyframes fifth_button {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1.0
    }
}

.fifth_button:hover {
    border: 1px solid #d1d1d1;
    background-color: #FFFFFF;
    color: #F77607;
}


/* boxes animation section code start*/

.callouts-wrapper .callouts {
    align-items: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.callouts-box::before,
.callouts-box::after {
    border: 1px solid #F77607;
    content: "";
    height: calc(100% - 35px);
    pointer-events: none;
    position: absolute;
    transition: all 0.33s ease 0s;
    width: calc(100% - 35px);
}

.callouts-box.hover::before,
.callouts-box.hover::after,
.callouts-box:hover::before,
.callouts-box:hover::after {
    height: 100%;
    width: 100%;
}

.callouts-box::before {
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0;
}

.callouts-box::after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 0;
}

.callouts-box {
    align-items: center;
    cursor: default;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 10px 10px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.callouts-box .divider {
    height: 2px;
    margin: 6px auto;
    max-width: 100%;
    transition: all 0.33s ease 0s;
    width: 49px;
    background-color: #F77607;
}

.callouts-box .box-header,
.callouts-box .box-body {
    filter: blur(0px);
    position: relative;
    transition: all 0.33s ease 0s;
}

.callouts-box:hover .box-body {
    transform: translateY(9px);
}

.callouts-box:hover .box-header,
.callouts-box:hover .icon-box {
    transform: translateY(-9px);
}

.callouts-box.hover .divider,
.callouts-box:hover .divider {
    width: 168px;
}

.callouts-wrapper .callouts .callouts-box .icon-box {
    font-size: 30px;
    transition: all 0.33s ease 0s;
}

.callouts-wrapper .callouts p {
    color: #999;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

.callouts-wrapper .callouts h3 {
    color: #272727;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 0;
    position: relative;
    text-align: center;
}

.about-wrapper {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.about-wrapper-inner {
    position: relative;
    z-index: 1;
}

.aboutus-box {
    background: #2b2f40 none repeat scroll 0 0;
    display: flex;
    flex-flow: row-reverse nowrap;
    padding: 80px 30px;
}

.aboutus-box .aboutus-box-image {
    display: block;
    flex-shrink: 0;
}

.aboutus-box .aboutus-box-body {
    flex-grow: 1;
    padding-right: 45px;
}

.callouts-box.hover::before,
.callouts-box.hover::after,
.callouts-box:hover::before,
.callouts-box:hover::after {
    border-color: #3eb2ce;
}

.rmf {
    text-align: center;
    margin-top: 12px !important;
}

.icon-box i {
    color: #F77607;
}


/* boxes animation section code end*/


/*About the company code start*/

.about-section {
    background-color: #f77607;
    padding: 40px 0px 35px 0px !important;
}

.about-section h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.abt_line_bottom {
    width: 62px;
    height: 2px;
    background-color: #fff;
    float: left;
}

.about-section p {
    margin-top: 25px;
    text-align: justify;
    color: #FFFFFF;
}

.query_form_home {
    background-color: #FFFFFF;
    padding: 40px 20px;
    min-height: 20px;
}

.query_form heding {
    color: #363636;
    font-size: 22px !important;
    text-align: left;
    text-align: left;
}

.query_form_line {
    width: 62px;
    height: 2px;
    background-color: #F77607;
    float: left;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddfde;
    border-radius: 1px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ffb474;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 112, 3, 0.6);
    outline: 0 none;
}


/*About the company code end*/


/*client section start code*/

.client_section {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    padding: 60px 0px 50px 0 !important;
}

.client_section_line_bottom {
    background-color: #F77607;
    height: 2px;
    width: 62px;
    margin: 0 auto;
}


/*client section end code*/


/*Get in touch code stat*/

.projectbg-inner {
    background: url(../img/get_in_touch.jpg);
    color: #fff;
    margin: 0px 0 0;
    padding: 60px 0px;
    text-align: center;
}

.projectbg-inner .pro_title {
    display: inline-block;
    float: left;
    font-size: 25px;
    font-weight: lighter;
    line-height: normal;
    margin-right: 20px;
    font-weight: 600;
}


/*Get in touch code end*/


/*==Start Corporate Area CSS==
==================================================*/

.single-corporate {
    float: left;
    width: 33.33%;
    position: relative;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.single-corporate:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 153, 66, 0.90);
    opacity: 1;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    /* -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;*/
}

.single-corporate:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: rgba(245, 135, 133, 0.8);
    z-index: 2;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-corporate:hover:before {
    height: 100%;
}

.single-corporate:hover:after {
    opacity: 0;
}

.single-corporate:hover .sn-corporate-title h4 {
    opacity: 0;
    transform: translateY(-50%) scale(0);
}

.single-corporate:hover .sn-corporate-hover {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.sn-corporate-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%) scale(1);
}

.sn-corporate-hover {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    z-index: 5;
    opacity: 0;
    width: 100%;
    text-align: center;
    padding: 0px 40px;
}

.sn-corporate-hover h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

.sn-corporate-hover p {
    color: #fff;
}

.sn-corporate-img>img {
    height: auto;
    width: 100%;
}

.corporate-area {
    float: left;
    width: 100%;
    height: auto;
}

.corporate-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: none
}

#footer .footer-ribbon {
    background: #F77607;
    margin: -70px 0 0 14px;
    padding: 10px 20px 6px;
    position: absolute;
    z-index: 2;
}

.breadcrumb>.active {
    color: #000;
    font-weight: 600;
}


/*==End Corporate Area CSS==
==================================================*/


/*about us css code start */

.about_sub {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    line-height: 25px;
}

.abt_page_bottom {
    background-color: #F77607;
    float: left;
    height: 2px;
    width: 62px;
}

.about-page {
    padding: 25px 0px 0px 0px !important;
}

.about-section h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}

.line_bottom-2 {
    width: 40px;
    height: 2px;
    background-color: #f67408;
    float: left;
    margin-top: 10px;
}

.abt-head1 {
    background: url(../img/about-us.jpg) no-repeat;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #B1B1B1;
    margin: 0 0 0px 0;
    min-height: 50px;
    padding: 100px 0;
    position: relative;
    text-align: left;
    background-size: cover;
}

.abt-head1 .breadcrumb {
    background: none;
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    width: max-content;
    background: #2e8bff;
    padding: 5px 10px;
}

.breadcrumb {
    background: none;
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    width: max-content;
    background: #2e8bff;
    padding: 5px 10px;
}

.abt-head1 .breadcrumb>li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}

.abt-head1 .breadcrumb>li a {
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
}

.abt-head1 .breadcrumb>li+li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.abt-head1 .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 36%;
    right: 20px;
}

.abt-head1 h1 {
    border-bottom: 3px solid #F77607;
    color: #F77607;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 0px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}

.abt-head1 h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}

.about_sub {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    line-height: 25px;
}

.abt_page_bottom {
    background-color: #F77607;
    float: left;
    height: 2px;
    width: 62px;
}

.about-page {
    padding: 25px 0px 0px 0px !important;
}

.about-section h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}

.line_bottom-2 {
    width: 40px;
    height: 2px;
    background-color: #f67408;
    float: left;
    margin-top: 10px;
}

.abt-head {
    background: url(../img/about-us-top.jpg) no-repeat;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #B1B1B1;
    margin: 0 0 0px 0;
    min-height: 50px;
    padding: 100px 0;
    position: relative;
    text-align: left;
    background-size: cover;
}

.abt-head .breadcrumb,
ul.breadcrumb {
    background: none;
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    width: max-content;
    background: #2e8bff;
    padding: 5px 10px;
}

.abt-head .breadcrumb>li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}

.abt-head .breadcrumb>li a {
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
}

.abt-head .breadcrumb>li+li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.abt-head .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 36%;
    right: 20px;
}

.abt-head h1 {
    border-bottom: 3px solid #F77607;
    color: #F77607;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 0px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}

.abt-head h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}

.form_bg_lay {
    border: 1px solid #f77607;
    border-radius: 5px;
    float: left;
    padding: 20px 8px;
    width: 100%;
}


/* about us css ocde end*/


/*email marketing code start*/

.email-marketing1 {
    background: url(../img/op.jpg) no-repeat;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #B1B1B1;
    margin: 0 0 0px 0;
    min-height: 50px;
    padding: 100px 0;
    position: relative;
    text-align: left;
    background-size: cover;
}

.email-marketing {
    background: url(../img/bulk-email-stip.jpg) no-repeat;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #B1B1B1;
    margin: 0 0 0px 0;
    min-height: 50px;
    padding: 100px 0;
    position: relative;
    text-align: left;
    background-size: cover;
}

.email-marketing .breadcrumb {
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    width: max-content;
    background: #2e8bff;
    padding: 5px 10px;
}

.email-marketing .breadcrumb>li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}

.email-marketing .breadcrumb>li a {
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
}

.email-marketing .breadcrumb>li+li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.email-marketing .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 36%;
    right: 20px;
}

.email-marketing h1 {
    background-color: rgba(0, 0, 0, 0.33);
    border-bottom: 3px solid #f77607;
    color: #F9F9F9;
    display: inline-block;
    font-size: 25px;
    font-weight: 200;
    line-height: 0;
    margin: 0 0 -25px;
    padding: 20px 10px 25px;
    position: relative;
}

.email-marketing h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}


/* about us css ocde end*/


/*buy online sms code start*/

.buy-online-sms {
    background: url(../img/buy-online-sms.jpg) no-repeat;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #B1B1B1;
    margin: 0 0 0px 0;
    min-height: 50px;
    padding: 100px 0;
    position: relative;
    text-align: left;
    background-size: cover;
}

.buy-online-sms .breadcrumb {
    margin: 0 0 2px 2px;
    position: relative;
    z-index: 1;
    width: max-content;
    background: #2e8bff;
    padding: 5px 10px;
}

.buy-online-sms .breadcrumb>li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}

.buy-online-sms .breadcrumb>li a {
    font-size: 14px;
    color: #fff !important;
}

.buy-online-sms .breadcrumb>li+li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.buy-online-sms .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 36%;
    right: 20px;
}

.buy-online-sms h1 {
    background-color: rgba(0, 0, 0, 0.33);
    border-bottom: 3px solid #f77607;
    color: #F9F9F9;
    display: inline-block;
    font-size: 25px;
    font-weight: 200;
    line-height: 0;
    margin: 0 0 -25px;
    padding: 20px 10px 25px;
    position: relative;
}

.buy-online-sms h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}


/* about us css ocde end*/


/*email marketing code end*/


/* contact us css code start*/

.cont-us-head {
    background: url(../img/contact.jpg) no-repeat;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #B1B1B1;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 100px 0;
    position: relative;
    text-align: left;
    background-size: cover;
}

.cont-us-head .breadcrumb {
    margin: 0 0 2px 2px;
    position: relative;
    z-index: 1;
    width: max-content;
    background: #2e8bff;
    padding: 5px 10px;
}

.cont-us-head .breadcrumb>li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}

.cont-us-head .breadcrumb>li a {
    font-size: 14px;
    color: #fff !important;
}

.cont-us-head .breadcrumb>li+li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.cont-us-head .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 36%;
    right: 20px;
}

.cont-us-head h1 {
    border-bottom: 5px solid #4D4D4D;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 0px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}

.cont-us-head h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}


/* contact us css ocde end*/


/* Jaipriya code start*/

.about-midd-section {
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.features {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.features ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
}

.features ul li {
    position: relative;
    padding: 10px 0 0 45px;
}

.features ul li:first-child {
    margin-top: 0px;
}

.features ul li:before {
    font-family: FontAwesome;
    content: "\f046";
    color: #f77607;
    position: absolute;
    left: 20px;
}

.features ul ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    margin-top: -15px;
}

.features ul ul li {
    position: relative;
    padding: 15px 0 5px 75px;
}

.features ul ul li:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #f77607;
    position: absolute;
    left: 62px;
}

.box-cantainer {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-outer {
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.box-heading {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}

.box-txt {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    text-align: left;
    background-color: #eee;
    border-radius: 0 0 10px 10px;
}

.compay-header {
    float: left;
    width: 100%;
    height: auto;
}

.compay-header h1 {
    float: left;
    font-size: 32px;
    font-weight: 600;
    color: #ffff;
    margin: 0px;
    padding: 0px;
    line-height: 35px;
}

.client-logs {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.client-logs img {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.video-section-home {
    float: left;
    width: 100%;
    margin-top: 20px;
    height: auto;
}

.video-section-home iframe {
    float: left;
    width: 100%;
    display: block;
}

.video-section-home img {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.color-footer-icons {
    color: #F77607
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.section-title span {
    padding-top: 2px;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

@media handheld,
only screen and (min-width: 320px) and (max-width: 400px) {
    .query_form_home {
        background-color: #ffffff;
        min-height: 20px;
        padding: 40px 20px;
        margin-top: 15px;
    }
    .compay-header h1 {
        color: #ffff;
        float: left;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        margin: 0;
        padding: 0;
    }
    .home-intro .get-started {
        margin-bottom: 0;
        margin-top: 40px;
        position: relative;
        text-align: left;
    }
    .home-intro p {
        color: #fff;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 300;
        margin-top: 15px;
        padding-top: 0;
        text-align: justify;
        width: 100%;
    }
    .mt-xl {
        margin-top: 0px;
    }
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0 17px;
    }
    .testimonial.testimonial-style-2 blockquote {
        background: transparent none repeat scroll 0 0;
        border-radius: 4px;
        padding: 3px 0px;
    }
    .testimonial.testimonial-with-quotes blockquote::before {
        color: #777;
        content: "“";
        display: block;
        font-size: 80px;
        font-style: normal;
        left: -15px;
        line-height: 1;
        position: absolute;
        top: 0;
    }
    .testimonial.testimonial-with-quotes blockquote::after {
        bottom: -0.5em;
        color: #777;
        content: "”";
        display: block;
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
        right: -18px;
        bottom: -65px;
    }
    .projectbg-inner .pro_title {
        display: inline-block;
        float: left;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-right: 20px;
    }
    .projectbg-inner .pro_title {
        display: inline-block;
        float: left;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-right: 20px;
        padding-top: 0;
        text-align: left;
    }
    .client_section {
        background-color: #f9f9f9;
        float: left;
        padding: 30px 0 30px;
        width: 100%;
    }
    .main-heading {
        font-size: 20px !important;
        margin: 0;
        line-height: 28px !important;
        margin-top: 15px !important;
        font-weight: 400;
    }
    .cont-us-head {
        background: rgba(0, 0, 0, 0) url("../img/contact.jpg") no-repeat scroll 0 0;
        border-bottom: 5px solid #ccc;
        border-top: 5px solid #b1b1b1;
        margin: 0 0 35px;
        min-height: 50px;
        padding: 40px 0;
        position: relative;
        text-align: left;
    }
    .abt-head {
        background: rgba(0, 0, 0, 0) url("../img/about-us-top.jpg") no-repeat scroll 0 0;
        border-bottom: 5px solid #ccc;
        border-top: 5px solid #b1b1b1;
        margin: 0;
        min-height: 50px;
        padding: 40px 0;
        position: relative;
        text-align: left;
    }
    h4 {
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 20px 0 0;
    }
}

@media handheld,
only screen and (min-width: 360px) and (max-width: 640px) {
    .query_form_home {
        background-color: #ffffff;
        min-height: 20px;
        padding: 40px 20px;
        margin-top: 15px;
    }
    .compay-header h1 {
        color: #ffff;
        float: left;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        margin: 0;
        padding: 0;
    }
    .home-intro .get-started {
        margin-bottom: 0;
        margin-top: 40px;
        position: relative;
        text-align: left;
    }
    .home-intro p {
        color: #fff;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 300;
        margin-top: 15px;
        padding-top: 0;
        text-align: justify;
        width: 100%;
    }
    .mt-xl {
        margin-top: 0px;
    }
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0 17px;
    }
    .testimonial.testimonial-style-2 blockquote {
        background: transparent none repeat scroll 0 0;
        border-radius: 4px;
        padding: 3px 0px;
    }
    .testimonial.testimonial-with-quotes blockquote::before {
        color: #777;
        content: "“";
        display: block;
        font-size: 80px;
        font-style: normal;
        left: -15px;
        line-height: 1;
        position: absolute;
        top: 0;
    }
    .testimonial.testimonial-with-quotes blockquote::after {
        bottom: -0.5em;
        color: #777;
        content: "”";
        display: block;
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
        right: -18px;
        bottom: -65px;
    }
    .projectbg-inner .pro_title {
        display: inline-block;
        float: left;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-right: 20px;
    }
    .projectbg-inner .pro_title {
        display: inline-block;
        float: left;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-right: 20px;
        padding-top: 0;
        text-align: left;
    }
    .client_section {
        background-color: #f9f9f9;
        float: left;
        padding: 30px 0 30px;
        width: 100%;
    }
    .main-heading {
        font-size: 20px !important;
        margin: 0;
        line-height: 28px !important;
        margin-top: 15px !important;
        font-weight: 400;
    }
    .cont-us-head {
        background: rgba(0, 0, 0, 0) url("../img/contact.jpg") no-repeat scroll 0 0;
        border-bottom: 5px solid #ccc;
        border-top: 5px solid #b1b1b1;
        margin: 0 0 35px;
        min-height: 50px;
        padding: 40px 0;
        position: relative;
        text-align: left;
    }
    .abt-head {
        background: rgba(0, 0, 0, 0) url("../img/about-us-top.jpg") no-repeat scroll 0 0;
        border-bottom: 5px solid #ccc;
        border-top: 5px solid #b1b1b1;
        margin: 0;
        min-height: 50px;
        padding: 40px 0;
        position: relative;
        text-align: left;
    }
    h4 {
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 20px 0 0;
    }
}

.capcha-no {
    padding: 4px 0px;
    border: 1px solid #dddfde;
    text-align: center;
}