@font-face {
    font-family: 'Istock Web';
    src: url('../fonts/Istok-Regular.ttf');
}

body {
    margin: 0;
    border: 0;
    width: 100%;
    font-family: 'Istock Web' !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Istock Web' !important;
}

/* h1 {
    color: #fff!important;
    font-size: 28pt!important;
    font-weight: normal!important;
} */
/* h2 {
    color: #000!important;
    font-weight: 500!important;
    font-size: 20pt!important;
    font-size: 48px!important;
    text-align: left!important;
} */
/* h3 {
    color: #fff!important;
    font-weight: bold!important;
    font-size: 24pt!important;
    text-align: left!important;
} */
/* h4 {
    font-size: 18px!important;
    color: #222222;
} */


/* imigration */
table, th, td {
    border: 1px solid black;
  }
.fee-table {
    font-size: 16px;
    margin: 10px 0;
    border: 1px solid black;
}
.table-head{
    background: #404040;
    color: #ffffff;
    margin: 0;
    font-weight: 800;
}
.table-sec-head{
    background: #D9D9D9;
    color: #29262D;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.table-row{
    color: #29262D;
    background: #ffffff;
    margin: 0;
}

.table-row td:nth-child(2) {
    text-align: center;
}

.fee-table tr td{
    padding: 5px 10px;
}

.fee-table:last-child {
    border-bottom: 1px solid #000;
}

.head-main {
    background: #29262D;
    color: #ffffff;
    margin: 0;
    font-weight: 800;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.head-main div:nth-child(2) {
    text-align: center;
}

.head-main div,
.head-row div,
.normal-row div {
    padding: 5px 10px;
}

.head-row {
    background: #7B7B8F;
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.normal-row {
    color: #29262D;
    background: #ffffff;
    margin: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    cursor: pointer;
}

.normal-row div:nth-child(1) {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.normal-row div:nth-child(2) {
    text-align: center;
    border-top: 1px solid #000;
}

@media (max-width:767px) {
    .head-main {
        text-align: center;
    }

    .normal-row {
        border: 0;
        text-align: center;
    }

    .normal-row div:nth-child(1),
    .normal-row div:nth-child(2) {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        /* border-left:1px solid #000; */
    }
}

/* imigration */

/* Our Team */
.team-member p {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}

.team-member ul.follow-us {
    width: 100px;
}

.team-member ul.follow-us li {
    float: left;
    padding: 0 10px;
    color: #8F8F8F;
}

.team-member ul.follow-us li a {
    color: #8F8F8F;
}

.team-member ul.follow-us li:hover a {
    color: #0157AC;
}

.team-member p i {
    color: #0157AC;
    border-bottom: 2px solid #212121;
    margin-top: 10px;
    font-weight: 600;
}

.team-member .team-heading {
    border-bottom: 2px solid #0157AC;
    font-weight: bold;
    display: -webkit-inline-box;
    color: #212121;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 20px;
    font-weight: 600;
}

.team-member .exp-heading {
    border-bottom: 2px solid #0157AC;
    font-weight: bold;
    display: -webkit-inline-box;
    color: #212121;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width:767px) {
    .team-member ul.follow-us {
        margin: 0 auto;
    }
}

/* Our Team */

#contact-page h4 {
    font-size: 30px !important;
    color: #222222;
}

h5 {
    color: #666 !important;
    font-weight: bold !important;
    font-size: 12pt !important;
    text-transform: none !important;
    margin-bottom: 0% !important;
}

h6 {
    font-size: 24px !important;
    color: #ccc !important;
    font-family: 'Istock web' !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

h7 {
    color: #ccc !important;
    font-family: 'Istock web' !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    font-size: 20px;
    display: inline;
}

/* CSS Bootstrap */
.navbar {
    min-height: 100px !important;
    max-height: 350px !important;
    background: url(../images/header_border.png) left top repeat-x;
}

.navbar-nav>li>a {
    background-color: none !important;
    color: #02376D !important;
    font-size: 10pt;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Istock web';
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    background-color: #02376D !important;
    color: #fff !important;
    text-decoration: none !important;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>.active>a {
    background-color: #02376D !important;
    color: #fff !important;
    text-decoration: none !important;
}

.navbar-nav>li {
    margin: 0px 5px;
}

.border-radius-none {
    border-radius: 0px;
}

.navbar-nav {
    margin-top: 30px !important;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000 !important;
    background-image: none;
    border: 1px solid #000 !important;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    color: #fff;
    border: 1px solid #fff !important;
}

.services-bg {
    width: 100%;
    /* min-height: 500px; */
    /* max-height: 2000px; */
    /* text-shadow: 1px 1px 0px #000; */
    font-family: 'Istock web';
    font-weight: normal;
    background: #4A3A3A url(../images/UK_view.jpg) top center repeat-y;
    background-color: #4A3A3A;
    background-size: 100% 100%;
    color: #fff;
}

.about-bg {
    width: 100%;
    text-shadow: 1px 1px 0px #000;
    font-family: 'Istock web';
    font-weight: normal;
    background: #4A3A3A url(../images/about_bg.jpg) top center repeat-y;
    background-color: #4A3A3A;
    background-size: 100% 100%;
    color: #fff;
}

.welcome {
    text-align: left !important;
    font-size: 14pt !important;
    color: #fff !important;
    border-top: #0157AC solid 0px !important;
}

.services-col {
    margin: 20px 0px 80px 0px;
}

/* .services-col h4{
    color: #0157AC;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
} */
.services-col p {
    text-align: center;
    font-size: 12pt;
    color: #fff;
}

a.btn-more {
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'Istock web';
    font-size: 14px;
    background: #0157AC;
    color: #FFF;
    /* -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; */
    border: solid 1px #CC0000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

a.btn-more:hover {
    background: #0157AC;
    color: #FFF;
    border: solid 1px #990033;
    text-decoration: none;
}

.Lists div {
    float: left;
}

.Lists div ul {
    list-style-image: url('../images/arrow.png');
    text-align: left;
    font-family: 'Istock web';
    font-size: 16px;
    color: #666;
    padding: 0px;
    margin: 0% 0% 0% 5%;
}

.Lists div li a {
    border-bottom: 1px dotted #ccc;
}

.Lists div li,
.Lists div li a {
    padding: 5px 5px 5px 0px;
    margin: 2px 2px 2px 0px;
    text-decoration: none;
    text-transform: none;
    color: #666;
    line-height: 24px;
}

.Lists div li a:hover {
    color: #0157AC;
}

.Lists div li:visited {
    color: #444;
    display: block;
    border-bottom: 1px solid #666;
    text-decoration: none;
    padding: .3em .25em;
}

.panel2 p {
    text-align: left;
    font-size: 18px;
    color: #666;
    font-family: 'Istock web';
    margin: 2% 0% 0% 0%;
    clear: both;
}

.panel3 h5 {
    text-align: left;
    color: #666;
}

.panel3 p {
    text-align: left;
    font-family: 'Istock web';
    font-size: 10pt;
    color: #666;
}

.btn-more2 {
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'Istock web';
    font-size: 14px;
    background: #333;
    color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.btn-more2:hover {
    background: #0157AC;
    border: solid 1px #990033;
    text-decoration: none;
    color: #fff;
}

.social-bg {
    width: 100%;
    min-height: 200px;
    max-height: 2000px;
    padding: 3% 0% 3% 0%;
    /* text-shadow: 1px 1px 0px #000; */
    font-family: 'Istock web';
    color: #fff;
    font-weight: normal;
    background: green url(../images/stoke_view.jpg) bottom center repeat-y;
    background-color: #333;
    background-size: 100% 100%;
    overflow: auto;
    line-height: 1.7em !important;
}

.social {
    width: 100%;
    min-height: 200px;
    max-height: 2000px;
    padding: 3% 0% 2% 0%;
    text-shadow: 1px 1px 0px #000;
    font-family: 'Istock web';
    color: #fff;
    font-weight: normal;
    background: green url(../images/stoke_view.jpg) bottom center repeat-y;
    background-color: #333;
    overflow: auto;
    line-height: 1.7em;
}

.social_icons {
    text-align: left;
    font-size: 12pt;
    color: #fff;
    height: 80px;
    min-width: 200px;
    max-width: 600px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.s_icon {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.s_icon img {
    /*width:42px; height:42px;*/
}

footer {
    text-align: left;
    font-family: 'Istock web';
    font-size: 10pt;
    background: green url(../images/footer_bg.jpg) top center repeat;
    background-color: #2a2a2a;
    overflow: auto;
    background-color: #fff;
}

footer ul {
    list-style-type: disc;
    text-align: left;
    font-size: 12px;
    /* color: #0157AC; */
    padding-left: 12px;
    list-style: none;
}

footer li,
footer li a {
    text-decoration: none;
    text-transform: none;
    /* color: #0157AC; */
    line-height: 24px;
}

footer span,
footer span a {
    text-transform: none !important;
    color: #fff;
    line-height: 24px;
    text-decoration: none !important;
    font-size: 16px;
}

footer span a:hover {
    /* color: #0157AC!important;
    text-decoration:none!important;
    cursor:pointer; */
    color: fff;
}

footer div {
    color: #fff;
    line-height: 18px;
}

footer a,
footer i {
    color: #fff;
    text-decoration: none !important;
    cursor: pointer;

}

footer a:hover {
    color: #fff;
    text-decoration: none !important;
}

footer h7 {
    color: #fff !important;
    font-family: 'Istock web' !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    font-size: 20px;
    display: inline;
    letter-spacing: 1px;
    line-height: 1em;
}

.links a {
    border-right: 1px solid #fff;
    padding: 0 5px;
}

.links a:hover {
    color: #0157AC;
}

.links a:last-child {
    border: none;
}

.address {
    color: #222222;
}

.address i {
    font-size: 18px;
    line-height: 1.2;
}

.address span {
    font-size: 18px;
    line-height: 1.2;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.address p {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
    padding: 0;
    /* margin-left:25px; */
}

.address div span {
    font-size: 16px;
    line-height: 1.2;
    margin-left: 5px;
    font-weight: bold;
}

.address p a,
.address p a:hover,
.address span a,
.address span a:hover {
    color: #222222;
    text-decoration: none;
}

.timings p {
    margin: 0;
    padding: 2px 5px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-100 {
    margin-top: 20px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.m-10-xs {
    margin: 10px;
}

.mt-50-xs {
    margin-top: 50px !important;
}

.mb-50-xs {
    margin-bottom: 50px !important;
}

.mt-40-xs {
    margin-top: 40px !important;
}

.mb-40-xs {
    margin-bottom: 40px !important;
}

.mt-30-xs {
    margin-top: 30px !important;
}

.mb-30-xs {
    margin-bottom: 30px !important;
}

.mt-100-xs {
    margin-top: 20px !important;
}

.strip {
    width: 100%;
    min-width: 250px;
    min-height: 30px;
    bottom: 0;
    margin: auto;
    overflow: auto;
    background-color: #0157AC;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-transform: uppercase;
    text-shadow: 1px 2px 0px #000;
    font-family: 'Istock Web';
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    position: absolute;
}

.strip_inner {
    display: block;
    width: 90%;
    margin: auto;
}

.strip_txt1 {
    font-size: 2vw;
    float: left;
    margin: 4% 2% 2% 0%;
    min-width: 20%;
    min-height: 30px;
    vertical-align: middle;
}

.strip_txt2 {
    font-size: 4vw;
    float: left;
    margin: 3% 4% 2% 5%;
    min-width: 30%;
    min-height: 30px;
    vertical-align: middle;
}

/* CSS Bootstrap */

/* Slider */
.carousel-indicators {
    bottom: 20% !important;
}

.carousel-caption {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 160px;
}

.carousel-caption h1 {
    padding: 0% 5% 0% 5%;
    font-size: 4vw !important;
}

.container .carousel-caption h3 {
    padding: 2%;
    background-color: #0056AD;
    font-size: 2vw;
    color: #ffffff;
    font-weight: normal;
}

.navbar-brand {
    height: 60px !important;
    margin-top: 10px !important;
}

.ceo-block {
    padding: 0;
    min-height: unset;
    text-align: left;
    float: left;
    width: 100%;
    background: #fff;
    margin: 0;
}

.ceo-border {
    border-right: 1px solid ##0056AD;
}

.ceo-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.ceo-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
}

@media (max-width:767px) {
    .carousel-caption {
        top: 5%;
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
        padding: 10px;
    }

    .navbar-brand {
        padding: 0 !important;
        margin-top: 0px !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .mt-40-xs {
        margin-top: 20px !important;
    }

    .mb-40-xs {
        margin-bottom: 20px !important;
    }

    .mt-50-xs {
        margin-top: 20px !important;
    }

    .mb-50-xs {
        margin-bottom: 20px !important;
    }

    .mt-100-xs {
        margin-top: 20px !important;
    }

    .m-10-xs {
        margin: 10px;
    }

    .m-5-xs {
        margin: 5px;
    }

    .text-right {
        text-align: center !important;
    }

    .items-start-xs-up {
        margin: 0 auto;
    }

    .hide-xs {
        display: none !important;
    }

    .mt-10-only-xs {
        margin-top: 10px;
    }

    .mt-40-only-xs {
        margin-top: 40px !important;
    }
}

@media (max-width: 768px) {
    .ceo-border {
        border-right: none;
    }

    .ceo-block {
        text-align: center
    }
}

@media (max-width: 576px) {
    .ceo-border {
        border-right: none;
    }

    .ceo-block {
        text-align: center
    }
}

.carousel-indicators li {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 5px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #fff !important;
    border: 0px !important;
    border-radius: 25px !important;
}

.carousel-indicators .active {
    width: 18px !important;
    height: 18px !important;
    background-color: #0157AC !important;
    color: #0157AC !important;
}

.banner-headline {
    width: 100%;
    bottom: 0;
    overflow: auto;
    background-color: #0056AD;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-transform: uppercase;
    text-shadow: 1px 2px 0px #000;
    font-family: 'Istock Web';
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    position: absolute
}

.headline-no {
    font-size: 4vw;
    vertical-align: middle;
    margin-top: 4%;
    margin-bottom: 2%;
}

.headline-text {
    font-size: 2vw;
    vertical-align: middle;
    margin-top: 4%;
    margin-bottom: 2%;
}

/*conatct page*/
#map {
    height: 350px;
    width: 100%;
}

.btn-send {
    zoom: 1;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#1F1E1E), to(#1F1E1E));
    background-image: -webkit-linear-gradient(#1F1E1E, #1F1E1E);
    background-image: -moz-linear-gradient(#1F1E1E, #1F1E1E);
    background-image: -ms-linear-gradient(#1F1E1E, #1F1E1E);
    background-image: -o-linear-gradient(#1F1E1E, #1F1E1E);
    background-image: linear-gradient(#1F1E1E, #1F1E1E);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1F1E1E', endColorstr='#ff1F1E1E');
    border: 0px solid #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: -0.5px;
    line-height: 1.1;
    text-align: center;
    font-family: 'Tahoma';
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.btn-send:hover {
    zoom: 1;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0157AC), to(#0157AC));
    background-image: -webkit-linear-gradient(#0157AC, #0157AC);
    background-image: -moz-linear-gradient(#0157AC, #0157AC);
    background-image: -ms-linear-gradient(#0157AC, #0157AC);
    background-image: -o-linear-gradient(#0157AC, #0157AC);
    background-image: linear-gradient(#0157AC, #0157AC);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0157AC', endColorstr='#ff0157AC');
}

table {
    width: 100%;
}

.bt-contact {
    /*-moz-box-shadow: 1px 1px 1px 1px #ccc!important;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc!important;
    box-shadow: 1px 1px 1px 1px #ccc!important;*/
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0px -2px 1px #ccc;
    -moz-box-shadow: 0px -2px 1px #ccc;
    box-shadow: 0px -2px 1px #ccc;
}

.tm-name {
    font-size: 14px;
    color: #0157AC;
}

.tm-email {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    margin-top: -1px;
    line-height: 1.2;
    text-align: left;
    font-size: 13px;
    color: #7b7b7b;
    letter-spacing: 0px;
    cursor: pointer;
}

.tm-email:hover {
    color: #0157AC;
}

/*conatct page*/
.about-para {
    color: #fff !important;
}

.about-para p {
    text-align: left;
    font-size: 14pt;
    color: #fff;
    font-family: 'Istock web';
    margin: 2% 0% 0% 0%;
    clear: both;
}

.get-in {
    color: #fff !important;
}

.get-in h1 {
    font-size: 30px !important;
    margin: 0;
}

.get-in p {
    font-size: 18px !important;
}

.get-in textarea {
    height: 118px !important;
}

/* .get-in .section-content{
    text-align: center;

  } */
/* .get-in .contact-section{
    padding: 40px 0;
  } */
.get-in .form-line {
    border-right: 1px solid #c0c0c0;
}

@media (max-width:986px)
{
    .get-in .form-line {
        border-right: none;
    }
}

.getin-icons {
    width: 310px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.getin-icons a {
    color: #fff;
}

.getin-icons a:hover {
    color: #0157AC;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.twitter {
    background: url('../images/twitter.png') no-repeat;
}

.twitter:hover {
    background: url('../images/twitter_a.png') no-repeat;
}

.fb {
    background: url('../images/fb.png')no-repeat;
}

.fb:hover {
    background: url('../images/fb_a.png')no-repeat;
}

.blogger {
    background: url('../images/blogger.png')no-repeat;
}

.blogger:hover {
    background: url('../images/blogger_a.png')no-repeat;
}

.plus {
    background: url('../images/plus.png')no-repeat;
}

.plus:hover {
    background: url('../images/plus_a.png')no-repeat;
}

.mail {
    background: url('../images/mail.png')no-repeat;
}

.mail:hover {
    background: url('../images/mail_a.png')no-repeat;
}

.testimonials h3,
.services h3 {
    color: #222 !important;
    font-weight: 100 !important;
    font-size: 24pt !important;
    text-align: left !important;
}

.testimonials p.para,
.services p.para {
    font-size: 18px;
    color: #7b7b7b;
}

.services p {
    font-size: 13px;
    color: #7b7b7b;
}

.services .bullet {
    width: 52px;
    height: 52px;
    top: 286px;
    left: 3px;
    z-index: 20001;
    background: rgb(34, 34, 34);
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    padding: 10px 14px;
}

.services-sub h3 {
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none;
    margin-top: -1px;
    line-height: 1.2;
    text-align: left;
    font-size: 18px !important;
    color: #0157AC !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.services-sub h3:hover {
    color: #222222 !important;
}

.services-sub p {
    font-size: 16px;
    color: #7b7b7b;
    padding: 5px 0;
}

.services-box h4 {
    /* border-bottom: 2px solid #0157AC; */
    font-weight: bold;
    display: -webkit-inline-box;
    /* margin-bottom: 2rem; */
    /* color: #212121; */
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 24px;
}

.icon-services {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    border: 0;
    text-align: center;
    margin: 10px auto;
    background: #fff;
}

.icon-services i {
    font-size: 32px;
    margin: 26px 0;
    /* line-height: 80px; */
    /* z-index: 5; */
    position: relative;
    /* display: inline; */
    color: #0157AC;
}

.icon-services,
.icon-services i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-box:hover>.icon-services {
    background-color: #0157AC;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.services-box:hover>.icon-services i {
    color: #fff;
}

/* Headings */
.page-heading {
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    display: inline-block;
    z-index: 2;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

h1.page-heading{
    border-bottom: 2px solid #0157AC;
}

.page-heading>span {
    position: absolute;
    left: 0;
    /* bottom: -10px; */
    width: 0;
    height: 2px;
    z-index: -1;
    background-color: #0157AC;
}

.values-heading {
    border-bottom: 2px solid #0157AC;
    font-weight: bold;
    display: -webkit-inline-box;
    margin-bottom: 2rem;
    color: #212121;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 24px
}

/* black btn */
.btn-wrapper {
    /* width: 170px; */
    /* height: 35px; */
    margin: 0 auto;
    position: relative;
}

.btn-black {
    display: inline-block;
    /* height: 35px; */
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.5em;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    /* line-height: 20px; */
    cursor: pointer;
    border-radius: 2px;
    background-color: #fff;
}

a.btn-black {
    text-decoration: none;
    color: #0157AC;
    border: 1px solid #0157AC;
}

a.btn-black:hover {
    color: #fff;
    background-color: #0157AC;
    border: 1px solid #0157AC;
    text-decoration: none;
}

/* red btn */
.btn-red {
    display: inline-block;
    /* width: 80px; */
    height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.5em;
    text-align: center;
    background-color: #0056AD;
    border: solid 1px #1973CB;
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
}

a.btn-red,
a.btn-red:hover {
    color: #fff;
    text-decoration: none;
}

.btn-red:hover {
    background: #02376D;
}

/* Team */

.row .heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.our-team .cnt-block:hover {
    /* box-shadow: 0px 0px 10px rgba(181,20,29,0.6); */
    /* border: 1px solid rgba(0,0,0,0.3); */
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}

.our-team .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.3); */
    /* border: 1px solid rgba(0,0,0,0.3); */
    margin: 0 0 28px;
    min-height: 378px;
}

.our-team .cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.our-team .cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
}

.our-team .cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
}

.our-team .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}

.our-team .cnt-block h3 a:hover {
    color: #337ab7;
}

.our-team .cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our-team .cnt-block .follow-us {
    margin: 20px 0 0;
}

.our-team .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

.our-team .cnt-block .follow-us li i {
    font-size: 18px;
    color: #8F8F8F;
}

.our-team .cnt-block .follow-us li i:hover {
    color: #0157AC;
}

/* call to action */

.call-to-action {
    background-color: #0157AC;
    color: white;
    padding: 20px 0;
    font-size: 3vw;
}

.call-to-action h2 {
    font-size: 3vw;
}

/* @media (max-width:767px) {
    .call-to-action div h2:nth-child(2) {
        font-size: 28;
    }
} */

.form-group {
    margin-bottom: 5px;
}

.form-control {
    height: 50px;
    font-size: 18px;
}

.btn-send-message {
    height: 50px;
    line-height: 36px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    background: #000;
}

.carousel-caption {
    padding-bottom: 80px;
}

h2 {
    font-size: 60px;
}

p {
    padding: 10px
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 0.6;
}

/**
 * Button
 */
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}