@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/*
font-family: 'Roboto', sans-serif;
light 300
regular 400
medium 500
bold 700
black 900
*/

body {
    font-family: 'Roboto', sans-serif;
    color: #666668;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.menu {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    z-index: 999;
    padding: 0 75px;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	background:rgba(255,255,255,0.3);
}

.video_over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 40, 53, 0.3);
    z-index: 1;
}

.logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 105;
}

.logo > a {
    line-height: 0;
}

.menu_data .top_data_bar > ul {
    display: block;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .top_data_bar > ul > li {
    display: inline-block;
}

.menu_data .top_data_bar > ul > li > a {
    text-decoration: none;
    color: #113d68;
    font-size: 14px;
    padding-left: 18px;
    line-height: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
	font-weight:bold;
}

.menu_data .top_data_bar > ul > li > a > i {
    font-size: 20px;
    line-height: 20px;
    color: #113d68;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .top_data_bar > ul > li:first-child > a {
    padding-left: 0;
}

.menu_data .top_data_bar > ul > li > a:hover,
.menu_data .top_data_bar > ul > li > a:hover > i {
    color: #f7941e !important;
}

.menu_data .bot_data_bar > ul {
    display: block;
    text-align: right;
    margin-right: 245px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .bot_data_bar > ul > li {
    display: inline-block;
    text-align: right;
    position: none;
    position: initial;
}

.menu_data .bot_data_bar > ul > li:first-child > a {
    margin-left: 0;
}

.menu_data .bot_data_bar > ul > li:last-child > a {
    margin-right: 0;
}

.menu_data .bot_data_bar > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #113d68;
    margin: 0px 25px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .bot_data_bar > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: rgb(221, 221, 221);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hero {
    position: relative;
}

.happy_clint {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.left_clint_data {
    display: block;
}

.left_clint_data span {
    display: inline-block;
    vertical-align: middle;
}

.left_clint_data span.icon img {
    width: 50px;
}

.left_clint_data span.text {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-left: 15px;
}

.left_clint_data span.r_icon {
    font-size: 38px;
    color: #fff;
}

.happy_clint_in {
    display: block;
}

.happy_clint_in > div.left_clint_data {
    float: left;
    width: 230px;
    margin-top: 20px;
}

.happy_clint_in > div {
    display: inline-block;
    vertical-align: middle;
}

.hero_clint_slider {
    display: block !important;
    width: auto;
    margin-left: 230px;
}

.hero_clint_slider .clin_img > a {
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

.hero_clint_slider .clin_img > a > img {
    display: inline-block;
    width: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.hero_clint_slider .clin_img > a:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hero_clint_slider .owl-stage-outer .owl-stage {
    /*-webkit-transition: 0.9s !important;
    -o-transition: 0.9s !important;
    transition: 0.9s !important;*/
}

.information_card .data_card {
    background-color: #fff;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.information_card .data_card h3 {
    text-align: center;
    color: rgb(7, 127, 200);
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 18px;
}

.information_card .data_card ul.phone_dat {
    display: block;
}

.information_card .data_card ul.phone_dat li {
    width: 50%;
    float: left;
    text-align: left;
}

.information_card .data_card ul.phone_dat li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.information_card .data_card ul.phone_dat li a {
    display: block;
    text-decoration: none;
}

.information_card .data_card ul.phone_dat li a span.img {
    width: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.information_card .data_card ul.phone_dat li a span.con {
    font-size: 12px;
    line-height: 20px;
    color: rgb(102, 102, 102);
    font-weight: 500;
    text-transform: uppercase;
}

.information_card .data_card ul.phone_dat li:nth-child(2) {
    padding-left: 15px;
    border-left: 1px solid #cccccc;
}

.information_card .data_card ul.phone_dat li a span.phone_nom {
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    display: block;
}

.information_card .data_card ul.social {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.information_card .data_card ul.social li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.information_card .data_card ul.social li:first-child {
    margin-left: 0;
}

.information_card .data_card ul.social li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #069;
    border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.information_card .data_card ul.social li a:hover {
    background-color: #f78f1e;
}

.information_card a.triger_card {
    position: relative;
    display: block;
    background-color: #077fc8;
    padding-top: 5px;
    margin-top: -5px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border-radius: 0px 0px 5px 5px;
    text-decoration: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    top: -100px;
}

.information_card a.triger_card:hover {
    background-color: #f78f1e;
}

.information_card {
    width: 340px;
    position: absolute;
    padding: 12px;
    background-color: transparent;
    top: 0;
    left: -25px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.logo:hover .information_card {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.logo:hover .information_card a.triger_card {
    top: 0;
}

.menu.fixed {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    height: 120px;
}

.menu.fixed .logo {
    margin-top: 21px;
}

.menu.fixed .menu_data .top_data_bar ul {
    margin-top: 8px;
}

a.inqury_btn {
    text-decoration: none;
	margin-top: 9px;
    width: 200px;
    height: 40px;
    display: block;
    background-color: #06456a;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 25px;
    position: absolute;
    top: 46px;
    right: 75px;
    -webkit-border-radius: 5px 25px 25px 5px;
    border-radius: 5px 25px 25px 5px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-origin: right center;
    overflow: hidden;
    z-index: 100;
}

a.inqury_btn > span {
    display: block;
    position: relative;
    z-index: 2;
}

a.inqury_btn i {
    position: absolute;
    font-size: 29px;
    top: 0;
    right: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform-origin: center center;
}

a.inqury_btn:hover {
    background-color: #f7941e;
}

.menu.fixed a.inqury_btn {
    top: 30px;
    right: 90px;
    transform: rotate(-90deg);
    width: 150px;
    padding-left: 8px;
}

.menu.fixed a.inqury_btn i {
    transform: rotate(90deg);
}

.menu.fixed .menu_data .bot_data_bar > ul {
    margin-right: 70px;
}

.menu.fixed .menu_data .bot_data_bar > ul > li > a {
    color: #113d68;
}



.menu_data .bot_data_bar > ul > li.dropdown > a::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ef9534;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -3.5px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu.fixed .menu_data .bot_data_bar > ul > li > a:after {
    background-color: #606060;
}

.menu_data .bot_data_bar > ul > li > a:hover,
.menu_data .bot_data_bar > ul > li.open > a {
    color: #f78f1e !important;
}

.menu_data .bot_data_bar > ul > li.dropdown.open > a::before {
    opacity: 1;
}

.menu_data .bot_data_bar > ul > li > a > span.left_cion > i:before {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .bot_data_bar > ul > li.open > a > span.left_cion > i:before {
    transform: rotate(-180deg);
}

.menu_data .bot_data_bar > ul > li > a:hover:after,
.menu_data .bot_data_bar > ul > li.open > a:after {
    width: 100%;
    left: 0;
    background-color: #f78f1e !important;
}

.menu.fixed .menu_data .top_data_bar > ul > li > a {
    color: #133e6a;
}

.menu.fixed .menu_data .top_data_bar > ul > li > a > i {
    color:#113d68;
}

.menu.fixed a.opner {
    display: none;
}

.menu a.opner {
    text-decoration: none;
    position: absolute;
    float: right;
    padding: 10px;
    display: block;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 45px;
    right: 65px;
}

.menu a.opner.opened {
    right: 0;
}

.menu a.opner span {
    width: 26px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
    background-color: #06456a;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.menu a.opner span:nth-child(2) {
    width: 18px;
    margin-right: 0;
}

.menu a.opner span:last-child {
    margin-bottom: 0;
}

.menu a.opner.opened span:nth-child(1) {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu a.opner.opened span:nth-child(2) {
    width: 0px;
    margin-right: 17px;
}

.menu a.opner.opened span:nth-child(3) {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_data {
    display: block;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*position: relative;*/
    visibility: hidden;
    opacity: 0;
	margin-top:15px;
}

.menu.fixed .menu_data,
.menu.for_menu .menu_data {
    visibility: visible;
    opacity: 1;
}

a.logo_imgs {
    display: block;
}

a.logo_imgs img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.logo_imgs img.logo_small {
    height: 90px;
}

a.logo_imgs img.logo_big {
    height: 0;
}

.menu.fixed a.logo_imgs img.logo_small {
    height: 0;
}

.menu.fixed a.logo_imgs img.logo_big {
    height: auto;
	margin-top:-10px;
}

a.mouse {
    margin: 0 auto 0 -9px;
    width: 18px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 25px;
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 50%;
}

a.mouse span {
    display: block;
    position: absolute;
    width: 2px;
    height: 6px;
    background-color: #fff;
    top: 4px;
    left: 50%;
    margin-left: -1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    animation: scroll_anim 0.8s linear infinite;
}

@keyframes scroll_anim {
    from {
        top: 4px;
        opacity: 1;
    }
    to {
        top: 30px;
        opacity: 0;
    }
}

.title_head h3 {
    font-size: 36px;
    line-height: 40px;
    color: rgb(58, 58, 58);
    text-align: center;
    font-weight: normal;
    margin-bottom: 8px;
}

.title_head p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
}

.title_head {
    margin-bottom: 70px;
}

.useful_industries {
    padding: 40px 0;
}

a.main_btn_blue {
    display: inline-block;
    border-radius: 5px;
    background-color: rgb(9, 150, 211);
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

a.main_btn_blue span {
    position: relative;
    z-index: 2;
}

a.main_btn_blue:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0px;
    z-index: 1;
    transform-origin: bottom left;
    transform: rotate(-90deg);
}

a.main_btn_blue:hover {
    background-color: #ff7200;
}

a.main_btn_blue:hover:before {
    transform: rotate(0deg);
}

.inds_cat_set {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 50px;
}

.inds_cat_set > .can > a {
    text-decoration: none;
}

.inds_cat_set > .can {
    position: relative;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.data_text_lin {
    position: relative;
}

.data_text_lin > span.name {
    font-size: 17px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

.data_text_lin > span.line {
    display: block;
    width: 2px;
    height: 50px;
    background-color: rgb(204, 204, 204);
    margin: 0 auto 12px;
    position: relative;
}

.data_text_lin > span.line:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    width: 12px;
    height: 12px;
    top: 0;
    left: 50%;
    margin-left: -6px;
}

.inds_cat_set > .can.travel {
    -webkit-flex: 0 0 145px;
    -moz-flex: 0 0 145px;
    -ms-flex: 0 0 145px;
    -o-flex: 0 0 145px;
    flex: 0 0 145px;
}

.inds_cat_set > .can.trans {
    -webkit-flex: 0 0 110px;
    -moz-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    -o-flex: 0 0 110px;
    flex: 0 0 110px;
}

.inds_cat_set > .can.banking {
    -webkit-flex: 0 0 90px;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    -o-flex: 0 0 90px;
    flex: 0 0 90px;
}

.inds_cat_set > .can.healthc {
    -webkit-flex: 0 0 115px;
    -moz-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    -o-flex: 0 0 115px;
    flex: 0 0 115px;
}

.inds_cat_set > .can.enterta {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    -o-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-left: -15px;
}

.inds_cat_set > .can.educat {
    -webkit-flex: 0 0 196px;
    -moz-flex: 0 0 196px;
    -ms-flex: 0 0 196px;
    -o-flex: 0 0 196px;
    flex: 0 0 196px;
    margin-left: -15px;
}

.inds_cat_set > .can.business {
    -webkit-flex: 0 0 125px;
    -moz-flex: 0 0 125px;
    -ms-flex: 0 0 125px;
    -o-flex: 0 0 125px;
    flex: 0 0 125px;
    margin-left: -5px;
}

.inds_cat_set > .can.food {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    -o-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-left: -15px;
}

.inds_cat_set > .can.job_car {
    -webkit-flex: 0 0 215px;
    -moz-flex: 0 0 215px;
    -ms-flex: 0 0 215px;
    -o-flex: 0 0 215px;
    flex: 0 0 215px;
    margin-left: -5px;
    z-index: 2;
}

.inds_cat_set > .can.fit_nes {
    -webkit-flex: 0 0 115px;
    -moz-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    -o-flex: 0 0 115px;
    flex: 0 0 115px;
    margin-left: -50px;
}

.inds_cat_set > .can.travel .data_text_lin > span.line:after,
.inds_cat_set > .can.educat .data_text_lin > span.line:after {
    background-color: #ff9966
}

.inds_cat_set > .can.trans .data_text_lin > span.line:after,
.inds_cat_set > .can.business .data_text_lin > span.line:after {
    background-color: #999933
}

.inds_cat_set > .can.banking .data_text_lin > span.line:after,
.inds_cat_set > .can.food .data_text_lin > span.line:after {
    background-color: #ff99ff
}

.inds_cat_set > .can.healthc .data_text_lin > span.line:after,
.inds_cat_set > .can.job_car .data_text_lin > span.line:after {
    background-color: #cccccc
}

.inds_cat_set > .can.enterta .data_text_lin > span.line:after,
.inds_cat_set > .can.fit_nes .data_text_lin > span.line:after {
    background-color: #33cccc
}

.inds_cat_set .can {
    transform-origin: center center;
}

.inds_cat_set .can span.candidate {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inds_cat_set:hover > .can span.candidate {
    filter: blur(5px) grayscale(1);
}

.inds_cat_set > .can span.data_text_lin {
    transform-origin: center bottom;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
}

.inds_cat_set:hover > .can span.data_text_lin {
    transform: scale(0);
}

.inds_cat_set:hover > .can.unhover span.candidate {
    filter: blur(0px);
    z-index: 3;
}

.inds_cat_set:hover > .can.unhover {
    transform: scale(1.05);
}

.inds_cat_set:hover > .can.unhover span.data_text_lin {
    transform: scale(1.0);
}

.inds_cat_set .can.travel .data_text_lin > span.line {
    height: 111px;
}

.inds_cat_set .can.trans .data_text_lin > span.line {
    height: 70px;
}

.inds_cat_set .can.banking .data_text_lin > span.line {
    height: 55px;
}

.inds_cat_set .can.healthc .data_text_lin > span.line {
    height: 90px;
}

.inds_cat_set .can.enterta .data_text_lin > span.line {
    height: 95px;
}

.inds_cat_set .can.educat .data_text_lin > span.line {
    height: 55px;
}

.inds_cat_set .can.business .data_text_lin > span.line {
    height: 88px;
}

.inds_cat_set .can.food .data_text_lin > span.line {
    height: 95px;
}

.inds_cat_set .can.job_car .data_text_lin > span.line {
    height: 36px;
}

.inds_cat_set .can.fit_nes .data_text_lin > span.line {
    height: 65px;
}

.inds_cat_set .can.enterta .data_text_lin {
    top: 50px;
    left: 9px;
}

.inds_cat_set .can.food .data_text_lin {
    top: 0px;
    left: 30px;
}

.inds_cat_set .can.job_car .data_text_lin {
    left: -35px;
}

.inds_cat_set .can span.info {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #133e6a;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    opacity: 0;
    transform-origin: center center;
    transform: scale(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inds_cat_set .can.unhover span.info {
    bottom: 80px;
    transform: scale(1.1);
    opacity: 1;
}

.inds_cat_set .can.food span.info {
    margin-left: -5px;
}

.inds_cat_set .can.job_car span.info {
    margin-left: -60px;
}


/*--------------ourservies---------*/

.ourservies {
    padding: 58px 0;
}

.section-title22 {
    padding-bottom: 50px;
}

.section-title h4 {
    color: #06456a;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 8px;
	font-family:Raleway;
}

.section-title p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.ourservies a.services_items {
    display: block;
    background: #fcfcfc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 40px;

}

.ourservies .services_items .services-wrapper {
    padding: 36px 20px 0px;
    min-height: 350px;

}

.ourservies .services_items .services-wrapper .services_item_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: 50% 50%;
    opacity: 0;
    width: 150%;
    visibility: hidden;
}

.ourservies .services_items:hover .services_item_img {
    opacity: 1;
    left: -50px;
    visibility: visible;
}

.ourservies .services_items:before {
    content: '';
    display: block;
    position: absolute;
    width: 150%;
    height: 100%;
    text-decoration: none;
    background: #fcfcfc;
    outline: #fcfcfc solid 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    z-index: 2;
    opacity: .8;
    background: #0996d3;
    outline: #0996d3 solid 1px;
    transform-origin: bottom left;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}

.ourservies .services_items:hover:before {
    transform: rotate(0deg);
    opacity: 0.5;
    visibility: visible;
}

.ourservies .services_items .services-wrapper .services-name,
.ourservies .services_items .services-wrapper .services-text,
.ourservies .services_items .services-wrapper .service_icon {
    position: relative;
    color: #234;
    z-index: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service_icon {
    color: #2fd5fe;
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 12px;
}

.service_icon i {
    color: #2fd5fe;
}

.services-name {
    color: #333333;
}

.services-name h4 {
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 27px;
    text-transform: uppercase;
}

.services-text {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

.ourservies .services_items:hover .services-name,
.ourservies .services_items:hover .services-text,
.ourservies .services_items:hover .service_icon i {
    color: #fff;
}

/*--------------END Ourservies---------*/





.lookinfor {
    background: #06456a;
    padding: 40px 0;
}

.lookbox img {
    float: left;
    margin-right: 20px;
}

.lookbox p {
    color: #fff;
    font-size: 30px;
}

.lookbox p span {
    display: block;
    font-size: 15px;
}

a.letstalk {
    background-color: #ff7200;
    border-radius: 4px;
    padding: 10px 60px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    float: right;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.letstalk > span {
    position: relative;
    z-index: 2;
}

a.letstalk i {
    margin-left: 15px;
}

a.letstalk:hover {
    color: #FF7200;
    background-color: #fff;
}

.development_pro {
    background-color: #000;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.development_pro .section-title h4,
.development_pro .section-title p {
    color: #fff;
}

.development_pro .section-title {
    padding-bottom: 0;
    padding-top: 50px;
    position: relative;
    z-index: 2;
}

.process_video {
    margin-top: -118px;
}

/*------ON-DEMAND SOLUTIONS-------*/

.ondemandsolution {
    padding: 58px 0;
}

.ondemandsolution .ondemand_project {
    margin: 0px;
    padding: 0px;
}

.ondemandsolution .ondemand_project ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ondemandsolution .ondemand_project ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25%;
}

.ondemandsolution .ondemand_project ul li .ondemand-item {
    display: block;
    margin: 0;
    padding-top: 250px;
    padding-bottom: 82px;
    overflow: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

/*----- Ondemand solution --------*/

.ondemandsolution {
    padding: 0px 0 60px 0;
}

.ondemandsolution .ondemand_project {
    margin: 0px;
    padding: 0px;
}

.ondemandsolution .ondemand_project ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ondemandsolution .ondemand_project ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25%;
}

.ondemandsolution .ondemand_project ul li .grid {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    width: 50%;
    background: #0996d3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h5 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h5 span {
    font-weight: 800;
}

.grid figure h5,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ruby {
    background-color: #0996d3;
}

figure.effect-ruby img {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby:hover img {
    opacity: 0.2;
    transform: scale(1.15);
}

figure.effect-ruby h5 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.ondemand_tagline {
    background-image: url(../images/on_demand.jpg);
    background: #123e6a;
    padding: 40px 0;
}

.ondemand_tagline h5 {
    font-weight: 700;
   /* text-transform: uppercase;*/
    font-size: 30px;
	font-family:Raleway;
	padding-top:10px;
    color: #fff;
}

.ondemand_tagline p {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding-top: 6px;
}

a.viewall {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 40px;
    color: #f7941e;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
    float: right;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.viewall > span {
    position: relative;
    z-index: 2;
}

a.viewall:hover {
    background-color: #f7941e;
    color: #fff;
}

.blog_home {
    padding: 45px 0 80px 0;
}

.blogbox {
    position: relative;
    overflow: hidden;
}

.blogbox img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blogbox:hover img {
    transform: scale(1.2);
}

.blogbox .blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogbox .blog_overlay .blog_content {
    text-align: center;
}

.blogbox .blog_overlay .blog_content h4 {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    font-weight: 300;
}

.blogbox .blog_overlay .blog_content a {
    background-color: #0996d3;
    padding: 10px 45px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blogbox .blog_overlay .blog_content a > span {
    position: relative;
    z-index: 2;
}

.blogbox .blog_overlay .blog_content a:hover {
    background-color: #fff;
    color: #0996d3;
}

.blog_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blog_list ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.blog_list ul li .bloglisting {
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.bloglisting > img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.bloglisting:hover > img {
    transform: scale(1.1);
}

.blog_list ul li:last-child {
    padding-right: 0px;
}

.blog_list ul li:first-child {
    padding-left: 0px;
}

.blog_list ul li .bloglisting .blogmsg {
    padding: 15px 15px 35px 15px;
}

.blog_list ul li .bloglisting .blogmsg a {
    font-size: 18px;
    color: #0996d3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blog_list ul li .bloglisting .blogmsg a:hover {
    color: #FF7200;
}

.blog_list ul li .bloglisting .blogmsg span {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.blog_list ul li .bloglisting .blogmsg p {
    color: #333333;
    font-size: 18px;
    margin: 20px 0 26px 0;
}

.client_says {
    background-color: #000;
    background-image: url(../images/clients.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 71px 0;
}

.client_says .section-title H4,
.client_says .section-title P {
    color: #FFF;
}

.client_says_box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(6, 94, 138);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.212);
    margin: 15px 15px;
    min-height: 228px;
}


.client_says_box img {
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
}

.client_says_sms {
    padding: 48px 30px 40px 30px;
    color: #fff;
    font-size: 16px;
}

.client_says_sms p {
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.client_says_sms p:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -10px;
    background-image: url(../images/arrow_client.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.client_says_sms p:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(../images/arrow_client2.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.client_name {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.client_name span {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin: 0 auto 18px;
}

.client_name span img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.client_name strong {
    position: relative;
    top: -14px;
    font-weight: 400;
}

.process_video {
    padding: 0 0px;
    position: relative;
    z-index: 0;
}


.mob_indesrty {
    display: none;
}

.modal-dialog {
    margin: 100px auto;
}

.video_pop .modal-content {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.video_pop .modal-content .modal-body .close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 22;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.video_pop .modal-content .modal-body .close:hover {
    opacity: 0.5;
}

.video_pop .modal-content .modal-body {
    padding: 0;
}

.video-container iframe {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

/*Mobile Portfolio*/

.portfolio_project {
    background: #ddd;
    display: none;
}

.portfolio_msg {
    color: #fff;
    padding: 60px 0 0px 45px;
}

.wolero_port .portfolio_msg {
    padding: 20px 0 0px 45px;
}

.portfolio_msg h3 {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: normal;
}

.portfolio_msg h4 {
    color: #fff;
    font-size: 29px;
    margin: 35px 0 15px 0;
}

.portfolio_msg p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

a.featured_product {
    background: #f59f1a;
    font-size: 22px;
    color: #000;
    padding: 6px 20px;
    text-transform: uppercase;
}

a.case_study_btns {
    font-size: 24px;
    border-radius: 4px;
    border: 2px solid #f59f1a;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.case_study_btns > span {
    position: relative;
    z-index: 2;
}

a.case_study_btns:hover {
    background-color: #F59F1A;
    color: #fff;
    border-color: #DC8F17;
}

.home_portfolio {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 0 0;
    position: relative;
    width: 100%;
    float: left;
}

.home_portfolio > .container > .client_logo {
    text-align: center;
    margin-bottom: 100px;

}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

a.inqury_btn:after,
.btn_about:after,
a.letstalk:after,
a.case_study_btns:after,
.viewall:after,
.blog_redMore:after {
    content: '';
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0px;
    z-index: 1;
    transform-origin: bottom left;
    transform: rotate(-90deg);
}

.btn_about:hover:after,
a.inqury_btn:hover:after,
a.letstalk:hover:after,
a.case_study_btns:hover:after,
.viewall:hover:after,
.blog_redMore:hover:after {
    transform: rotate(0deg);
}

.pro_img {
    text-align: center;
}


/*Megadrop_dwon*/

.mega-dropdown .maga_drop_down {
    width: auto;
    margin: 0 15px 0;
    padding: 15px;
    left: 0;
    right: 0px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.menu_tabs {
    background-color: #f5f5f5;
    border-right: 1px solid #c8d0d9;
    border-top: 1px solid #c8d0d9;
    min-height: 400px;
}

.menu_tabs ul {
    margin: 0;
    padding: 0;
}

.menu_tabs ul li {
    list-style: none;
    display: block;
    margin-bottom: 2px;
}

.menu_tabs ul li:last-child {
    margin-bottom: 0;
}

.menu_tabs ul li a {
    text-align: left;
    background-color: #fff;
    color: #4c4b4b;
    font-size: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 15px 10px;
    display: block;
    width: 100%;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_tabs ul li a:focus,
.menu_tabs ul li a:hover,
.menu_tabs ul li.active a {
    background-color: #ff872f !important;
    color: #fff;
}

.menu_tabs ul li a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
}

.menu_tabs ul li a:hover img,
.menu_tabs ul li.active a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.menu_list_top {
    border-right: 1px solid #e2e3df;
}

.menu_list_top ul {
    margin: 0;
    padding: 0 0 0px 0;
}

.menu_list_top ul li {
    list-style: none;
    position: relative;
    display: block;
}

.menu_list_top ul li a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #4c4b4b;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #dadada;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_list_top ul li a:after {
 /*   content: '';*/
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #b1b1b1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 10px;
    top: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_list_top ul li a:hover {
    color: #ff872f;
}

.menu_list_top ul li a:hover:after {
    border: 2px solid #ff872f;
}

.menu_img_in {
    height: 395px;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.menu_img_in > div {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid #63635d;
}

.menu_img_in > div.text_in_top {
    padding: 15px;
}

.menu_img_in > div.text_in_top span {
    display: block;
    float: right;
}

.menu_img_in > div.text_in_top span.top {
    padding: 5px;
    font-size: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.838;
    font-weight: 600;
    background-color: rgba(255, 135, 47, 0.6);
    text-transform: uppercase;
}

.menu_img_in > div.text_in_top span.bottom {
    padding: 5px;
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.838;
    font-weight: 500;
    background-color: rgba(37, 39, 42, 0.6);
    text-transform: none;
}

.top_pading_add {
    padding-top: 15px;
}

.text_color_bot {
    background-color: rgba(37, 39, 42, 0.6);
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.text_color_bot h4 {
    font-size: 30px;
    line-height: 30px;
    color: rgb(255, 135, 47);
    text-transform: uppercase;
    margin: 0;
}

.text_color_bot h5 {
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 4px 0 0;
}

.text_color_bot p {
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 7px 0 0;
}

.top_header_por {
    height: 66px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

a.mob_menu_btn {
    text-decoration: none;
}

.mob_menu_btn {
    position: absolute;
    display: inline-block;
}

a.mob_menu_btn {
    display: block;
    width: 32px;
    height: 26px;
    position: absolute;
    right: 160px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    margin-top: -13px;
    display: none;
}

a.mob_menu_btn > span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.mob_menu_btn.add_clas > span {}

a.mob_menu_btn > span:last-child {
    margin-bottom: 0;
}

a.mob_menu_btn.add_clas > span:nth-child(1) {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 40px;
}

a.mob_menu_btn.add_clas > span:nth-child(2) {
    opacity: 0;
}

a.mob_menu_btn.add_clas > span:nth-child(3) {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
    width: 40px;
}

.top_header_por.scroll a.mob_menu_btn {
    right: 65px;
}

.maga_drop_down {
    top: 100px;
    z-index: 99;
}

.fixed .maga_drop_down {
    top: 90px;
}

#videot {
    margin-top: 77px;
}

/*Megadrop_dwon End*/

.mobile_process {
    display: none;
}

.owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden !important;
}

.icon_about {
    display: block;
    margin-top: 60px;
    margin-bottom: 50px;
}

.icon_about ul {
    display: block;
    text-align: left;
}

.icon_about ul li {
    display: inline-block;
    margin-right: 30px;
}

.icon_about ul li a {
    display: block;
    text-decoration: none;
}

.icon_about ul li a span.icon {
    display: inline-block;
    font-size: 60px;
    vertical-align: top;
    color: #0996D3;
}

.icon_about ul li a span.text {
    display: inline-block;
}

.icon_about ul li a span.text span.b {
    font-size: 36px;
    color: #0996D3;
    font-weight: 500;
    text-align: left;
    display: block;
}

.icon_about ul li a span.text span.s {
    font-size: 16px;
    color: #0996D3;
    text-align: left;
    margin-top: 10px;
    display: block;
}

.icon_about.right_icons ul li {
    margin-left: 0;
    margin-right: 30px;
}

.icon_about.right_icons ul li a span.text span.b,
.icon_about.right_icons ul li a span.text span.s,
.icon_about.right_icons ul li a span.icon {
    color: #fff;
}


/**********************************************************SUCCESS STORIES CSS START*/

.success-stories {
    overflow: hidden;
}

.success-story-item {
    height: 100vh;
}

.success-point {
    padding: 30px 0;
}

.success-point:first-child {
    border-bottom: 1px solid #fff;
}

.success-point span {
    display: block;
}

.success-point span.font30 {
    font-size: 30px;
}

@media only screen and (max-width:991px) {
    .success-point span.font30 {
        font-size: 24px;
    }
}

.success-story-item .table-cell {
    position: relative;
    overflow: hidden;
}

.success-story-item .table-cell:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 8.33333333%;
    height: 100%;
    background: #fff;
}

.success-stories-indicator {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.165%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.success-stories-indicator.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.success-stories-indicator ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
}

.success-stories-indicator ul li {
    width: 20px;
    height: 2px;
    margin: 10px auto;
    background: #F08044;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.success-stories-indicator ul li.active {
    width: 40px;
}

.success-screens {
    position: fixed;
    height: 100%;
    width: 224px;
    top: 0;
    left: 50%;
    opacity: 0;
    margin-left: -112px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.success-screens.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.success-screens .device {
    position: absolute;
    right: 0;
    top: 50%;
    height: 604px;
    width: 223px;
    margin-top: -302px;
}

.success-screens-item {
    position: absolute;
    top: 50%;
    height: 522px;
    width: 100%;
    margin-top: -261px;
    display: block;
}

.success-screens-item .app-icon {
    left: 0px;
    position: absolute;
    top: 100px;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.success-screens-item .app-screen {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.success-screens-item.active .app-icon {
    opacity: 1;
    -webkit-transform: translateX(-40px);
    transform: translateX(-50px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.success-screens-item.active .app-screen {
    opacity: 1;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .success-screens {
        -webkit-transform: translateY(-100%) scale(0.65);
        transform: translateY(-100%) scale(0.65);
    }
    .success-screens.active {
        -webkit-transform: translateY(0%) scale(0.65);
        transform: translateY(0%) scale(0.65);
    }
}

@media only screen and (max-width:991px) {
    .success-stories-indicator,
    .success-screens,
    .success-story-item .table-cell:last-child:after {
        display: none;
    }
    .success-stories {
        overflow: auto;
        font-size: 0;
        white-space: nowrap;
        padding: 15px 0 0 15px;
        margin-bottom: 40px;
    }
    .success-story-item {
        height: auto;
        display: inline-block;
        width: 270px;
        padding-right: 15px;
    }
    .success-story-item .table-cell:first-child {
        display: none;
    }
    .success-story-item .table-cell:last-child {
        border-radius: 10px;
    }
    .success-story-item .btn-circle-icon {
        display: none;
    }
    .success-story-item .rounded-btn {
        display: inline-block;
        margin-bottom: 15px;
    }
    .success-point {
        padding: 22px 0;
    }
    .success-story-item .table-cell:last-child .col-md-8 {
        padding-top: 30px;
    }
    .success-story-item .table-cell:last-child h4 {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .success-story-item .table-cell:last-child h4 i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        border-radius: 7px;
        overflow: hidden;
    }
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

@media only screen and (max-width:767px) {
    .table,
    .table-cell {
        display: block;
        width: 100%;
    }

}

/**********************************************************SUCCESS STORIES CSS STOP*/

.prot_folio_hading {
    padding-top: 70px;
}

.success-stories .left_texts h4 {
    margin-bottom: 20px;
    color: #444;
    font-size: 24px;
    line-height: 30px;
}

.success-stories .left_texts p {
    margin-bottom: 20px;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.success-stories .left_texts a.btn {
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    background-color: #444;
}

.success-stories .right_bg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.success-stories .right_texts p:first-child {
   /* border-bottom: 1px solid #fff;*/
}

.success-stories .right_texts p {
    color: #fff;
    padding: 30px 0;
}

.success-stories .right_texts p span {
    display: block;
}

.success-stories .right_texts p span.tital {
    font-size: 30px;
}

.success-stories .right_texts p span.sab_title {
    font-size: 24px;
    line-height: 30px;
}

.success-stories .right_texts p span.l_ttle {
    font-size: 18px;
    line-height: 30px;
}

.success-stories .right_texts ul li {
    display: inline-block;
    margin-right: 10px;
}

.success-stories .right_texts ul li a {
    text-align: center;
    display: block;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 20px;
    line-height: 44px;
    background-color: #fff;
    color: #444;
}


.success-stories .pikpak .left_texts h4 {
    color: #bf1e2e;
}

.success-stories .pikpak .left_texts a.btn {
    background-color: #bf1e2e;
}

.success-stories .pikpak .right_texts ul li a {
    color: #2d2b7e;
}

.success-stories .wolero .left_texts h4 {
    color: #f59f1a;
}

.success-stories .wolero .left_texts a.btn {
    background-color: #f59f1a;
}

.success-stories .wolero .right_texts ul li a {
    color: #f59f1a;
}

.success-stories .baritastic .left_texts h4 {
    color: #0093a3;
}

.success-stories .baritastic .left_texts a.btn {
    background-color: #0093a3;
}

.success-stories .baritastic .right_texts ul li a {
    color: #03865d;
}

.success-stories .urentme .left_texts h4 {
    color: #7ec13b;
}

.success-stories .urentme .left_texts a.btn {
    background-color: #7ec13b;
}

.success-stories .urentme .right_texts ul li a {
    color: #2d86d3;
}

/*Secound Footer start*/

.secfooter {
	 background-color:#133e6a;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
} 

.secfooter .sec_footer_left ul.start {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.secfooter .sec_footer_left ul.start li {
    display: inline-block;
    list-style: none;
}

.secfooter .sec_footer_left .rating_text {
    font-size: 36px;
    color: rgb(255, 204, 0);
    text-align: left;
    display: block;
    text-align: center;
    margin: 20px 0;
    font-weight: 300;

}

.secfooter .sec_footer_left p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 300;
    max-width: 350px;
    margin: 0 auto 50px;

}

.sec_footer_left {
    padding: 40px 15px 0px;
}

.info_conta_boxes > .box_in {
    border-radius: 4px;
    background-color: rgb(13, 47, 81);
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;
}

.info_conta_boxes > .box_in span.left_icon {
    display: inline-block;
    width: 73px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    border-right: 1px solid #1a4168;
}

.info_conta_boxes > .box_in span.right_data {
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
}

.info_conta_boxes > .box_in span.right_data > span {
    display: block;
}

.info_conta_boxes > .box_in span.right_data > span.tital {
    font-size: 12px;
    color: rgb(98, 155, 213);
    text-transform: uppercase;
    font-weight: 300;
}

.info_conta_boxes > .box_in span.right_data > span.main_data {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.info_conta_boxes > .box_in:last-child {
    margin-bottom: 0;
}



.secfooter .sec_footer_right .new_project_form {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.54);
    background-color:#f7941e;
    padding: 35px 45px;
    margin-top: -30px;
    margin-bottom: -50px;
}

.secfooter .sec_footer_right .new_project_form h3 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin: 0 0 20px;
	text-align:center;
	font-family:Roboto;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:2px solid #fff;
	
}

.sec_footer_right .sec_foot_form .form-group {
    margin-bottom: 15px;
}

.sec_footer_right .sec_foot_form .form-group label {
    font-size: 16px;
    color: #444;
    text-align: left;
    margin: 0 0 5px;
    font-weight: normal;
}

.sec_footer_right .sec_foot_form .form-group .form-control {
    height: 43px;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: none;
}

.sec_footer_right .sec_foot_form .form-group a.form-control {
    line-height: 43px;
    padding: 0 15px;
    color: #666;
}

.sec_footer_right .sec_foot_form .form-group a.form-control span {
    display: inline-block;
    background-color: #e7e7e7;
    border: 1px solid #bdbdbd;
    height: 22px;
    line-height: 22px;
    padding: 0 11px;
    margin-left: 5px;
}

.sec_footer_right .sec_foot_form .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #999;
    background-color: #fff;
    color: #444;
    background-image: url(../../404.html);
    background-repeat: no-repeat;
    background-position: center right;
}

.sec_footer_right .sec_foot_form .form-group textarea.form-control {
    resize: none;
    height: 125px;
    margin-bottom: 0;
}

.sec_footer_right .sec_foot_form .submit_btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 44px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #133e6a;
}

.sec_footer_right .sec_foot_form .submit_btn:hover {
    background-color: #FF7200;
	color:#fff;
}

.google_cptcha_2 {
    margin-bottom: 15px;
}

.footer-logo-home-page {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.footer-logo-home-page img {
    margin-right: 32px;
    display: inline-block;
    vertical-align: middle;
}

.footer-logo-home-page img:last-child {
    margin-right: 0;
}

/*Secound Footer end*/

footer {
    background:#fff;
    float: left;
    padding: 15px 0 20px 0;
    width: 100%;
    margin-bottom: -23px;
	color:#000;
	font-size:13px;
}

footer h3 {
    color: #fff;
    float: left;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
}

.address22 {
    color: #d4d4d4;
    font-size: 14px
}

.address a {
    color: #d4d4d4;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.address img {
    float: left;
    margin: 15px 0 5px;
    padding: 0
}

.address p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.address a:hover {
    color: #009ee0;
    text-decoration: none
}

.divided_line {
    background: #2d3033;
    float: left;
    height: 1px;
    margin: 25px 0;
    width: 100%
}

ul.list_footer {
    margin: 10px 0 0;
    padding: 0
}

ul.list_footer li {
    padding-bottom: 8px
}

ul.list_footer li a {
    color: #fff;
    text-decoration: none
}

ul.list_footer li a:hover {
    color: #009ee0;
    text-decoration: none
}

.footer_text {
    color: #d4d4d4;
    font-size: 16px
}

.footer_strip,
.footer_text > p,
.star_content {
    font-size: 14px
}

a.request_quote {
    background: #009ee0;
    border-radius: 4px;
    color: #fff;
    float: left;
    height: 52px;
    margin-top: 15px;
    padding: 15px 48px 0;
    text-align: center
}

a.request_quote:hover {
    background: #fff;
    color: #009ee0;
    text-decoration: none
}

.footer_textbg a,
.star_content {
    color: #d4d4d4
}

.star_content {
    clear: both;
    width: 100%
}

.star_content > div {
    background: url(../images/star-icon.png) left center no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    padding-left: 75px
}

.star_wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.footer_social {
    display: inline-block;
    margin-top: 24px;
    margin-left: 14px
}

ul.footer_social li {
    display: inline-block;
    margin-left: 5px
}

ul.footer_social li:first-child,
ul.footer_social li:nth-child(5) {
    margin-left: 0
}

.footer_textbg a:hover {
    color: #009ee0;
    text-decoration: none
}

ul.winner_list {
    float: right
}

ul.winner_list li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px
}

.header_bg,
ul.call_to_action_h li {
    display: inline-block
}

.footer_strip {
    background: #2d3033;
    color: #d4d4d4;
    float: left;
    margin-top: 40px;
    padding: 30px 0;
    width: 100%
}

.dmcaclass {
    float: right
}

.address span {
    float: left;
    margin-left: 5px;
    margin-top: 14px
}

#portfolio2.owl-carousel .owl-stage-outer,
#clientsay.owl-carousel .owl-stage-outer,
.hero_clint_slider.owl-carousel .owl-stage-outer {
    background-color: transparent !important;
}

.hero_clint_slider {
    width: auto;
}



.iot-banner,
.spritefoot01,
.spritefoot02,
.spritefoot03,
.spritefoot04,
.spritetac-iphone,
.spritewinner04 {
    background-size: 100%
}

ul.hire-list-iphone-app-developer li h3 {
    color: #fff;
    font-size: 26px;
    font-family: robotoregular
}

.spriteapplencer-futura,
.spritefoot01,
.spritefoot02,
.spritefoot03,
.spritefoot04,
.spritetac-iphone,
.spritewinner04 {
    max-width: 100%;
    background-image: url(../images/spritesheet.png)
}

.spritetac-iphone {
    background-position: 0 0
}

.spriteapplencer-futura {
    background-position: 0 16.666667%;
    background-size: 100%
}

.spritefoot01 {
    background-position: 0 33.333333%
}

.spritefoot02 {
    background-position: 0 50%
}

.spritefoot03 {
    background-position: 0 66.666667%
}

.spritefoot04 {
    background-position: 0 83.333333%
}

.spritewinner04 {
    background-position: 0 100%
}

.acuaia-partner,
.amazonde,
.iot-banner,
.iso-icon,
.microsoft-partner-1,
.nasscom-partner,
.samsung {
    max-width: 100%;
    background-image: url(../images/client-sprite.png)
}

.iot-banner {
    background-position: 0 0
}

.acuaia-partner,
.amazonde,
.iso-icon,
.microsoft-partner-1,
.nasscom-partner,
.samsung {
    background-size: 116.666667%
}

.acuaia-partner {
    background-position: 0 8.75576%
}

.amazonde {
    background-position: 0 18.676123%
}

.iso-icon {
    background-position: 0 32.587065%
}

.microsoft-partner-1 {
    background-position: 0 50.746269%
}

.nasscom-partner {
    background-position: 0 68.905473%
}

.samsung {
    background-position: 0 100%
}

.footer_full {
    text-align: center;
}

.address {
    text-align: left;
}

.owl-stage-outersliders .owl-stage-outer {
    height: 100px !important;
    overflow: hidden !important;
}

/*Start_up Css Start*/

.start_up {
    background-color: #ffffff;
    padding: 45px 0px 0px 0px;
}

.card_strt_up {
    padding: 0 25px;
    margin-bottom: 40px;
}

.card_strt_up ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -20px;
}

.card_strt_up ul li {
    padding: 0 20px;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    flex: 0 0 20%;
}

.card_strt_up ul li a {
    display: block;
    border-width: 1px;
    border-color: rgb(33, 136, 186);
    border-style: dashed;
    border-radius: 0px;
    padding: 4px;
}

.card_strt_up ul li a span.outer {
    display: block;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    height: 215px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.card_strt_up ul li a span.outer span {
    display: block;
}

.card_strt_up ul li a span.outer span.icon {
    height: 130px;
    line-height: 130px;
    font-size: 65px;
    color: #0996d3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.card_strt_up ul li a span.outer span.title {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 25px;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}


.card_strt_up ul li a span.outer span.data {
    line-height: 0px;
    height: 0;
    font-weight: 300;
    overflow: hidden;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.card_strt_up ul li a:hover span.outer {
    background-color: #0996d3;
}

.card_strt_up ul li a:hover span.outer span.icon {
    color: #fff;
    height: 0;
    line-height: 0px;
    font-size: 0;
    overflow: hidden;
    opacity: 0;
}

.card_strt_up ul li a:hover span.outer span.title {
    font-weight: 600;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.card_strt_up ul li a span.outer span.data {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    height: auto;
    line-height: 22px;
}

.com_info_here {
    margin: 30px 25px 15px;
    width: auto;
    position: relative;
    border-width: 1px;
    border-color: rgb(183, 183, 183);
    border-radius: 6px;
    padding: 25px;

}

.com_info_here h3 {
    font-size: 21px;
    color: rgb(9, 150, 211);
    text-align: center;
    background-color: #F0F0F0;
    font-weight: 300;
    line-height: 30px;
    margin: -43px auto 30px;
    max-width: 280px;
}

.com_info_here ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -20px;
    justify-content: space-between;
}

.com_info_here ul li {
    padding: 0 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.com_info_here ul li span {
    display: block;
}

.com_info_here ul li span.com {
    float: left;
    width: 125px;
    text-align: center;
}

.com_info_here ul li span.com span.icon {
    margin-bottom: 15px;
}

.com_info_here ul li span.com span.title {
    font-size: 17px;
    color: #113d68;
    /*font-weight: 300;*/
	font-family:Raleway;
	font-weight:bold;
}

.com_info_here ul li span.data {
    font-size: 16px;
    color:#113d68;
    margin-left: 125px;
    width: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    height: 120px;
	font-size:16px;
    font-weight: 300;
}


.com_info_here ul li:hover span.data {
    width: 299px;
    height: 120px;
}

.bot_btns a.btn {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 2px;
    background-color: #ccc;
    height: 59px;
    line-height: 55px;
    padding: 0 32px;
    margin: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.bot_btns a.btn.ornage_btn {
    background-color: #ff7200;
}

.bot_btns a.btn.blue_btn {
    background-color: #06456a;
}

.bot_btns a.btn.ornage_btn:hover,
.bot_btns a.btn.blue_btn:hover {
    background-color: #444;
}

.bot_btns a.btn span.img {
    width: 30px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: -4px;
}

/*Start_up Css End*/

/*Abput Page CSS Start*/

.coman_page_head {
    padding: 100px 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.coman_page_head h3 {
    font-size: 60px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.coman_page_head p {
    font-size: 16px;
    color: rgb(204, 204, 204);
    margin: 0;
}

.about_info_sec {
    padding: 80px 0;
}

.about_title {
    margin-bottom: 40px;
}

.about_title h4 {
    font-size: 36px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 300;
}

.about_title p {
    font-size: 17px;
    color: rgb(102, 102, 102);
    text-align: center;
    max-width: 1253px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.about_title ul {
    margin-top: 15px;
    display: block;
}

.about_title ul li {
    display: inline-block;
}

.about_title ul li a.btn {
    border-radius: 6px;
    color: rgb(9, 150, 211);
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    font-size: 15px;
    margin: 0 10px 5px 0;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.about_title ul li a.btn:hover {
    color: #fff;
    background-color: #F08044;
}

.Rounded_Rectangle_24 {
    border-radius: 6px;
    background-color: rgb(9, 150, 211);
    position: absolute;
    left: 305px;
    top: 5692px;
    width: 168px;
    height: 50px;
    z-index: 201;
}


.about_info_sec .icon_about {
    margin: 0;
}

.about_info_sec .icon_about ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.about_info_sec .icon_about ul li {
    margin: 0;
}

.about_info_sec .icon_about ul li a span.text,
.about_info_sec .icon_about ul li a span.icon {
    vertical-align: middle;
}

.about_info_sec .icon_about ul li a span.text span.b {
    line-height: 35px;
    color: #0cf;
}

.icon_about ul li a span.text span.s {
    margin-top: 0;
    color: #333;
}

.about_info_sec .icon_about ul li a span.icon {
    color: #f93;
}

.about_work_aproch {
    padding: 80px 0;
    background-color: #0996d3;
}

.about_work_aproch .about_title h4 {
    color: #fff;
}

.about_work_aproch .about_title p {
    color: #fff;
    font-size: 20px;
}

.about_work_aproch .aproch_item {
    max-width: 370px;
    margin: 0 auto;
}

.about_work_aproch .aproch_item span.img_text {
    border-style: solid;
    border-width: 10px;
    border-color: #0889c2;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 291px;
    display: block;
    height: 291px;
    margin: 0 auto 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 00px 00px rgba(0, 0, 0, 0.2);
}



.about_work_aproch .aproch_item span.img_text span.img {
    width: 75px;
    display: block;
    margin: 75px auto 10px;
    height: 90px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.about_work_aproch .aproch_item span.img_text span.text {
    display: block;
    width: 100%;
    font-size: 26px;
    color: rgb(90, 89, 89);
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.about_work_aproch .aproch_item span.img_text:hover {
    background-color: #0889c2;
    border-color: rgb(255, 255, 255);
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
}

.about_work_aproch .aproch_item span.img_text:hover span.img {
    filter: brightness(0) invert(1);
}

.about_work_aproch .aproch_item span.img_text:hover span.text {
    color: #fff;
}

.about_work_aproch .aproch_item p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.over_slients {
    padding: 80px 0;
}

.over_slients ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.over_slients ul li {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    height: 190px;
    line-height: 190px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.over_slients ul li a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.over_slients ul li a img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.over_slients ul li:nth-child(4n + 1) {
    border-left: 0;
}

.over_slients ul li:nth-child(5),
.over_slients ul li:nth-child(6),
.over_slients ul li:nth-child(7),
.over_slients ul li:nth-child(8) {
    border-bottom: 0;
}

.blog.about_blog {
    padding: 80px 0 0;
}

.start_project {
    padding: 80px 0;
    background-color: #2188ba;
}

.start_project .about_title h4 {
    color: #fff;
}

.start_project .about_title p {
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
}

.start_project a.ornage_btn {
    border-radius: 4px;
    background-color: rgb(255, 114, 0);
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 16.645px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.start_project a.ornage_btn:hover {
    background-color: #fff;
    color: rgb(255, 114, 0);
}

a.btn.read_more:hover {
    background-color: #F08044;
    color: #fff;

}

a.btn.read_more {
    border-radius: 6px;
    color: #fff;

    background-color: rgb(9, 150, 211);
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    margin: 15px;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}






.about_title.white_text h4,
.about_title.white_text p {
    color: #fff;
}

.andi_icns_servics {
    display: block;
    margin-bottom: 35px;
}

.andi_icns_servics ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.andi_icns_servics ul li {
    display: inline-block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    border-radius: 5px;
    width: 162px;
    height: 167px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.andi_icns_servics ul li a {
    display: inline-block;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
    height: 161px;
    margin-top: 2px;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.andi_icns_servics ul li span {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.andi_icns_servics ul li span.icons {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
    height: 50px;
    line-height: 50px;

}

.andi_icns_servics ul li a span {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.andi_icns_servics ul li a span.icons {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
    height: 50px;
    line-height: 50px;

}

.andi_icns_servics ul li span.text {
    font-size: 18px;
}

.andi_icns_servics ul li a span.text {
    font-size: 18px;
}

.andi_icns_servics ul li:hover {
    background-color: #fff;
}

.andi_icns_servics ul li:hover a {
    background-color: #fff;
}

.andi_icns_servics ul li:hover span {
    color: #2188ba;
}

.andi_icns_servics ul li:hover a span {
    color: #2188ba;
}

.anidi_services {
    padding: 40px 20px 80px;
    border-radius: 6px;
    background-color: rgb(20, 110, 153);
}

.anidi_services ul {
    display: block;
}

.anidi_services ul li {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.anidi_services ul li:last-child {
    margin-bottom: 0;
}

.anidi_services ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.anidi_services ul li a span.icon {
    width: 50px;
    display: block;
    font-size: 30px;
    vertical-align: middle;
    float: left;
}

.anidi_services ul li a span.text {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 12px;
}

.anidi_services ul li a:hover {
    color: #ff7200;
}



.anidi_services ul li span.icon {
    width: 50px;
    display: block;
    font-size: 30px;
    vertical-align: middle;
    float: left;
}

.anidi_services ul li span.text {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 12px;
}

.anidi_services ul li:hover {
    color: #ff7200;
}

a.explore_more_andi {
    display: inline-block;
    border-radius: 2px;
    background-color: rgb(255, 114, 0);
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    top: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.explore_more_andi.active {
    top: -25px;
}

a.explore_more_andi span.icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
    color: rgb(255, 114, 0);
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.explore_more_andi:hover {
    background-color: #fff;
    color: rgb(255, 114, 0);
}

a.explore_more_andi:hover span.icon {
    color: #fff;
    background-color: rgb(255, 114, 0);
}

.tech_steck {
    padding: 80px 0;
}

.bars_logo_tech .bar_ing {
    border-width: 1px;
    border-color: rgb(9, 150, 211);
    border-style: dashed;
    border-radius: 6px;
    margin-top: 20px;
    padding: 7px;
}

.bars_logo_tech .bar_ing .tech_left {
    background-color: #2188ba;
    width: 273px;
    height: 104px;
    line-height: 104px;
    padding: 0 40px;
    color: #fff;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    position: relative;
    float: left;
}

.bars_logo_tech .bar_ing .tech_left:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 104px;
    width: 25px;
    z-index: 1;
    top: 0;
    right: 0;
}

.bars_logo_tech .bar_ing .tech_left:after {
    position: absolute;
    content: '';
    background-image: url(../images/arro_img.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 104px;
    width: 25px;
    z-index: 2;
    top: 0;
    right: 0;
}

.bars_logo_tech .bar_ing .tech_left span.icon {
    display: inline-block;
    width: 70px;
    font-size: 50px;
    vertical-align: middle;
}

.bars_logo_tech .bar_ing .tech_left span.text {
    position: relative;
    top: 5px;
}

.bars_logo_tech .bar_ing .logo_text_right {
    margin-left: 285px;
    display: block;
}

.bars_logo_tech .bar_ing .logo_text_right ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 104px;
    line-height: 104px;
    -ms-align-items: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
}

.bars_logo_tech .bar_ing .logo_text_right ul li {
    padding: 0 10px;
    -webkit-flex: 0 0 120px;
    -moz-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    -o-flex: 0 0 120px;
    flex: 0 0 120px;
    text-align: center;
}

.andi_port_item {
    background-image: url(../../404.html);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.data_prot_andi {
    max-width: 570px;
    padding-top: 100px;
}

.data_prot_andi .andi_logo {
    margin-bottom: 20px;
}

.data_prot_andi h3 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.data_prot_andi h5 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-bottom: 55px;
    font-weight: normal;
}

.data_prot_andi p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 26px;
    margin-bottom: 40px;
}

.data_prot_andi ul.btns {
    display: block;
}

.data_prot_andi ul.btns li {
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
}

.data_prot_andi ul.btns li:last-child {
    margin-right: 0;
}

.data_prot_andi ul.btns li a.btn.more_btn {
    border-style: solid;
    border-width: 1px;
    border-color: #B18785;
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
    height: 46px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.data_prot_andi ul.btns li a.btn.more_btn span.icon {
    margin-left: 5px;
}

.prot_folio_mobile {
    padding-top: 60px;
}

.call_out_andi {
    background-image: url(../images/andi_call_out.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 0;
}

.call_out_andi .container h3 {
    font-size: 34px;
    color: rgb(255, 255, 255);
    text-align: left;
    float: left;
    margin-top: 10px;
}

.call_out_andi .container a.btn {
    border-radius: 4px;
    background-color: rgb(255, 114, 0);
    height: 64px;
    line-height: 60px;
    float: right;
    padding: 0;
    font-size: 24px;
    color: rgb(255, 255, 255);
    padding: 0 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.call_out_andi .container a.btn:hover {
    color: rgb(255, 114, 0);
    background-color: rgb(255, 255, 255);
}

.hire_and_dev {
    padding: 80px 0;
}

.hire_and_dev {
    padding: 80px 0;
    overflow: hidden;
}

.hire_and_dev .tabing_content {
    margin-top: 60px;
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 390px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.hire_and_dev .tabing_content ul.tabing_btns:after {
    content: '';
    position: absolute;
    display: block;
    border-width: 1.5px;
    border-color: rgb(183, 183, 183);
    border-style: dashed;
    width: 1807px;
    height: 1329px;
    border-radius: 50%;
    top: 225px;
    left: 50%;
    margin-left: -903.5px;
}

.hire_and_dev .tabing_content ul.tabing_btns li {
    text-align: center;
    z-index: 2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a {
    width: 150px;
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span {
    display: block;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.icon {
    position: absolute;
    width: 100%;
    top: -120px;
    left: 0;
    color: #999;
    font-size: 30px;
    border-radius: 50%;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.text {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 300;
    line-height: 20px;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(166, 168, 169);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 47px;
    height: 47px;
    line-height: 42px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    color: rgb(151, 151, 151);
    text-align: center;
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number:before {
    content: '';
    position: absolute;
    width: 182px;
    height: 182px;
    border: 2px solid rgb(6, 128, 180);
    border-radius: 50%;
    top: -215px;
    left: 50%;
    margin-left: -91px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-clip-path: inset(72% 0 0 0);
    clip-path: inset(80% 0 0 0);
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number:after {
    content: '';
    position: absolute;
    background-color: rgb(6, 128, 180);
    width: 2px;
    height: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: 43px;
    left: 50%;
    margin-left: -1px;
}


.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(1),
.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(5) {
    margin-top: 350px;
}

.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(3) {
    margin-top: 200px;
}

.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(2),
.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(4) {
    margin-top: 235px;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active span.number {
    border-color: #2188ba;
    color: #2188ba;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active span.text {
    opacity: 0;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.number:after {
    height: 33px;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.icon {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(33, 136, 186);
    width: 156px;
    height: 156px;
    text-align: center;
    color: #fff;
    line-height: 156px;
    font-size: 60px;
    top: -200px;
    left: 50%;
    margin-left: -78px;
    -ms-align-items: center;
    align-items: center;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.number:before {
    opacity: 1;
}

.tab_conted_data {
    max-width: 840px;
    margin: -50px auto 0;
    position: relative;
    z-index: 5;
    text-align: center;
}

.tab_conted_data h4 {
    font-size: 24px;
    color: rgb(33, 136, 186);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.tab_conted_data p {
    font-size: 20px;
    color: rgb(82, 83, 83);
    line-height: 1.3;
    text-align: center;
    font-weight: 300;
    margin-bottom: 55px;
}


.tab_conted_data ul {
    display: block;
    text-align: center;
}

.tab_conted_data ul li {
    display: inline-block;
}

.tab_conted_data ul li a {
    font-size: 18px;
    color: rgb(33, 136, 186);
    text-decoration: underline;
    line-height: 1.722;
    text-align: center;
    padding: 0 35px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tab_conted_data ul li a:after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
}

.tab_conted_data ul li:last-child a:after {
    display: none;
}

.tab_conted_data ul li a:hover {
    color: #ff7200;
}

a.btn_for_hire {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-top: 50px;
    border-radius: 2px;
    background-color: rgb(255, 114, 0);
    height: 59px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.btn_for_hire span.img {
    width: 33px;
    margin-right: 10px;
    display: inline-block;
}

a.btn_for_hire:hover {
    background-color: #444;
}

.anidi_about_info.about_info_sec .about_title {
    margin-bottom: 0;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect {
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border-style: solid;
    border-width: 1px;
    border-color: #2188BA;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    margin-left: -23.5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    animation: rpal_efc 2s linear 0s infinite;
    z-index: -2;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border-style: solid;
    border-width: 1px;
    border-color: #2188BA;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    margin-left: -23.5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    animation: rpal_efc 2s linear 1s infinite;
    z-index: -2;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:after {}

@keyframes rpal_efc {
    from {
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        transform: scale(1.8);
        opacity: 0;
    }
}

.anidi_portfolio .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    left: 0px;
    justify-content: space-between;
}

.port_slider {
    overflow: hidden;
}

.andi_port_item {
    padding: 0 25px;
}

.anidi_portfolio .owl-nav > div {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.anidi_portfolio .owl-nav > div:nth-child(1) {
    margin-left: 0px;
}

.anidi_portfolio .owl-nav > div:nth-child(2) {
    margin-right: 20px;
}

/*Android Page New Css End*/

/*Free Consultation Page New Css Start*/

.free_consltent {
    padding-bottom: 45px;
}

.free_consltent .hero_text_new {
    padding-top: 70px;
    max-width: 570px;
    text-align: left;
}

.free_consltent .hero_text_new h3 {
    text-align: left;
    margin-bottom: 35px;
}

.free_consltent .hero_text_new p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 300;
}

.free_consltent .form_for_free {
    border-width: 1px;
    border-color: rgb(112, 112, 112);
    border-style: dashed;
    border-radius: 4px;
    padding: 4px;
}

.free_consltent .form_for_free form {
    padding: 25px;
    border-radius: 4px;
    background-color: rgba(33, 136, 186, 0.7);
}

.free_consltent .form_for_free form h4.form_heading_free {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

.free_consltent .form_for_free form .row {
    margin-left: -6px;
    margin-right: -6px;
}

.free_consltent .form_for_free form .row > div {
    padding-left: 6px;
    padding-right: 6px;
}

.free_consltent .form_for_free form .form-group {
    margin-bottom: 12px;
}

.free_consltent .form_for_free form .form-group .form-control {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 54px;
    line-height: 54px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.free_consltent .form_for_free form .form-group select.form-control {
    background-image: url(../images/down_arrow.svg);
    -webkit-background-size: 11px 6px;
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.free_consltent .form_for_free form .form-group .form-control:focus {
    background-color: rgba(255, 255, 255, 1);
}

.free_consltent .form_for_free form .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group textarea.form-control {
    resize: none;
    height: 145px;
    padding: 15px;
    line-height: normal;
}

.free_consltent .form_for_free form button.btn.red_btn {
    border-radius: 2px;
    background-color: rgb(255, 0, 0);
    font-size: 27px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    height: 57px;
    line-height: 57px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.free_consltent .form_for_free form button.btn.red_btn:hover {
    background-color: #ff9933;
}

.free_consltent .form_for_free form p.pricting_text {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 15px 0 0;
}

.benifit_steps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.benifit_steps > div {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 60px 60px 100px;
}

.benifit_steps > div.benifits {
    background-color: #e4e4e4;
}

.benifit_steps > div.five_steps {
    background-color: #fff;
}

.benifit_steps > div h3 {
    font-size: 48px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    margin-bottom: 65px;
}

.benifit_steps > div ul {
    padding-left: 70px;
}

.benifit_steps > div ul li {
    position: relative;
    margin-bottom: 40px;
}

.benifit_steps > div ul li:last-child {
    margin-bottom: 0;
}

.benifit_steps > div ul li span {
    display: block;
}

.benifit_steps > div ul li span.title {
    font-size: 22px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: 300;
    margin-bottom: 8px;
}

.benifit_steps > div ul li span.pera {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 300;
}

.benifit_steps > div > div {
    max-width: 475px;
}

.benifit_steps > div.benifits > div {
    margin-left: auto;
}

.benifit_steps > div.benifits > div ul li:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #25ae88;
    background-image: url(../images/check.svg);
    border-radius: 50%;
    top: 7px;
    left: -60px;
    background-size: 60%;

    background-repeat: no-repeat;

    background-position: center;
}

.benifit_steps > div.five_steps ul li span.no {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: -22.5px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border: 2px solid #f9a866;
    border-radius: 50%;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    z-index: 2;

}

.benifit_steps > div.five_steps ul li:before,
.benifit_steps > div.five_steps ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #f9a866;
    height: 100%;
    z-index: 1;
    left: -48px;
}

.benifit_steps > div.five_steps ul li:first-child:before {
    bottom: 30px;
}

.benifit_steps > div.five_steps ul li:before {}

.benifit_steps > div.five_steps ul li:after {
    top: 50px;
}

.benifit_steps > div.five_steps ul li:last-child:after {
    top: 30px;
}

.consultant_free {
    background-color: #e4e4e4;
    padding: 100px 0;
}

.consultant_free .section-title h4 {
    color: #333333;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 300;
}

.consultant_free .section-title p {
    color: #333;
    font-size: 16px;
}

.profile_data_conslt {
    max-width: 300px;
    margin: 0 auto;
}

.profile_data_conslt .profile_img_con {
    width: 230px;
    height: 230px;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.profile_data_conslt .profile_img_con figure {
    border-radius: 50% 50% 50% 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.profile_data_conslt .profile_img_con figure img {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.profile_data_conslt h4 {
    font-size: 20px;
    color: rgb(3, 116, 173);
    font-weight: normal;
    margin-bottom: 10px;
}

.profile_data_conslt h6 {
    font-size: 18px;
    color: rgb(102, 102, 102);
    font-weight: normal;
    margin-bottom: 15px;
}

.profile_data_conslt p {
    font-size: 15px;
    color: rgb(71, 71, 71);
    margin-bottom: 25px;
}

.profile_data_conslt a.btn {
    border-radius: 4px;
    background-color: rgb(255, 0, 0);
    height: 50px;
    display: inline-block;
    line-height: 45px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 15px;
}

.ondemand_tagline.lets_bulid_reality a.viewall {
    color: #ee5806;
}

.ondemand_tagline.lets_bulid_reality a.viewall:hover {
    color: #fff;
}

.free_consltent .hero_text_new a.btn {
    border-radius: 4px;
    background-color: rgb(255, 0, 0);
    height: 56px;
    display: inline-block;
    line-height: 55px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

/*Free Consultation Page New Css End*/

.mobile_banner {
    display: none;

}

/*----Android app development company ---*/

.android_app {
    padding: 100px 0 15px 0;
}

.android_app ul {
    margin: 63px 0 0 0;
    padding: 0px;
    list-style: none;

}

.android_app ul li {
    width: 20%;
    float: left;
    padding: 0 15px;

}

.android_app ul li a {
    display: block;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 4px;
    padding: 2px;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.android_app ul li .links {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 39px 0 29px 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;


}

.android_app ul li span {

    display: block;
    color: #fff;
    padding-top: 12px;
}

.android_app ul li .links:hover {

    border-color: #2188ba;
    background-color: #2188ba;
}



.hire_developer {
    padding: 50px 0 0 0;

}

.hire_developer a {
    background-color: #ee2424;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;


}

.hire_developer a:hover {
    background-color: #ff7200;

}



/*-------hire-mobile-app-developer-new-------*/

.hire_mobile ul {
    margin: 63px 0 0 0;
    padding: 0px;
    list-style: none;

}

.hire_mobile ul li {
    width: 16.666%;
    float: left;
    padding: 0 5px;

}

.hire_mobile ul li a {
    display: block;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 4px;
    padding: 2px;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.hire_mobile ul li .links {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px 0 20px 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;


}

.hire_mobile ul li span {

    display: block;
    color: #fff;
    padding-top: 12px;
}

.hire_mobile ul li .links:hover {

    border-color: #2188ba;
    background-color: #2188ba;
}


.start-with {
    background: #2188ba;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin-top: 30px;

}

.start-with a {
    background-color: #ff7200;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    border-radius: 4px;
    margin-left: 15px;


}


/*------------------web-design-development-company----------*/

.webapplications {
    background-color: #2188ba;
    padding: 80px 135px 80px 80px;

}

.webapplications h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;

}

.webapplications h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;

}

.webapplications p {
    color: #fff;
    padding: 15px 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 300;

}

.webapplications p a {
    color: #fff;


}

.webapplications .webservices {
    padding-top: 25px;

}

.webapplications .webservices ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.webapplications .webservices ul li {
    width: 33.333%;
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 15px 15px 15px 0px;


}

.webapplications .webservices ul li:after {
    position: absolute;
    top: 0;
    right: 25px;
    width: 1px;
    background-color: #fff;
    height: 100%;
    content: "";

}


.webapplications .webservices ul li:nth-child(4),
.webapplications .webservices ul li:nth-child(5),
.webapplications .webservices ul li:nth-child(6) {
    border-bottom: none;

}

.webapplications .webservices ul li:nth-child(6):after,
.webapplications .webservices ul li:nth-child(3):after {
    background-color: transparent;
}

.webapplications .moredetiles {
    padding-top: 30px;

}

.webapplications .moredetiles a {
    background-color: #ff7200;
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    font-size: 16px;
    border-radius: 4px;
}

.p-bottom {
    padding-bottom: 0px;

}


.top-ratedweb-portals {
    background-image: url(../images/top-ratedweb-portals.jpg);
    background-repeat: no-repeat;
    padding: 60px 0 60px 0;
    margin-bottom: 4px;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-ratedweb-portals .section-title h4 {
    color: #fff;
    font-weight: 300;

}



.topretedbox {

    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 8px;
    padding: 2px;
    margin: 10px 5px 10px 5px;
    text-align: center;

}

.topretedbox .subbox {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    padding: 70px 30px;

}

.topretedbox .subbox i {
    font-size: 50px;

}

.topretedbox .subbox p a {
    color: #fff;
}

.item_portfolio {
    padding-bottom: 50px;
    padding-top: 30px;

}


.topretedbox .subbox:hover {
    background-color: #147eb1;
    border-radius: 8px;

}

#topRatedwebportals {
    position: relative;
}

#topRatedwebportals .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin: 0;
}

#topRatedwebportals .owl-nav > div {
    position: absolute;
    font-size: 55px;
    line-height: 55px;
    top: 0;
    margin-top: -28.5px;
}

#topRatedwebportals .owl-nav > div.owl-prev {
    left: -77px;
}

#topRatedwebportals .owl-nav > div.owl-next {
    right: -77px;
}


/*------------Hire-mobile-app-developer-new------------------*/

.inclusions {
    width: 100%;
    padding: 30px 15%;
}


.inclusions ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #2188ba;
    width: 100%;
    border-radius: 4px;
    float: left;
}


.inclusions ul li {
    width: 25%;
    float: left;
    color: #fa5e12;
    font-size: 18px;
    position: relative;
}

.inclusions ul li:first-child span {
    background-color: #2188ba;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    margin-right: 50px;
}


.inclusions ul li:first-child:after {
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: -1px;
    right: 29px;
    background-color: transparent;
    border-left: 21px solid #2188ba;
}

.inclusions ul li span {
    display: block;
    padding: 12px 15px;
}

.inclusions ul li:after {
    width: 1px;
    background-color: #dedad7;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    height: 35px;
    content: "";
}


.addedbenefits {
    background-color: #eff1f2;
    padding: 60px 0;
}


.addedbenefits ul {
    margin: 0px -25px;
    padding: 0px;
    list-style: none;
}

.addedbenefits ul li {
    width: 25%;
    margin: 0px;
    padding: 15px 25px;
    float: left;
}


.addedbenefits ul li .addedbenefitsbox {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-top: 6px solid #2188ba;
}

.addedbenefits ul li .addedbenefitsbox h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
}

.addedbenefits ul li .addedbenefitsbox p {
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 0;
}


.engagement_model {
    background-color: #0079ab;
}



.engagement_box {
    padding: 56px 13%;

}

.engagement_box h4 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.engagement_box h4:after {
    width: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
    background-color: #FFF;
    position: absolute;
    height: 1px;
}


.engagement_model h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}


.engagement_model ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.engagement_model ul li {
    color: #fff;
    padding: 15px 0 40px 120px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

.engagement_model ul li img {
    position: absolute;
    left: 0;
    top: 20px;
}



/*--------------END--------*/

.btn_hiremobile a {
    background-color: #ff7200;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    line-height: 26px;
}




.crtifide_developers {
    padding: 80px 0;
    background-color: #f8f7f7;
}

.certified_slider .hire_devloper_box {
    background-color: #fff;
    padding: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.certified_slider .hire_devloper_box span.pro {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(248, 154, 52);
    width: 154px;
    overflow: hidden;
    -webkit-flex: 0 0 154px;
    -moz-flex: 0 0 154px;
    -ms-flex: 0 0 154px;
    -o-flex: 0 0 154px;
    flex: 0 0 154px;
    margin-right: 25px;
}

.certified_slider .hire_devloper_box .hire_devloper_info h5 {
    margin: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: left;
}

.certified_slider .hire_devloper_box .hire_devloper_info p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
    min-height: 90px;
}

.certified_slider .hire_devloper_box .hire_devloper_info a {
    display: inline-block;
    background-color: rgb(0, 158, 224);
    height: 37px;
    padding: 0;
    line-height: 37px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 0 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.certified_slider .hire_devloper_box .hire_devloper_info a:hover {
    background-color: #f89a34;
}

.certified_slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.certified_slider .owl-nav > div {
    position: absolute;
    top: 0;
    font-size: 35px;
    color: #f89a34;
    margin-top: -25px;
}

.certified_slider .owl-nav > div.owl-prev {
    left: -45px;
}

.certified_slider .owl-nav > div.owl-next {
    right: -45px;
}

.request_cv {
    background-color: #0674a3;
    padding: 30px 0;
}

.request_cv h5 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.request_cv .ctrl_btn_pos {
    text-align: right;
}

.request_cv .ctrl_btn_pos a {
    display: inline-block;
    font-weight: 300;
    background-color: rgb(248, 154, 52);
    height: 62px;
    line-height: 62px;
    padding: 0 42px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 15px 0;
}

.request_cv .ctrl_btn_pos a:hover {
    background-color: #fff;
    color: #f89a34;
}

.tech_expert {
    padding: 80px 0;
}

.tech_logi_tabs ul.tab_tach_list {
    display: block;
    margin-bottom: 40px;
}

.tech_logi_tabs ul.tab_tach_list li:first-child {
    margin-left: 0;
}

.tech_logi_tabs ul.tab_tach_list li {
    margin-left: -4px;
    display: inline-block;
    width: 25%;
    vertical-align: bottom;
    text-align: center;
}

.tech_logi_tabs ul.tab_tach_list li a {
    font-size: 21px;
    color: #333333;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.tech_logi_tabs ul.tab_tach_list li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #ccc;
}

.tech_logi_tabs ul.tab_tach_list li:last-child a:after {
    display: none;
}

.tech_logi_tabs ul.tab_tach_list li a:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
}

.tech_logi_tabs ul.tab_tach_list li.active a:before {
    height: 3px;
    background-color: #2188ba;
    bottom: -3px;
    z-index: 2;
}

.tech_logi_tabs ul.tab_tach_list li a span {
    display: block;
}

.tech_logi_tabs ul.tab_tach_list li a span.icon {
    height: 43px;
    margin-bottom: 5px;
}

.tech_logi_tabs ul.tab_tach_list li a span.text {
    padding-bottom: 15px;
}

ul.text_listin {
    display: block;
    text-align: center;
}

ul.text_listin li {
    display: inline-block;
}

ul.text_listin li:first-child {
    margin-left: 0;
}

ul.text_listin li {
    width: 20%;
    padding: 0 15px 0;
    margin-left: -4px;
}

ul.text_listin li a span {
    display: block;
    margin-bottom: 10px;
}

ul.text_listin li a {
    font-size: 19px;
    color: rgb(0, 0, 0);
    text-align: center;
}

/*on dimand*/

.ondemand_page {
    background-color: #2188ba;
    padding: 58px 0 0 0;

}

.ondemand_page .about_title h4 {
    color: #fff;
}

.ondemand_page .about_title p {
    color: #fff;
    margin: 10px 0 0 0;
    max-width: 100%;
}


.ondemand_page .ondemand_list {

    margin: 0px;
    padding: 0px;
    background-color: #99c8df;

}

.ondemand_page .ondemand_list li {
    border: 1px solid #99c8df;
    width: 20%;
    overflow: hidden;
    float: left;

}

.ondemand_page .ondemand_list li img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.ondemand_page .ondemand_list li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.ondemand_page .ondemand_list li a {
    display: block;
    position: relative;

}

.ondemand_page .ondemand_list li a p {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;


}

/*on dimand*/


.engagement_box ul li {
    min-height: 175px;
}


/*---------Testimonials New---------*/

.testimonials_new {
    width: 100%;
}


.client_speaking {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 14.55px 0.45px rgba(0, 0, 0, 0.15);
    padding: 2px;
    text-align: center;
    margin-bottom: 170px;
    padding-bottom: 77px;
    min-height: 600px;

}

.client_speaking h5 {
    font-size: 27px;
    color: #333333;
    padding: 15px 0;
    min-height: 90px;


}

.client_speaking p {
    color: #666666;
    font-size: 17;
    line-height: 24px;
    padding: 0 25px;
    padding-bottom: 30px;

}

.client_speaking h6 {
    color: #2188ba;
    font-size: 17px;
    padding: 15px 0;
    font-weight: 600;
    font-style: italic;


}


.client_speaking .client_profile {
    width: 148px;
    height: 152px;
    border: 4px solid #e2e2e2;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;


}

.client_speaking .client_profile img {
    border-radius: 50%;
    width: 144px;
    height: 144px;


}


.bg_challenges {
    background-image: url(../../404.html);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 58px 0 58px 0;

}

.righttext {


    padding: 40px 120px 40px 0px;


}


.lefttext {

    padding: 40px 0px 40px 120px;
}

.smile_icon_left {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 51px;
    height: 51px;

}


.smile_icon {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 51px;
    height: 51px;

}

.bg_challenges h5 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;

}

.bg_challenges .lefttext p,
.bg_challenges .righttext p {
    font-size: 17px;
    font-weight: 300;


}

.bg_challenges .row {
    position: relative
}

.bg_challenges .row:after {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    bottom: 0px;
    height: 1px;
    border-bottom: 1px dashed #898888;
    content: "";
    left: 0;
    right: 0;
}

.bg_challenges .aftern:after {
    display: none;
}

.titlest h4 {
    font-size: 36px;
    color: #333333;
    font-weight: 300;

}


.tt{top:300px;}
.tt h1{
	font-size:44px;
	color:#113d68;
	}
.tt p{
	font-size:30px;
	color:#113d68;
	font-weight:lighter;
	margin-top:10px;
	font-family: Raleway;
	font-weight: 400;
	}
.box_line{
	border:5px solid #113d68;
	padding:30px;
	}
.sup_btn {
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    height: 36px;
    padding: 0px 49px 0px 19px;
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    z-index: 3;
    position: relative;
    border: none;
}

.sup_blue_btn {
    background: #f7941e;
    color: #fff;
	margin-top:10px;
}

.sup_btn span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 1px;
    top: 1px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
}

.sup_black_btn span, .sup_blue_btn span {
    background: #fff;
    color: #211f20;
}

.sup_btn span i {
    position: absolute;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 34px;
    left: 0;
    top: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
    content: "\f105";
}

/*-----------------Tabs-----------------------*/
.sup_feature_type2 {
    float: left;
    width: 100%;
}

.sup_feature_type2 ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ebebeb;
}

.sup_feature_type2 ul li {
    float: left;
    position: relative;
    width: 25%;
	flex:inherit;
	-webkit-flex:inherit;
	padding:inherit;
}



.sup_feature_type2 .nav-tabs > li.active > a, .sup_feature_type2 .nav-tabs > li > a:hover, .sup_feature_type2 ul li a:hover {
    border-color: transparent;
    background: transparent;
    border: none;
}

.sup_feature_type2 ul li a {
    border: none;
    float: left;
    width: 100%;
    padding: 50px 0px;
    border-right: 1px solid #ebebeb;
    text-align: center;
    position: relative;
    margin-right: 0;
    min-height: 188px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sup_feature_type2 .nav-tabs > li.active > a span, .sup_feature_type2 .nav-tabs > li.active > a path, .sup_feature_type2 .nav-tabs > li:hover > a span, .sup_feature_type2 .nav-tabs > li:hover > a path {
    color: #fff;
    fill: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sup_feature_type2 ul li a span {
    float: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #444444;
    margin-top: 10px;
    font-weight: 400;
}

.sup_tabdata {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.sup_feature_img {
    float: left;
    width: 100%;
}

.fromleft {
    -webkit-animation: fromleft .7s 1;
    -moz-animation: fromleft .7s 1;
    animation: fromleft .7s 1;
}

.sup_feature_type2 .nav-tabs > li.active > a, .sup_feature_type2 .nav-tabs > li:hover > a {
    background: #f7941e;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.sup_feature_type2 ul li.active a:before, .sup_feature_type2 .nav-tabs > li:hover > a:before {
    border-top-color: #f7941e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sup_feature_type2 ul li a:before {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid transparent;
    left: 50%;
    margin-left: -10px;
    bottom: -15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*a:hover {
    color: inherit;
    text-decoration: none;
}*/


.sup_feature_detail p {
    float: left;
    width: 100% ;
    color: #999999;
    padding-bottom: 25px;
	 font-size: 15px;
}

.sup_title_border {
    display: inline-block;
    height: 1px;
    background: #f7941e;
    padding: 2px 31px 0px;
    position: relative ;
    margin-bottom: 30px;
}







.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #f7941e!important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a {
    background-color:#31aae1;
}

/*-------------------------End Tabs----------------------------*/

.tt2{
	padding-bottom:0px!important;
	}
.pad2{
	padding-left:0px!important;
	padding-right:0px!important;
	margin-top:30px;
	}
.pad_visoin{
	padding:30px 20px;
	}
.pad_visoin2{
	padding:30px 20px;
	padding-left:40px;
	background-color:#113d68;
	color:#fff;
	height:310px;
	}
.tt3{
	padding-left:0px;
	padding-right:0px;
	}
.bubbles{
	background-color:#f0f0f0;
	}
	
.tabs22{
	padding-top:30px;
	}
.lookbox h2{
	font-family:Raleway;
	font-weight:bold;
	color:#ffffff;
	padding-top:10px;
	}

/*--------------About Webmobi css----------------*/


.about h2{color:#123c62; font-size:36px; font-weight:700; text-align:center;}
.border{ border:1px solid #d8d8d8; width:40%; text-align:center; margin:0px auto;}
.about p{ color:#9c9c9c; font-size:12px; width:70%; text-align:center; margin:25px auto;}
.vision1 img{width:100%; height:285px;}
.vision2 h6{ color:#fff; font-size:14px; text-align:left; margin:20px 0px;}
.vision2 h3{color:#f7941e; font-family:Raleway; font-weight:bold; font-size:26px; margin-top:30px;}
.border2{ border:1px solid #f7941e; width:10%;}
.vision2 h5{font-size:16px; font-weight: 400; color:#fff; margin-top:35px; margin-bottom:25px; text-transform:capitalize;}
.learn-btn{color:#fff; width:130px; border-radius:0px; border:hidden; background-color:#0a96d3; font-size:14px; height:34px;}
.align-right{background-color: #EEE;padding: 7.6px 18px 8.6px 18px;}
.align-right a{color:#154172; font-size:20px;}


.mission1{background-color:#133e69; height:285px;}
.mission1 h6{ color:#f4f4f4; font-size:14px; text-align:left; margin:20px 0px;}
.mission1 h3{color:#fff; font-size:26px; font-weight:600; padding-top:20px;}
.mission1 h5{font-size:16px; font-weight:400px; color:#fff; margin-top:35px; margin-bottom:20px; text-transform:capitalize;}
.done{color:#06456a;}
.done:hover{color:#f6941e;}






.box33{
	margin-bottom:50px;
	}
.testi{
	/*padding-bottom:50px;*/
	padding-top:50px;
	margin:0px auto;
	text-align:center;
	}
.testi container row{
	margin:0px auto;
	text-align:center;
	}



/*------------------Testimonials------------------*/

.testimonials-container { padding-bottom: 70px; background: #fff; }

.testimonial-list { margin-top: 30px; text-align: center; }

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.testimonial-list .testimonial-text { margin-top: 30px; }

.testimonial-list .testimonial-text a { color: #0996d3;}
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #0996d3; border: 0; }

.testimonial-list .nav-tabs { margin-top: 30px; border: 0; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px; height: 16px; margin: 0; padding: 0;
    background: #ddd; border: 0;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.testimonial-list .nav-tabs li a:hover { background: #bbb; border: 0; }
.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #ab99e0; border: 0; }




/*************over testimonials css**************/

.info_conta_boxes h3{
	color:#fff;
	}
.symbol{
	color:#fff;
	padding:0px;
	}
.ul social1{
	font-family:Roboto;
	color:#fff;
	}
.social1 li{
	display:inline !important;
	background-color:#f7941e !important;
	padding: 5px 9px !important;
    font-size: 18px;
	border:0px;
	margin-right:5px;
	border-radius:0px;
	}
.social1 li a{
		color:#fff;
	}
.social1 li:hover{
	background-color:inherit !important;
	}
.text55{
	padding-top:30px;
	font-size:16px;
}
.text55 li{
	display:inline;
	color:#fff;
	margin:20px 0px!important;
	
	}
.text55 li a{
	color:#fff;
	margin:20px 10px!important;
	}
.wt{width:inherit !important;}	
.text55 li a:hover{color:#f7941e;}
.sc{color:#f7941e;}
.ourservies .services_items:hover .services-name, .ourservies .services_items:hover .services-text, .ourservies .services_items:hover .service_icon .sc{color:#fff;}




/*********************************** about ***********************************/

.about h2{color:#123c62; font-size:36px; font-weight:700; text-align:center;}
.border{ border:1px solid #d8d8d8; width:40%; text-align:center; margin:0px auto;}
.about p{ color:#9c9c9c; font-size:12px; width:70%; text-align:center; margin:25px auto;}
.about{
	padding-top:50px;
	margin:0px auto;
	text-align:center;
	background-image:url(../../images/about33.jpg);
	text-transform: uppercase;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	margin-top:100px;
	padding:130px 100px;
	font-family:"Myriad Pro";
	}


.contact{
	background-color:#ebebeb; 
	padding:80px;
	}
	
.contact h4{
	font-family:Raleway;
	font-size:36px;
	color:#0b3866;
	font-weight:bold;
	text-align:center;
	margin-bottom: 30px;
	}
.contact h5{
	font-family:Raleway;
	font-size:22px;
	color:#0b3866;
	text-align:left;
	font-weight:bold;
	margin-top:40px;
	}
.contact p{
	font-family:Raleway;
	font-size:13px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-top:10px;
	width:100%;
	}	
.rd{
	    border: 2px solid #0b3866;
    border-radius: 50%;
    padding: 45px 0px;
    text-align: center;
    /* top: 50%; */
    width: 150px; }
.rd:hover{background-color:#FFF; cursor:pointer;}	

.blu{ color:#0b3866; font-size:50px !important; top:10%;}	








/*------------------Web designing------------------*/
.gap{
	margin:0px; padding:0px;}
.bg33{background-color: #113d68;
    height: 100%;
    width: 50%;
    min-height: 600px;
	padding-top:5%;}

.bg77{ background-color:#f4f2f2; padding:30px; padding-bottom: 63px; height:100%; min-height:600px;}
.bg77 img{max-width:400px; text-align:center; margin:0px auto;}

.bg77 h2{
	font-family:Raleway; font-size:30px; color:#113d68; font-weight:bold; }

.pp-top{ margin-top:20px; margin-bottom:20px;}

.bg44{ background-color:#777bb3;
    height: 100%;
    width: 50%;
    min-height: 600px;
	padding-top:5%;}

.cent{ text-align:center;}
.cent h3{
	font-family:Raleway;
	font-weight:bold;
	font-size:18px;
	color:#113d68;
	margin-top:20px;
	}



.mobile_bb {
    padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/web_development_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;
}

.mobile_bb2 {
    padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/web_designing_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;
}

.mobile_bb3 {
    padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/mobile_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;
}

h5{
	font-family: Raleway;
    font-size: 30px;
    color: #06456a;
    font-weight: bold;
	}

.mobile_bb6
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/zed22.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}

.mobile_bb7
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/dedicated_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}

.mobile_bb8
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/domain_bg2.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}
	
.mobile_bb9
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/contact_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}	
	
.mobile_bb10
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/telephone.png);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}	
	
.mobile_bb11
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/career_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}	
	
.mobile_bb12
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/seo_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}


.software-dev {
    padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/software-dev.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
    background-size: cover;
}

.techstack-name{
        padding: 10px;
            text-align: center;
}
		
.pp-top22 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

/*.form-control{
	margin-bottom:10px!important;}
*/





/********************Pay*****************************/

.sub-pay-formdata{text-align:left; padding:0px;}
.sub-form-textdata {width:100%; height:35px !important; border-radius:4px; margin-bottom:22px; border:1px solid #ccc;}
.control-group{margin-bottom:22px;}
.sub-pay-formdata1{width:100%;}
.sub-btn-form{background-color:#0996d3; color:#fff;width: 160px;
    height: 40px;
    border-radius: 0px;
    margin-top: 20px;}
.sub-btn-form:hover,.sub-btn-form:active{background-color:#0996d3; }
.pay_view img{ width:100%; margin:30px 0px;}
.pay_view .sup_blue_btn{ margin-bottom:40px;}
.fullstripe-form-input{width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ccc;}
.form-horizontal .control-label{font-size: 15px;
    font-weight: 500;
    color: #333;
}

/********************Quote**************************/

.section-title h3 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    font-family: Raleway;
}
.gr{
	background-color:#f0f0f0;
	padding-bottom:15px;}
	
	
/************************SEO************************/

.table-1 table{
    border: 1px solid#dcdcdc;
    background-color: #fff;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
}

.table-1 table th {
    border: 1px solid #dcdcdc;
    background: #f6f6f6;
    padding: 20px;
    font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-1 tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
	text-align:left;
	font-family:Roboto;
}

td, th {
    padding: 0;
}

.row{margin-right:0px; margin-left:0px; }

/************************Team************************/

.gap32{
	margin-top:50px;}
	
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*#team {
    background: #eee !important;
}*/

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

section22 {
    padding: 30px 0;
}



#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #2daae0 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #ffffff !important;
	font-size:24px;
	font-family:Raleway;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.tt6 p{
	font-size:14px;
	color:#113d68;
	font-family: roboto;
	}

.card-text2{
	color:#ffffff;
	
	}

.card-body text-center mt-4 card-title{
	color:#000000;
	}

.name22{
	color:#000;
	padding-top:30px;}
	
	
/**********************Portfolio********************************/

.mobile_bb15
{
padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../../images/portfolio_bg.jpg);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    padding: 130px 100px;
    font-family: "Myriad Pro";
	background-size:cover;	
	}








/***** MEDIA QUERIES *****/

@media (max-width: 1265.98px) {
	
.tt {
    top: 200px;
}	
.tt h1 {
    font-size: 30px;
    color: #113d68;
}	
}
@media (max-width: 991.98px) {

.bg33{background-color: #113d68;
    height: 100%;
    width: 100% !important;
    min-height: 600px;
	padding-top:10%;}

.bg44{ background-color:#00a1e4;
    height: 100%;
    width: 100% !important;
    min-height: 600px;
	padding-top:10%}
	
.mission1{margin-bottom:15px;}.vision2{margin-bottom:15px;}.vision1{margin-bottom:15px;} 

.section-description p { padding: 0; }
	
	.footer-social a { margin-right: 15px; }
	.footer-social i { font-size: 22px; }
.footer_full{
	clear:both;
}
.tt {
    top: 160px;
}
.tt p {
    font-size: 20px;
}
.tt h1 {
    font-size: 20px;
}	
.rd{
   border: 2px solid #0b3866;
    border-radius: 50%;
    padding: 45px 0px;
    text-align: center;
    max-width: 150px;
    width: 100%;
    margin: 0px auto;
	}
.rd2{width: 100%;
    text-align: center;
	margin-bottom: 15px;
   }
.contact h5{text-align:center; margin:0px;}   	
.contact p{text-align:center;
margin-top:5px;
}
.contact {
    background-color: #ebebeb;
    padding: 50px 0px;
.cir{clear:both;}
.bod {
    border: 1px solid #ddd;
    width: 100%;
    padding: 50px 0px 0px 0px;
	margin-top:40px;
}	


}

@media (max-width: 767px) {
	
	.section-description p { padding: 0; }
    
    footer { text-align: center; }
    .footer-social { padding-top: 30px; text-align: center; }
    .footer-social a { margin: 0 10px; }
.footer_full{
	clear:both;
	}
.tt {
    top: 100px;
}
.tt p {
    font-size: 16px;
}
.tt h1 {
    font-size: 20px;
}	
.secfooter .sec_footer_left p{max-width:inherit;}

.bod {
    border: 1px solid #ddd;
    width: 100%;
    padding: 50px 0px 0px 0px;
	margin-top:40px;
}


}
@media (max-width: 680px) {
	.tt {
    top: 100px;
}
.tt p {
    font-size: 14px;
}
.tt h1 {
    font-size: 14px;
}	
.box_line {
    border: 2px solid #113d68;
    padding: 12px;
}
.bod {
    border: 1px solid #ddd;
    width: 100%;
    padding: 50px 0px 0px 0px;
	margin-top:40px;
}

}
@media (max-width: 576px){
.vision1 img{width:100%;}

}
@media (max-width: 500px) {
	.tt { display:none;}
	.symbol img{
		margin-bottom:20px;
	}
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
.footer_full{
	clear:both;
	}
.contact {
    background-color: #ebebeb;
    padding: 40px;
}	
.rd{
   border: 2px solid #0b3866;
    border-radius: 50%;
    padding: 45px 0px;
    text-align: center;
    max-width: 150px;
    width: 100%;
    margin: 0px auto;
	}
.rd2{width: 100%;
    text-align: center;	
	margin-bottom: 15px;
   }	
.contact h5 {
    text-align: center;
	margin:0px;
}	
.contact p {
 text-align:center;
 margin-top:5px;
}

.cir{clear:both;}

.bod {
    border: 1px solid #ddd;
    width: 100%;
    padding: 50px 0px 0px 0px;
	margin-top:40px;
}	
.bg33{background-color: #113d68;
    height: 100%;
    width: 100% !important;
    min-height: 600px;
	padding-top:30%;}

.bg44{ background-color:#00a1e4;
    height: 100%;
    width: 100% !important;
    min-height: 600px;
	padding-top:30%}
.bg77 img{width:100%;}
}

@media (max-width: 384px) {.mission1{ height:345px;} .learn-btn{width:138px;} }