

body {
    font-family: 'Gotham-Book', sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    color: #69696E;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

#industries_catered .container:before,
#industries_catered .container:after,
#industries_catered .row:before,
#industries_catered .row:after,
#development_services .container:before,
#development_services .container:after,
#development_services .row:before,
#development_services .row:after,
footer .container:before,
footer .container:after,
footer .row:before,
footer .row:after {
   content: normal !important; // IE doesn't support `initial`
}

.main-container {
    overflow: hidden;
}
.lg-hidden {
    display: none;
}

section{
    position: relative;

}


a{
    color: #000;
} 
a:link, 
a:visited, 
a:hover, 
a:active {
    color: #ed7715;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a.inverse, 
.inverse a,
i.inverse {
    color: #ffffff !important;
}


blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}

iframe {
    border: 0;
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5,
h6, .h6,
 {
    font-family:'Roboto' !important;
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5,
h6, .h6,
p, .lead {
    margin-top: 0;
    margin-bottom: 10px;
}

h1, .h1 {
    font-weight: 900;
    font-size: 52px;
    line-height: 56px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
}

h2, .h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
}

h3, .h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
}

h4, .h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
}

h5, .h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 20px;
}

.p-opacity {
    opacity: 0.7;
}

strong, 
b {
    font-weight: 900;
}

.lead {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.lead strong,
.lead b {
    font-weight: 700;
}

.f-w-300 {
    font-weight: 300;
}
.f-w-500{
    font-weight: 500;
}
.f-w-400 {
    font-weight: 400;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}
.f-w-800 {
    font-weight: 800;
}
.f-w-900 {
    font-weight: 900;
}


.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: #439fe0;
}

.bg-grey{
    background-color: #EFF1F4;
}

.bg-light{
    background-color: #fafafa;
}

.bg-orange {
    background-color: #ed7715;
}

.bg-blue {
    background-color: #439FE0;
}

.bg-green {
    background-color: #56B68B;
}

.bg-red {
    background-color: #e74c3c;
}

.bg-purple {
    background-color: #8e44ad;
}

.bg-yellow {
    background-color: #f1c40f;
}

.bg-dark {
    background-color: #525e6c;
}

.bg-black {
    background-color: #2e3234;
}

.bg-white {
    background-color: #ffffff;
}


.bg-img {
    -webkit-background-size: cover;
    -moz-background-size:cover;
    background-size: cover;  
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#80000000');
    background: transparent;
    background: rgba(51, 51, 51, 0.5);
}

:root .overlay {
    filter: none\0/IE9;
}




.btn, 
a.btn {
    display: inline-block;
    color: #ffffff;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn:focus,
a.btn:focus,
.btn:hover,
a.btn:hover,
.btn.active:focus,
a.btn.active:focus,
.btn:active:focus,
a.btn:active:focus {
    color: #fff;
    outline: none;
}

.btn-md, 
a.btn-md {
    padding: 15px 25px;
    font-size: 16px;
}

.btn-lg, 
a.btn-lg {
    padding: 25px 60px;
    font-size: 18px;
}


.btn-nav,
a.btn-nav,
.navbar-nav>li>a.btn-nav {
    color: #ffffff;
    margin-right: 0;
    margin-bottom: 0;
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cta-header .active .btn-blue.btn-nav {
    background-color: #439FE0 !important;
}

.cta-header .active .btn-nav.btn-green {
    background-color: #56B68B !important;
}

.cta-header .active .btn-nav.btn-yellow {
    background-color: #f1c40f !important;
}

.btn.btn-border {
    background-color: transparent !important;
}

.btn-orange,
a.inverse.btn-orange,
.inverse a.btn-orange {
    background-color: #ed7715;
}

.btn.btn-orange {
    border: 3px solid #ed7715;
}

.btn-orange:hover,
.btn-nav.btn-orange:hover, 
.btn-orange:focus,
.btn-nav.btn-orange:focus {
    background-color: #ed7715;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
    border: 3px solid #ec6120;
}

.btn-shadow.btn-orange {
    -webkit-box-shadow: 0 4px 0 #c76f45;
    -moz-box-shadow: 0 4px 0 #c76f45;
    box-shadow: 0 4px 0 #c76f45;
}

.btn-border.btn-orange,
a.btn-border.btn-orange {
    color: #ef7c46;
}


.form-control {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 16px;
    width:100%;
    height: auto;
    outline: 0;
    border: 1px solid #898787;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form-control:focus {
    background: #ffffff;
    border-color: #898787;
    box-shadow: none;
}

.form-white .form-control {
    background: #ffffff;
    border-color: #898787;
    color: #898787;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	border:1px solid;
    font-weight: normal;
	max-width:inherit;
}
.form-white .form-control:focus {
    border-color: #898787;
}
.form-horizontal .control-label {
    padding-top: 14px;
}
.form-group button {
    width: 100%;
}
.form-inline .form-group, 
.form-inline .form-group input {
    margin-bottom: 2px;
}

.form-inline button {
    font-size: 15px;
    font-weight: 900;
    padding: 12px 25px;
    vertical-align: top;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form-inline.double-input .form-group {
    width: 100%;
}

.form-inline.double-input .form-control {
    width: 49%;
}

.form-inline.double-input button {
    width: 99%;
}

.checkbox label, 
.radio label {
    font-size: 15px;
}

input[type=checkbox], 
input[type=radio] {
    margin-top: 6px;
}

.input-group-addon {
    padding: 6px 20px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #e8ebed;
    border: 2px solid #e8ebed;
    border-radius: 4px;
}
textarea { 
    resize:vertical; 
}


.success,
.failed {
    display: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}

.success i, 
.failed i {
    margin-right: 5px;
}    

.success {
    background-color: #56B68B;
}

.failed {    
    background-color: #e74c3c;
}

.shadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px; 
}

.shadow:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-controls .owl-page span {
    margin: 4px;
}

.owl-theme.inverse .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #fff;
}

.owl-theme.inverse .owl-controls .owl-page span {
    border: 2px solid #fff;
    background-color: transparent; 
}


.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden !important;
}

.loader.bg-white .loader-inner>div,
.loader.bg-grey .loader-inner>div,
.loader.bg-light .loader-inner>div
 {
    border: 1px solid #69696E;
}

.img-thumbnail {
    border: 1px solid #EFF1F4;
}




.m-a-0 { margin:        0 !important; }
.m-t-0 { margin-top:    0 !important; }
.m-r-0 { margin-right:  0 !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-l-0 { margin-left:   0 !important; }
.m-x-0 { margin-right:  0 !important; margin-left:   0 !important; }
.m-y-0 { margin-top:    0 !important; margin-bottom: 0 !important; }

.m-a { margin:        10px !important; }
.m-t { margin-top:    10px !important; }
.m-r { margin-right:  10px !important; }
.m-b { margin-bottom: 10px !important; }
.m-l { margin-left:   10px !important; }
.m-x { margin-right:  10px !important; margin-left: 10px !important; }
.m-y { margin-top:    10px !important; margin-bottom: 10px !important; }
.m-x-auto { margin-right: auto !important; margin-left: auto !important; }

.m-a-md { margin:        25px !important; }
.m-t-md { margin-top:    25px !important; }
.m-r-md { margin-right:  25px !important; }
.m-b-md { margin-bottom: 25px !important; }
.m-l-md { margin-left:   25px !important; }
.m-x-md { margin-right:  25px !important; margin-left:   25px !important; }
.m-y-md { margin-top:    25px !important; margin-bottom: 25px !important; }

.m-a-lg { margin:        50px !important; }
.m-t-lg { margin-top:    50px !important; }
.m-r-lg { margin-right:  50px !important; }
.m-b-lg { margin-bottom: 50px !important; }
.m-l-lg { margin-left:   50px !important; }
.m-x-lg { margin-right:  50px !important; margin-left:   50px !important; }
.m-y-lg { margin-top:    50px !important; margin-bottom: 50px !important; }

.new-row-md,
.new-row-sm { margin-top: 40px; }


.p-a-0 { padding:        0 !important; }
.p-t-0 { padding-top:    0 !important; }
.p-r-0 { padding-right:  0 !important; }
.p-b-0 { padding-bottom: 0 !important; }
.p-l-0 { padding-left:   0 !important; }
.p-x-0 { padding-left:   0 !important; padding-right: 0 !important; }
.p-y-0 { padding-top:    0 !important; padding-bottom: 0 !important; }

.p-a { padding:        30px !important; }
.p-t { padding-top:    30px !important; }
.p-r { padding-right:  30px !important; }
.p-b { padding-bottom: 30px !important; }
.p-l { padding-left:   30px !important; }
.p-x { padding-right:  30px !important; padding-left:   30px !important; }
.p-y { padding-top:    30px !important; padding-bottom: 30px !important; }

.p-a-md { padding:        60px !important; }
.p-t-md { padding-top:    60px !important; }
.p-r-md { padding-right:  60px !important; }
.p-b-md { padding-bottom: 60px !important; }
.p-l-md { padding-left:   60px !important; }
.p-x-md { padding-right:  60px !important; padding-left:   60px !important; }
.p-y-md { padding-top:    60px !important; padding-bottom: 60px !important; }

.p-a-lg { padding:        120px !important; }
.p-t-lg { padding-top:    120px !important; }
.p-r-lg { padding-right:  120px !important; }
.p-b-lg { padding-bottom: 120px !important; }
.p-l-lg { padding-left:   120px !important; }
.p-x-lg { padding-right:  120px !important; padding-left:   120px !important; }
.p-y-lg { padding-top:    120px !important; padding-bottom: 120px !important; }


.vertical-center-abs, .vertical-center-rel{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center-abs {
    position: absolute;
}

.vertical-center-rel {
    position: relative;
}


.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate (-50%, -50%);
    -moz-transform: translate (-50%, -50%);
    -o-transform: translate (-50%, -50%);
    -ms-transform: translate (-50%, -50%);
    transform: translate (-50%, -50%);
}

.y-middle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}



.section-header {
    margin-bottom: 50px;
}
.section-header span {
    display: block;
}

.content-border {
    border-bottom: 1px solid #E5E5E5;
}

.content-block h5, 
.content-block .h5{
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
}

.content-block .lead {
    font-size: 20px;
    line-height: 24px;
}

.content-block img:hover {
    opacity: 0.8;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.content-block .img-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}


.features-block i {
    font-size: 60px;
    font-weight: 400;
}

.features-block h4 {
    font-size: 23px;
    line-height: 24px;
    font-weight: 900;
    margin-top: 15px;
}

.features-block p {
    margin-bottom: 0;
}

.features-block p.small {
    font-size: 13px;
}


.testimonials .cite {
    font-weight: 900;
    font-size: 18px;
}

.testimonials .cite-info {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}

.testimonials .img-left .cite {
    margin-left: 95px;
    margin-top: 15px;
}

.testimonials .img-left .cite-info {
    font-style: italic;
}

.testimonials .img-left figure {
    float: left;
    clear: both;
    width: 95px;
    height: 90px;
}

.testimonials .img-left blockquote p {
    clear: both;
}

.testimonials .big-img-left blockquote p {
    font-size: 17px;
}

.testimonials .quote-border {
    padding: 75px 20px 30px;
    border: 2px solid #EFF1F4;
    border-radius: 3px; 
    position: relative;
}

.testimonials .quote-border figure{
    position: absolute;
    top: -62px;
    left: 50%;
    margin-left: -59px;
}

.testimonials .quote-border p {
    margin-bottom: 30px;
    line-height: 21px;
}

.testimonials .quote-border .cite {
    font-size: 17px;
}

.testimonials .quote-border .cite-info {
    font-size: 13px;
    margin-top: 3px;
}

.testimonials .big-quote i {
    font-size: 45px;
}

.testimonials .big-quote p {
    font-size: 25px;
    line-height: 29px;
}

.testimonials .big-quote .cite {
    font-size: 16px;
    text-transform: uppercase;
}

.testimonials .big-quote .cite-info{
    font-size: 15px;
    text-transform: none;
}

.testimonials-twitter .twitter-row {
    margin-top: 10px;
}

.testimonials-right p {
    font-size: 18px;
}

.carousel-testimonial-single .carousel-indicators {
    bottom: -40px;
}
section#our_clients {
    background: #242034;
}
.testimonials .quote-border figure img {
    border: 5px solid #242034;
}
.owl-carousel .owl-nav {
    display: block !important;
}
.owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}
.owl-carousel .owl-nav button:hover i.fas {
    color: #000;
}
.owl-carousel .owl-nav button i.fas {
    font-size: 22px;
    color: #fff;
}
.owl-carousel .owl-nav button:focus {
    outline: none;
}

.clients {
    margin: 0 auto;
}

.clients img {
    display: inline-block;
    max-height: 128px;
    margin: 10px 50px 0;
    opacity: 0.55;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clients img:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clients.c-grid img{
    height: 128px;
    margin: 20px 0 0;
}

.clients h6{
    font-size: 23px;
    font-weight: 900;
}

.clients h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.clients p {
    font-size: 16px;
}


.subscription .form-horizontal.form-bg {
    padding: 0px 40px 10px;
    border-radius: 3px;
    margin-top: 15px;
}

.subscription .form-horizontal.form-margin {
    margin-left: 30px;
    margin-right: 30px;
}

.subscription .form-horizontal p.small>a {
    font-weight: 700;
}

.subscription .form-horizontal h6 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    line-height: 19px;
}

.subscription .form-inline .form-group {
    width: 60%;
}

.subscription .form-inline .form-group input{
    width: 100%;
}

.subscription .sub-left {
    padding-top: 90px;
}

.subscription .features-devices .img-left img {
    width: 90px;
    height: 90px;
}

.subscription .features-devices .img-left p {
    margin-left: 112px;
}

#support{
	padding:40px 0;
}
.support-block{
	padding:40px 0 0;
    /*width: 100%;*/
    display: flex;
    justify-content: center;
}
.support-block img{
	max-width:80px;
}
.support-block h6{
	font-weight:400;
	font-size: 14px;
	line-height:18px;
	text-align:center;
    margin: 10px 0;
    color: #ffffff;
}
.support-block .btn{
	margin-top:20px;
}

#banner_sec .banner-input {
    border-radius: 45px;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.1);
}
section#banner_sec {
    padding-top: 171px !important;
}


#banner_sec .banner-btn {
    padding: 5px 10px !important;
    border-radius: 45px;
    background-color: #f58634;
    border-color: #f58634 !important;
    margin: 0 10px;
    font-weight: 500;
    border-width: 2px;
}
#banner_sec .banner-input::placeholder {
    color: white;
}
span.input-group-addon {
    padding: 2px 16px !important;
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 2px !important;
    border-right: none !important;
}
.form-control {
    border-left: none !important;
}

:focus {
    outline:none !important;
}
h2, .h2,
h5, .h5 {
    color: #000;
    font-weight: 400;
}

#get_in_touch_form i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: #e9761d;
    opacity: 0.9;
}
#get_in_touch_form .input-group-addon {
    line-height: 1px;
}
#technology.clients .items img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#technology.clients .items img:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
#why_choose_ss .why_choose_cols h5 hr {
    width: 50px;
    border-width: 2px;
    border-color: #ed7715;
    opacity: 0.7;
}
select#select_code {
    width: 20%;
    float: left;
    border-left: 0 !important;
    border-right: 0 !important;
    height: 33px;
    border-radius: 0;
}
input#m3Phone {
    width: 80%;
}
input.phone {
    width: 80% !important;
}
.input-group-addon:first-child {
    border-radius: 0 !important;
    border-color: #898787 !important;
}
textarea#m3Message {
    border-left: 1px solid !important;
}
#development_services h4 {
    font-size: 25px !important;
    font-weight: 400;
    line-height: 30px;
}
#development_services .features-block .features-image {
    width: 70px;
    text-align: center;
    background-color: #ffffff !important;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#development_services .features-image img {
    text-align: center;
    margin: auto;
    /*padding-top: 10px;*/
}
#development_services .features-image i{
    font-size: 40px;
}


#get_in_touch_sec img.img-circle {
    border: 3px solid #fff;
}
.btn-orange{
    color: #fff;
    padding: 10px 20px !important;
    font-size: 15px !important;
    border-width: 1px !important;
    border-radius: 0 !important;
}
.overview-block {
    overflow: hidden;
    max-width: 500px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
}
.overview_image {
    width: 100%;
    max-width: 500px;
    height: auto;
}
.overview-block p {
    color: #000;
    background-color: #fff;
    padding: 5px 7px 8px;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}
.overview-block:hover p {
    color: #ffffff;
    background-color: #f0a856;
}
.overview-block:hover .zoom-img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);  
    -ms-transform: scale(1.2);  
}
#development_process .col-md-2 {
    width: 20%;
	max-width: inherit;
}
#development_process h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}
#development_process .content-block .block img{
    width: 100%;
}
.why_choose_cols img {
    margin: auto;
}
.owl-carousel .owl-item img {
    width: auto !important;
}
#technology .owl-carousel button i {
    color: #000;
}
#technology .owl-carousel button:hover i {
    color: #ed7715;
}
.form_header {
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto !important;
    margin: auto 10px 20px;
}
.form_header > p {
    margin-bottom: 0;
    padding: 15px 0;
    font-weight: 600;
}
.p-t15{
    padding-top: 15px;
}
#about_and_subscription .abt_form_wrapper {
    margin-top: -55px;
}
 .overlay{
                background: rgba(0, 0, 0, 0.7) !important;
            }
            #development_process ul {
                list-style-type: none;
                padding-left: 20px;
            }
            #development_process ul li:before {
                content: url("./../images/check.png");
                left: 15px;
                position: absolute;
            }
            .testimonials .quote-border p:before {
                content: '';
                position: absolute;
                top: 60px;
                left: 0;
                background: url('./../images/bloquote1.png') no-repeat center center;
                width: 34px;
                height: 24px;
            }
            .testimonials .quote-border p{
                padding-left: 15px;
                padding-right: 15px;
            }
            .testimonials .quote-border p:after{
                position: absolute;
                content: '';
                top: 45%;
                right: -0;
                bottom: auto;
                background: url('./../images/bloquote2.png') no-repeat center center;
                width: 34px;
                height: 24px;
            }
            #banner_sec .support-block .support-block_inner {
                padding: 10px;
                /*margin: 5px;*/
                border: 1px solid transparent;
            }
            #banner_sec .support-block .support-block_inner:hover h6 hr {
                width: 50px;
                border-color: #ed7715;
                border-width: 2px;
                opacity: 0.7;
            }
            #banner_sec .support-block .support-block_inner h6 hr {
                width: 50px;
                border-color: transparent;
                border-width: 2px;
            }
            #banner_sec .support-block .support-block_inner:hover {
                border: 1px solid #ed7715;
            }

            .features-block i {
                color: #ed7715;
            }

			.owl-carousel .owl-nav button.owl-prev {

	font-size: 40px;
}
.owl-carousel .owl-nav button.owl-next{

	font-size: 40px;
}
#industries_catered .btn {
    margin: 0 auto;
}

#development-help-main{

}
.development-help{
    width: 100%;
}
.development-help .development-help-innr li{
    width: 45%;
    padding: 10px;
    margin: 10px 2.5%;
    /*background: #FFF;*/
    min-height: 60px;
    display: inline-flex;
    float: left;
    align-items: center;
    border-radius: 5px;
}
.development-help .development-help-innr li i{
    width: 70px;
    height: 70px;
    color: #ed7715;
    font-size: 30px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.landing-page h1{
    font-size: 42px;
    font-weight: 400;
}
.landing-page h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}
.landing-page .section-header h2,
.landing-page .section-header h2 p{
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    color: #000;
}
.landing-page h4,
.landing-page h4 p{
    font-size: 25px;
    line-height: 30px;
}

footer .footerTop .footerHeading{
    font-family: 'Roboto',sans-serif;
    line-height: 1.1;
}

.why_choose_cols div{
    min-height: 250px;
}
.why_choose_cols i{
    font-size: 10rem;
}
.landing-page #development_services ul{
    list-style: disc;
    margin-left: 20px;
}


.wpcf7 .btn-orange{
    width: 100%;
}

.wpcf7 i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: #e9761d;
    opacity: 0.9;
}
.wpcf7 select{
    height: 33px !important;
}

#development-help-main .features-block {
    overflow: hidden;
    max-width: 500px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
    padding: 20px;
}
#development-help-main .features-block .features_image {
    margin: 0 auto;
    padding-bottom: 20px;
}
#development-help-main .features-block p:after {
    content: "";
    display: block;
    width: 35%;
    height: 3px;
    margin: 0 auto;
    background: #ed7715;
    margin-top: 10px;
}

.tools-framework{
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background: #FFF;
    flex: 30%;
    max-width: 30%;
    margin: 0 1.55% 40px 1.55%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
}
.tools-framework h4, .tools-framework p{
    text-align: center;
}

@media (max-width:980px){
    .tools-framework{
        flex: 40%;
        max-width: 40%;
        margin: 0 5% 40px 5%;
    }
}
@media (max-width:615px){
    .tools-framework{
        flex: 90%;
        max-width: 90%;
    }
}

#accordion .panel-title{
    font-size: 2rem !important;
    font-weight: normal !important;
}
#accordion a:link, #accordion a:visited, #accordion a:hover, #accordion a:active {
    color: #ed7715;
}
#accordion .panel-collapse{
    padding: 0 15px;
}
#accordion .panel-collapse p{
    margin-top: 10px;
}

#process_block .content-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#internship-msgs {
    display: block;
    text-align: center;
}
#internship-msgs i{
    font-size: 5rem;
    display: block;
    margin-bottom: 20px;
}

input#upload_resume:before {
    content: "Upload resume";
    font-size: 13px;
    position: absolute;
    left: 0px;
    padding: 5px;
    background: #333333;
    color: #fff;
    width: 120px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}

