.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width:110%;
}
/******************** Content *********************/

.main_icon {
    width: 62px;
}

.main_section_heading {
    font-size: 23px;
    font-family: Raleway;
    font-weight: 600;
}

.section_padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sub_heading {
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 25px;
}

/******************** Top Banner *********************/

#services_bannre {
    background: url(../../Images/Services/services_banner.webp) no-repeat;
    background-size: cover;
    margin-top: -50px;
    background-position: bottom;
}

.banner_contetnt {
    padding: 13% 0 8% 0;
}
.banner_contetnt h2 {
    color: #404143;
    font-size: 25px;
    text-transform: capitalize;
    font-family: Raleway;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 60px;
}
.banner_contetnt h2 span {
    color: #105CAA;
}
.banner_contetnt h3 {
    color: #4B4B4B;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 20px;
    font-family: Raleway;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.banner_btn {
    text-transform: uppercase;
    padding: 8px 15px;
    color: #7b7979;
    border: 2px solid #aaaaaa;
    font-weight: bold;
    font-size: 10px;
    font-family: Poppins;
    margin-bottom: 50px;
    letter-spacing: 1px;
    transition: 0.4s ease all;
}
.banner_btn:hover {
    text-decoration: none;
    border: 2px solid #105CAA;
    color: #105CAA;
}

/******************** Sub Navigation *********************/

#sub_nevagation {
    z-index: 15;
    height: 52.5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff !important;
}

#sub_nevagation .table {
    display: table;
    margin: 0 auto;
    border-bottom: 2px solid #e1e1e1;
}
.sticky .table {
    border-bottom: 0px solid #e1e1e1 !important;
}
ul#horizontal-list {
    list-style: none;
    padding-top: 15px;
    text-align: center;
    padding-left: 0;
    padding-bottom: 5px;
}

ul#horizontal-list li {
    display: inline;
    padding: 12px;
    font-size: 11px;
    font-family: Poppins;
    font-weight: 500;
    position: relative;
}

ul#horizontal-list li a {
    color: #777 !important;
}

ul#horizontal-list li a:hover {
    color: #105CAA !important;
}

ul#horizontal-list li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 2px;
    width: 0;
    height: 2px;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateX(0);
    background: #53647b;
}

ul#horizontal-list li::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 2px;
    width: 2px;
    height: 0;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateY(0);
    background: #53647b;
}

ul#horizontal-list li a::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -1px;
    width: 0;
    height: 2px;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateX(0);
    background: #53647b;
}

ul#horizontal-list li a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -1px;
    width: 2px;
    height: 0;
    transition: all 0.6s;
    display: block;
    opacity: 1;
    transform: translateY(0);
    background: #53647b;
}

ul#horizontal-list li:hover::before, ul#horizontal-list li:hover>a::before, ul#horizontal-list li.active::before, ul#horizontal-list li.active a::before {
    width: 7px;
}

ul#horizontal-list li:hover::after, ul#horizontal-list li:hover>a::after, ul#horizontal-list li.active::after, ul#horizontal-list li.active a::after {
    height: 7px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 10px #cccccc85;
}

ul#horizontal-list li.active a {
    color: #105CAA !important;
}

/*----------services icon--------------*/

.services_icons {
    width: 40px;
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 50%;
    transition: 0.4s ease all;
}

.LeftServiceIcons {
    margin-right: 10px;
}

.RightServiceIcons {
    margin-right: 10px;
}

.services_icons:hover {
    background: #105CAA;
    border: 1px solid #105CAA;
    cursor: pointer;
}

.services_icons:hover .services_icon_settings {
    background-position: -75px -2.5px;
}

.services_icon_settings {
    background-position: -3px -2px;
    background-repeat: no-repeat;
    transition: 0.4s cubic-bezier(0.53, 0.41, 0.14, 1.41) all;
}

/********************** Services ***************************/

.services_main_section section:last-child .main_card {
    margin-bottom: 85px;
}

.services_content_pro_pdng {
    padding-top: 55px;
}

.skew_right {
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.skew_left {
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.skew_right::after {
    content: '';
    z-index: -1;
    width: 100%;
    height: 390px;
    background: #105CAA;
    position: absolute;
    top: 0;
    left: 260px;
    -webkit-transform: skewX(28deg);
    transform: skewX(20deg);
}

.skew_left::before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 390px;
    background: #105CAA;
    position: absolute;
    top: 0;
    right: 270px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.skew_right img {
    padding-top: 34px;
    position: absolute;
    right: 80px;
}

.skew_left img {
    padding-top: 34px;
    position: absolute;
    right: 120px;
}

.ImgMainBody {
    position: relative;
    height: 47vh;
}

.main_card {
    transition: 0.3s ease all;
    background: #f6f9fc;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0px 6px 12px 0px #a5a3a357;
    float: left;
}

.main_card:hover {
    box-shadow: 0px 0px 8px 0px #a5a3a357;
    -webkit-box-shadow: 0px 0px 8px 0px #a5a3a357;
}

.ServiceImg {
    width: 65% !important;
}

.pdng_lft {
    padding-left: 4.5% !important;
}

.pdng_rigt {
    padding-right: 4.5% !important;
    padding-left: 0 !important;
}

.Pdng_top{
    padding: 42px 10px;
}
.ser-heading {
    font-size: 23px;
    font-family: Raleway;
    color: #055f80;
    font-weight: 600;
}

.main_card p {
    font-family: Poppins;
    font-size: 13px;
    text-align: justify;
    width: 100%;
    font-weight: 500;
    color: #4B4B4B;
    line-height: 22px;
}

.icon_img_parent1, .icon_img_parent2, .icon_img_parent3, .icon_img_parent4, .icon_img_parent5, .icon_img_parent6, .icon_img_parent7, .icon_img_parent8, .icon_img_parent9, .icon_img_parent10, .icon_img_parent11, .icon_img_parent12, .icon_img_parent13, .icon_img_parent14, .icon_img_parent15, .icon_img_parent16, .icon_img_parent17, .icon_img_parent18, .icon_img_parent19, .icon_img_parent20, .icon_img_parent21, .icon_img_parent22, .icon_img_parent23, .icon_img_parent24, .icon_img_parent25, .icon_img_parent26, .icon_img_parent27, .icon_img_parent28, .icon_img_parent29, .icon_img_parent30, .icon_img_parent31, .icon_img_parent32 {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
}

.icon_img_parent1 {
    background-image: url(../../Images/Services/icn_1.1.png);
}

.icon_img_parent2 {
    background-image: url(../../Images/Services/icn_2.1.png);
}

.icon_img_parent3 {
    background-image: url(../../Images/Services/icn_3.1.png);
}

.icon_img_parent4 {
    background-image: url(../../Images/Services/icn_4.1.png);
}

.icon_img_parent5 {
    background-image: url(../../Images/Services/icn_5.1.png);
}

.icon_img_parent6 {
    background-image: url(../../Images/Services/icn_6.1.png);
}

.icon_img_parent7 {
    background-image: url(../../Images/Services/icn_7.1.png);
}

.icon_img_parent8 {
    background-image: url(../../Images/Services/icn_8.1.png);
}

.icon_img_parent9 {
    background-image: url(../../Images/Services/icn_9.1.png);
}

.icon_img_parent10 {
    background-image: url(../../Images/Services/icn_10.1.png);
}

.icon_img_parent11 {
    background-image: url(../../Images/Services/icn_11.1.png);
}

.icon_img_parent12 {
    background-image: url(../../Images/Services/icn_12.1.png);
}

.icon_img_parent13 {
    background-image: url(../../Images/Services/icn_13.1.png);
}

.icon_img_parent14 {
    background-image: url(../../Images/Services/icn_14.1.png);
}

.icon_img_parent15 {
    background-image: url(../../Images/Services/icn_15.1.png);
}

.icon_img_parent16 {
    background-image: url(../../Images/Services/icn_16.1.png);
}

.icon_img_parent17 {
    background-image: url(../../Images/Services/icn_17.1.png);
}

.icon_img_parent18 {
    background-image: url(../../Images/Services/icn_18.1.png);
}

.icon_img_parent19 {
    background-image: url(../../Images/Services/icn_19.1.png);
}

.icon_img_parent20 {
    background-image: url(../../Images/Services/icn_20.png);
}

.icon_img_parent21 {
    background-image: url(../../Images/Services/icn_21.1.png);
}

.icon_img_parent22 {
    background-image: url(../../Images/Services/icn_22.1.png);
}

.icon_img_parent23 {
    background-image: url(../../Images/Services/icn_23.1.png);
}

.icon_img_parent24 {
    background-image: url(../../Images/Services/icn_24.1.png);
}

.icon_img_parent25 {
    background-image: url(../../Images/Services/icn_25.1.png);
}

.icon_img_parent26 {
    background-image: url(../../Images/Services/icn_26.1.png);
}

.icon_img_parent27 {
    background-image: url(../../Images/Services/icn_27.1.png);
}

.icon_img_parent28 {
    background-image: url(../../Images/Services/icn_28.1.png);
}

.icon_img_parent29 {
    background-image: url(../../Images/Services/icn_29.1.png);
}

.icon_img_parent30 {
    background-image: url(../../Images/Services/icn_30.1.png);
}

.icon_img_parent31 {
    background-image: url(../../Images/Services/icn_31.1.png);
}

.icon_img_parent32 {
    background-image: url(../../Images/Services/icn_32.1.png);
}

.icn_pdng {
    margin-left: -32px;
}

.left_conuter {
    left: -4.5%;
}

.right_conuter {
    right: -4.5%;
}

.ser-counter {
    background: #1b1b1b;
    width: 55px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: unset;
    position: absolute;
    top: 32px;
    background-color: #105CAA;
}

/******************** SubscribeSection **********************/

.Service_LeftBottom {
    position: absolute;
    width: 13%;
    bottom: -40px;
    z-index: -1;
}

.Service_RightBottom {
    position: absolute;
    width: 13%;
    right: 0;
    top: -40px;
}

#mail_contact {
    padding-bottom: 100px;
    position: relative;
}

.SubscribeSection {
    position: absolute;
    z-index: 10;
    top: 0;
    margin-top: 945px;
    width: 100%;
    background-color: white;
    height: 285px;
}

.SubscribeSection::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: top left;
    transform: skewY(-10deg);
}

.SubscribeSection .topleft {
    width: 14%;
    position: absolute;
    top: -3vh;
    left: 0;
    transform: rotate(-1deg);
}

.SubscribeSection .topright {
    position: absolute;
    width: 14%;
    right: 0;
    top: -34.3vh;
    transform: rotate(0deg);
}

.build_btn {
    height: 40px;
    width: 80%;
    border: none;
    background: #105CAA;
    color: #fff;
    font-family: Raleway;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.4S ease all;
    float: left;
}

.mail_input input {
    font-size: 15px;
    box-shadow: 0px 3px 11px 1px #a5a3a347;
    font-family: Raleway;
    text-indent: 50px;
    height: 40px;
    border-radius: 0 !important;
    border-color: #fff;
}

.lets_text {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: Raleway;
    font-weight: 600;
    color: #2d2d59;
    letter-spacing: 1px;
}

/**************** footer ********************/

footer {
    margin-top: 0px !important;
}

.about_details {
    font-size: 14px;
    line-height: 25px;
    font-family: Poppins;
    margin-top: 5px;
    font-weight: 400;
    color: #4B4B4B;
}

.navbar ul {
    margin-left: 60px;
}

/**************** Media Queries ********************/

@media only screen and (min-width: 1600px) {
    .navbar ul {
        margin-left: 14%;
    }
}