@charset "utf-8";
/* CSS Document */
/*** theme colors using**/
/*  color1:rgb(67, 107, 183) #436bb7
    color2:rgb(109, 199, 222) #6dc7de */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Nunito%20Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: #6d6d6d;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1b1d21;
}
*{
    margin: 0;
    padding: 0;
}
:active,a:hover {outline: 0;}
.clearfix{clear: both;height: 5px;}
a {text-decoration: none;}
ul li{list-style-type: none;}

.top_header_bar{
    border-bottom: 1px solid transparent;
    background: #141d38;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 40px;
}
.top_header_bar .container{
    max-width: 1200px;
}
.top_header_bar .social-list {
    float: left;
    margin-left: 0;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.top_header_bar .social-list li{
    margin: 0;
    display: inline-block;
}
.top_header_bar .social-list li a {
    display: block;
    padding: 0 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #b5b5b5;
}
.top_header_bar .social-list li:last-child{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
} 
.top_header_bar .social-list li a:hover{
    color: #6dc7de;
}
.top_header_bar .social-list li a i {
    font-size: 15px;
    font-weight: 400;
}
.topbar_right{
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    align-self: flex-end!important;
}
.topbar_right li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    margin-right: 7px;
    line-height: 1;
}
.topbar_right li {
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
}
.topbar_right li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.topbar_right li a {
    color: #b5b5b5;
}
.top_header_bar a:hover{
    color: #6dc7de;
    text-decoration: none;
}

.menu_bar{
    background: #fff;
    /* padding-bottom: 2px; */
}
.logo_side,.menu_side.navbar-collapse{
    max-width: 100%;
    width: 100%;
}
.first_con{
    padding-left: 5px;
    padding-right: 5px;
    max-width: 1200px;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    height: 100px;
    width: 300px;
    border-radius: 3px;
}
.right_menu .nav-item .dropdown-menu{ display: none; }
.right_menu .nav-item:hover .dropdown-menu{ display: block; }
.right_menu .nav-item .dropdown-menu{ margin-top:0; }

.menu_side ul {
    font-weight: bold;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}
.menu_side ul li a{
    font-weight: bold;
}
.right_menu li {
    margin: 0px 10px;
    float: left;
    position: relative;
}
.right_menu li .dropdown-menu li{
    width: 100%;
    margin: 0;
}
.right_menu li .dropdown-menu li a{
    padding: 5px 10px;
    text-align: left;
}
.dropdown-item.active, .dropdown-item:active{background-color: transparent;}
.dropdown-item:focus, .dropdown-item:hover{background-color: transparent;} 
.right_menu li:before {
    position: absolute;
    height: 3px;
    width: 0;
    bottom: -1px;
    right: 0;
    background: #6dc7de;
    content: "";
    display: block;
    transition: all 0.3s linear;
}
.right_menu li:hover:before, .right_menu li.active:before, .right_menu li.active:before {
    left: 0;
    right: auto;
    width: 100%;
}
.right_menu li a {
    display: inline-block;
    padding: 32px 0;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #1a1b1e!important;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
}
.right_menu li a:hover{
    color: #6dc7de!important;
} 
/* .dropdown-menu li{width: 100%;margin:0;padding: 0 10px;}
.dropdown-menu li a{ padding: 10px 0;text-align:left;font-weight:bold;}
.dropdown-item.active, .dropdown-item:active{background-color: transparent;}
.dropdown-item:focus, .dropdown-item:hover{background-color: transparent;} */
.sticky-top{
    box-shadow: 4px 4px 30px 0px rgb(42 67 113 / 15%);
}
/***slider css start ***/
.carousel-inner .carousel-item {
    height: 550px;
}
.carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    display: block;
}
.carousel-indicators li{
    background-color: #fff;
    opacity: 1;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #6dc7de;
}
.carousel-indicators .active {
    background-color: #6dc7de;
    border: 2px solid #fff;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #6dc7de;
    text-align: center;
    opacity: 1;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #6dc7de;
    text-decoration: none;
    outline: 0;
    opacity: 0.7;
}
.carousel-control-prev-icon,.carousel-control-next-icon  {
    background-color: #6dc7de;
    border-radius: 30%;
    width: 30px;
    height: 34px;
    display: inline-block;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    transition: opacity .5s ease;
    position: relative;
    z-index: 1;
}
.carousel-caption{
    background: rgba(0,0,0,.7);
    padding-bottom: 10px;
    border-radius:0;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
}
.carousel-caption h3{
    color:#6dc7de;
    font-weight: bold;
    font-size: 28px;
}
.carousel-caption p{
    font-size: 16px;
    margin-bottom: 1rem;
}
.carousel-indicators{
    margin-bottom: 5px;
}

section {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
/***about_company***/
.heading{
    margin-bottom: 15px;
}
.heading > span {
    font-size: 14px;
    font-weight: 800;
    color: #436bb7;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.heading  h2 {
    margin-bottom: 0;
    line-height: 48px;
}
.about_company p{
    margin-bottom: 15px;
    text-align: justify;
}
span.bold{
    font-weight: bold;
    color: #000;
}
.formore.about{
    float: right;
    border-radius: 3px;
}
.formore.about a {
    font-size: 16px;
    color: #fff;
    background-color: #436bb7;
    border: 1px solid #436bb7;
    padding: 5px 15px;
    width: 100%;
    font-weight: 600;
    transition: all .3s;
    border-radius: 3px;
}
.formore.about:hover a {
    color: #436bb7;
    background-color: #fff;
    border: 1px solid #436bb7;
    text-decoration: none;
}
.about_company .icon_box .icon {
    color: #436bb7;
}
.about_company .icon_box .icon i {
    font-size: 40px;
}
.about_company .icon_box h5 {
    font-size: 18px;
    font-weight: 600;
}
.about_company .icon_box .line {
    height: 3px;
    width: 100%;
    background: #efefef;
    margin-bottom: 15px;
    position: relative;
}
.about_company .icon_box .line:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background: #436bb7;
    height: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.about_company .icon_box:hover .line:after {
    left: 0;
    right: auto;
    width: 100%;
}
.about_video_block{
    background-image: url(../img/slider_img/1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 400px;
    margin-bottom: 5px;
    box-shadow: 3px 3px 30px 0px rgb(0 0 0 / 30%);
}
.video_play_button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 14px 16px 18px 22px;
}
.video_play_button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #6dc7de;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video_play_button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #6dc7de;
    border-radius: 50%;
    transition: all 200ms;
}
.video_play_button:hover:after {
    background-color: darken(#6dc7de, 10%);
}
.video_play_button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video_play_button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
@keyframes pulse-border {
0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}

/***why_chooseus ***/
.why_chooseus{
    background-color: #436bb7;
}
.why_chooseus .heading > span {
    color: #6dc7de!important;
}
.choose_single_box{
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    padding: 20px 20px 45px;
    background: #262051;
    color: #aeaacb;
    transition: all 0.3s linear;
}
.choose_single_box:hover{
    background: #fff;
    color: #6d6d6d;
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    /* -webkit-box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1); */
}
.choose_single_box .big-number {
    position: absolute;
    left: -10px;
    top: 0;
    font-size: 100px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    line-height: 72px;
    color: #436bb747;
    transition: all 0.3s linear;
    /* -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; */
}
.choose_single_box:hover .big-number {
    color: #f4f6f6;
}
.choose_single_box .icon-main {
    position: absolute;
    bottom: -88px;
    right: -88px;
    width: 188px;
    height: 188px;
    color: #fff;
    background: #332d5f;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.choose_single_box:hover .icon-main {
    background: #6dc7de;
}
.choose_single_box .icon-main i{
    position: absolute;
    top: 42px;
    left: 40px;
    font-size: 35px;
    line-height: 1;
}
.choose_single_box .content-box {
    position: relative;
    z-index: 1;
}
.choose_single_box .content-box h5 {
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}
.choose_single_box:hover .content-box h5 {
    color: #1b1d21;
}
.choose_single_box .content-box .description{
    font-size: 16px;
    overflow: hidden;
    height: 90px;
    line-height: 28px;
}
.choose_single_box .content-box .btn-details {
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #6dc7de;
}
.btn-details:hover{
    text-decoration: none;
}
.btn-details i {
    margin-right: 8px;
    transition: all 0.2s linear;
}
.btn-details:hover i {
    margin-right: 3px;
}

/**our client css *******/
#our_client {
    background-color: #fff;
}
#our_client .card {
    margin: 0 auto;
    max-width: 100%;
    width: 250px;
    height: 180px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 3px;
    border:1px solid #5176bc;
}
#our_client .card img {
    height: 100%;
    width: 100%;
}
#our_client .owl-menu-item {
    position: relative;
}
#our_client .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -60px;
    transform: translateY(5px);
}
#our_client .owl-dots {
    display: none;
}
#our_client .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
}
#our_client .owl-nav .owl-prev span,
#our_client .owl-nav .owl-next span {
    opacity: 0;
}
#our_client .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #436bb7;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
}
#our_client .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
}
#our_client .owl-nav .owl-prev:hover {
    opacity: 0.75;
}

#our_client .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
}
#our_client .owl-nav .owl-next:hover {
    opacity: 0.75;
}
#our_client .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
}
#our_client .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #436bb7;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
}

/*blog_block **/
.blog_block{    
    background-color: #fff;
    border:1px solid #436bb7;
}
.blog_block .heading > span {
    color: #6dc7de!important;
}
.blog_block .blog-post-thumb {
    text-align: center;
    margin-bottom: 30px;
}
.blog_block .blog-post-thumb .image {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    height: 220px;
    width: 100%;
    border: 1px solid #ccc;
}
.blog_block .blog-post-thumb .image img{
    height: 100%;
    width: 100%;
}
.blog_block .blog-post-thumb .blog-content {
    margin-top: -30px;
    padding-top: 50px;
}
.blog_block .blog-post-thumb h3 {
    margin-bottom: 10px !important;
    max-height: 65px;
    overflow: hidden;
}
.blog_block .blog-post-thumb h3 a {
    font-weight: bold;
    font-size: 18px;
    color: #436bb7;
    line-height: 26px;
}
.blog_block .blog-post-thumb h3 a:hover {
    text-decoration: none;
    font-weight: bold;
}
.blog_block .blog-post-thumb .text {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.26px;
    line-height: 26px;
    margin-bottom: 15px;
}
.blog_block .blog-post-thumb a.main-button {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
    padding: 10px 15px;
    background-color: #436bb7;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 1px solid #436bb7;
}
.blog_block .blog-post-thumb a.main-button:hover {
    color:#436bb7 ;
    background-color:#fff ;
    text-decoration: none;
    border: 1px solid #436bb7;
}


/***contact us ***/
.contact_us{
    background-color: #436bb7;
}
.contact_us .heading > span {
    color: #6dc7de;
}
.contact_us .heading > h2 {
    color: #fff;
}
.contact_left p{
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: #fff;
}
.contact_left .phone, .contact_left .message {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 0px 20px 0px;
    cursor: pointer;
}
.contact_left .phone:hover, .contact_left .message:hover {
    box-shadow: 7px 9px 1px 0 rgb(255 255 255 / 42%);
    -webkit-box-shadow:  7px 9px 1px 0 rgb(255 255 255 / 42%);

}
.contact_left .phone i, .contact_left .message i {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #fff;
    background-color: #436bb7;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 24px;
    margin-top: -35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.contact_left .phone h4, .contact_left .message h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact_left .phone span a, .contact_left .message span a {
    font-size: 14px;
    color: #2a2a2a;
    transition: all .3s;
}
.contact_left .phone span a:hover, .contact_left .message span a:hover {
    color: #436bb7;
    text-decoration: none;
}

#contact_form {
    margin-left: 30px;
    padding: 40px 48px;
    background-color: #fff;
    border-radius: 5px;
}
#contact_form h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
#contact_form input, #contact_form textarea, #contact_form select {
    color: #436bb7;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    outline: none;
    padding: 3px 15px 0;
    margin-bottom: 15px;
}
::placeholder{
    color:#436bb7;
}
#contact_form textarea {
    height: 150px;
}
#contact_form button {
    font-size: 16px;
    color: #fff;
    background-color: #436bb7;
    border:1px solid #fff;
    padding: 12px 25px;
    width: 100%;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s;
}
#contact_form button:hover {
    color: #436bb7;
    background-color: #fff;
    border:1px solid #436bb7;
}


/***footer ******/
footer {
    padding: 20px 0px;
}
footer .footer_social_media {
    text-align: left;
    margin-top: 10px;
}
footer .footer_social_media ul li:first-child {
    margin-left: 0px;
}
footer .footer_social_media ul li {
    display: inline-block;
    margin-left: 5px;
}
footer .footer_social_media ul li a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background-color: #FFF;
    margin-right: 0px;
    padding: .5em;
    border-radius: 50% 50% 50% 50%;
    border:1px solid #4CCEF9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 44px;
    height: 44px;
}
footer .footer_social_media ul li .twitter {
    color: #4CCEF9;
    border:1px solid #4CCEF9;
}
footer .footer_social_media ul li .twitter:hover {
    color: #fff;
    background: #4CCEF9;
}
footer .footer_social_media ul li .facebook {
    color: #1877f2;
    border:1px solid #1877f2;
}
footer .footer_social_media ul li .facebook:hover {
    color: #fff;
    background: #1877f2;
}
footer .footer_social_media ul li .linkedin {
    color: #0a66c2;
    border:1px solid #0a66c2;
}
footer .footer_social_media ul li .linkedin:hover {
    color: #fff;
    background: #0a66c2;
}

footer .footer_social_media ul li a:hover{
    text-decoration:none;
}
footer .footer_social_media ul li a i {
    position: relative;
    display: block;
    padding-top: 4px;
    font-size: 20px;
}
footer .logo {
    text-align: center;
}
footer .logo img {
    border-radius: 3px;
}
footer .copy_right p {
    margin-top: 30px;
    color: #000;
    font-size: 14px;
    text-align: right;
}


/****back to top ***/
.backtotop {
    background-color: #fff;
    bottom: 40px;
    display: block;
    height: 45px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    right: 70px;
    text-align: center;
    z-index: 1000;
    border-radius:5px;
    opacity: 0;
    border: 2px solid #436bb7;
    /* transition: all 0.3s ease-in-out; */
}
.backtotop i {
    color: #436bb7;
    font-size: 21px;
    font-weight: 400;
}
.backtotop:hover {
    background: #436bb7;
    /* bottom: 45px; */
}
.backtotop:hover i {
    color: #fff;
}
.backtotop.show {
    opacity: 1;
    visibility: visible;
}










#preloader {
    overflow: hidden;
    background-color: #6dc7de;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    color: #fff;
}
#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}
#preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}
#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}
#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}
@-webkit-keyframes jumper {
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
5% {
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}
@keyframes jumper {
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
5% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

/*****about company***/
.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
    z-index: 10;
}
.breadcrumbs::before {
    background: #000;
    opacity: 0.6;
}
.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #436bb7;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
.breadcrumbs .bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 45px;
    font-size: 0;
}
.breadcrumbs .bread-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: #6dc7de;
    margin-top: -2.5px;
    border-radius: 3px;
}
.breadcrumbs ul li {
    display: inline-block;
}
.breadcrumbs .bread-menu li {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumbs .bread-menu li a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumbs .bread-menu li:last-child {
    margin: 0;
    padding: 0;
}
.breadcrumbs .bread-menu li + li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: -7px;
    position: relative;
    font-size: 18px;
}
.breadcrumbs .bread-title {
    z-index: 3333;
    position: relative;
    border-radius: 5px;
}
.breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    z-index: 333;
    position: relative;
    font-weight: 700;
    padding-top: 10px;
}
.about_heading.section-top{
    margin-bottom: 1%;
}
.about_heading.section-top h1{
    font-size: 32px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #436bb7;
    line-height: initial;
    line-height: 42px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.about_detail p{
    margin-bottom: 1%;
    color: #000;
    font-size: 1.1rem;
    font-family: "Nunito Sans", sans-serif;
    text-align: justify;
}

/***servies css ***/
.services-content p{
    text-align: justify;
}
.service_cat_title{
    font-size: 22px;
    color: #4CCEF9;
    font-weight: bold;
    padding-left: 2%;
    margin-bottom: 1%;
}
.first_ul{
    padding-left: 4%;
}
.first_ul li{
    list-style-type: disc;
    font-size: 18px;
    text-align: justify;
}
.first_ul li::marker{
    font-weight: bold;
    font-size: 20px;
    color: #5176bc;
}
.first_ul li:last-child{
    margin-bottom: 2%;
}

.top_head_sd{
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: initial;
    font-weight: bold;
}
.sd_ul{
    margin: 1% 0;
    padding-left: 4%;
}
.sd_ul li{
    list-style-type: disc;
    font-size: 18px;
    color: #000;
}
.sd_ul li::marker{
    font-weight: bold;
    font-size: 20px;
    color: #5176bc;
}
.sd_ul li:last-child{
    margin-bottom: 2%;
}
.sd_ul li .left_title{
    font-size: 1.1rem;
    font-weight: bold;
    color: #5176bc;
}
.sd_ul li .symbol{
    padding: 0 1%;
    font-weight: bold;
    color: #5176bc;
}
.service_cat_title_1{
    font-size: 22px;
    color: #4CCEF9;
    font-weight: bold;
    margin-bottom: 1%;
}
.service_cat p{
    font-size: 16px;
    margin-bottom: 1%;
    text-align: justify;
}