@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body,
div,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a:hover,
a:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    background-color: transparent;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.no_padd {
    padding-left: 0px;
    padding-right: 0px;
}

.title_hd {
    font-size: 60px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.txt_center {
    text-align: center !important;
}

.txt_right {
    text-align: right;
}

.black {
    color: #09172c;
}

.white {
    color: #fff;
}

.ash {
    color: #aaa;
}

.subtitle1 {
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.blue {
    color: #0c73e3;
}

/*------------------Navbar--------------------*/

.nav_sec {
    position: fixed;
    content: "";
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.nav_sec .navbar {
    margin-bottom: 0px;
}

.nav_sec .navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.nav_sec ul.nav.navbar-nav.navbar-right {
    margin-top: 5px;
}

.nav_sec .nav>li {
    margin-left: 30px;
}

.nav_link {
    color: #4d6488;
    font-size: 16px;
    padding: 7px 0px;
}

.nav_link:focus {
    background-color: transparent !important;
    outline: none !important;
}

.nav_sec .nav>li.active>.nav_link,
.nav_link:hover {
    color: #fff !important;
    background-color: transparent !important;
    outline: none !important;
}

.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    background-color: #09172e;
    padding: 10px 0px;
    border-radius: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.affix ul.nav.navbar-nav.navbar-right {
    margin-top: 0px;
}

.enq_btn,
.enq_btn:focus {
    padding: 9px 25px !important;
    color: #fff;
    border-radius: 20px;
    line-height: 16px !important;
    font-size: 14px;
    margin-top: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+73 */
    background: #0c72e3;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0c72e3 0%, #003cfb 73%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0c72e3 0%, #003cfb 73%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0c72e3 0%, #003cfb 73%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c72e3', endColorstr='#003cfb', GradientType=1);
    /* IE6-9 */

}

.enq_btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 20px 1px #0653e4;
    box-shadow: 0 0 20px 1px #0653e4;
    line-height: 16px;
}

/*------------------Navbar--------------------*/




/*------------------Banner--------------------*/




.home_banner_sec {
    width: 100%;
    float: left;
    position: relative;
    height: 95vh;
    background-image: url(../img/home-banner.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.home_banner_sec .carousel-inner .item {
    transition-property: opacity;
}

.home_banner_sec .carousel-inner {
    overflow: visible;
}

.home_banner_sec .carousel-inner .item,
.home_banner_sec .carousel-inner .active.left,
.home_banner_sec.carousel-inner .active.right {
    opacity: 0;
}

.home_banner_sec .carousel-inner .active,
.home_banner_sec .carousel-inner .next.left,
.home_banner_sec .carousel-inner .prev.right {
    opacity: 1;
}

.home_banner_sec .carousel-inner .next,
.home_banner_sec .carousel-inner .prev,
.home_banner_sec .carousel-inner .active.left,
.home_banner_sec .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.txt_div {
    width: 100%;
    float: left;
}

.txt_div2 {
    width: 100%;
    float: left;
}

.home_banner_sec .txt_div {
    padding-top: 40%;
}

.home_banner_sec .txt_div h4 {
    width: 100%;
    float: left;
    font-size: 60px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height: 1;
}

.home_banner_sec .txt_div h5 {
    width: 60%;
    float: left;
    display: block;
    font-size: 22px;
    text-align: left;
    color: #4d6488;
    line-height: 1.5;
    margin-top: 25px;
}

.home_banner_sec .txt_div h6 {
    width: 100%;
    float: left;
}

.more_link0 {
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    display: block;
    float: left;
    text-align: center;
    font-size: 22px;
    border-radius: 35px;
    position: relative;
    border: 1px solid #4d6488;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more_link0:hover {
    width: auto;
    padding: 10px 50px;
}

.more_link0:hover span {
    display: inline-block;
    transition-duration: 1s;
}

.more_link0 span {
    display: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    display: inline margin-top: 2px;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more_link0 .fa {
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 0px;
}

.more_link1 {
    width: 50px;
    height: 50px;
    padding: 17px 10px;
    display: block;
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 12px;
    border-radius: 35px;
    position: relative;
    border: 1px solid #4d6488;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.more_link1:hover {
    width: auto;
    padding: 17px 50px;
}

.more_link1 span {
    display: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    display: inline margin-top: 2px;
    margin-bottom: 0px;
    transition-duration: 1s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.more_link1 .fa {
    font-size: 14px;
    margin-left: 2px;
    margin-bottom: 0px;
}

.home_banner_sec .more_link1 .fa {
    color: #fff;
}

.more_link1:hover span {
    display: inline-block;
}

.img_div {
    width: 100%;
    float: left;
}

.home_banner_sec .img_div {
    margin-top: 450px;
    position: relative;
    min-height: 200px;
}

.home_banner_sec .img_div .sub_img1 {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 155%;
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-5px)
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-5px)
    }
}

.banner_count {
    position: absolute;
    content: "";
    right: 0%;
    top: 40%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home_banner_sec .carousel-indicators {
    position: relative;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 50px;
}

.home_banner_sec .carousel-indicators li {
    position: absolute;
    content: "";
    height: 20px;
    width: 50px;
    right: 0px;
    font-size: 14px;
    text-indent: 0px;
    opacity: 0;
    border: 0;
}

.home_banner_sec .carousel-indicators li.active {
    background: transparent;
    color: #fff;
    opacity: 1;
}

.home_banner_sec .carousel-indicators li.active span {
    color: #1f3454;
}


/*------------------Banner--------------------*/



/*------------------Services--------------------*/



.service_sec {
    width: 100%;
    float: left;
    padding: 200px 0px;
    position: relative;
}

.hdr_div {
    width: 100%;
    float: left;
}

.service_sec .hdr_div {
    margin-top: 80px;
}

.service_sec .hdr_div .title_txt {
    width: 100%;
    float: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    text-align: left;
    color: #0c73e3;
    line-height: 1;
}

.service_sec .txt_div {
    padding: 50px 50px;
    border-radius: 15px;
    margin: 15px 0px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_sec .icon_div {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 10px 20px 1px rgba(77, 100, 136, 0.22);
    box-shadow: 0 10px 20px 1px rgba(77, 100, 136, 0.22);
}

.service_sec .icon_div .fa {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.service_sec .txt_div:hover {
    background-color: #09172c;
}

.service_sec .txt_div h4 {
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    min-height: 60px;
    color: #09172c;
    line-height: 1.1;
}

.service_sec .txt_div:hover h4,
.service_sec .txt_div:hover .desc {
    color: #fff;
}

.desc {
    font-size: 18px;
    color: #4d6488;
    font-weight: 400;
}

.service_sec .desc {
    margin-top: 20px;
    min-height: 70px;
}

.service_sec:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 25%;
    height: 12%;
    background-image: url(../img/dot.png);
    background-repeat: repeat;
    background-size: 2.5%;
}

/*------------------Services--------------------*/


/*------------------Strip--------------------*/


.strip_sec {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #0c73e3;
}

.strip_sec h4 {
    font-size: 22px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: #fff;
}

.org_div {
    width: 100%;
    float: left;
    padding: 0px 50px;
}

.strip_sec .owl-nav {
    position: absolute;
    content: "";
    left: -2%;
    top: 45%;
    width: 104%;
    color: #fff;
}

.strip_sec .owl-nav .owl-prev {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
}

.strip_sec .owl-nav .owl-next {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 20px;
}


/*------------------Strip--------------------*/


/*------------------About--------------------*/


.about_sec {
    width: 100%;
    float: left;
    padding: 200px 0px;
    position: relative;
}

.about_sec .hdr_div {
    padding-right: 140px;
}

.about_sec .hdr_div .title_txt {
    width: 100%;
    float: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    text-align: left;
    color: #0c73e3;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 30px;
}

.about_sec .txt_div {
    margin-top: 50px;
}

.about_sec .txt_div h5 {
    font-size: 22px;
    color: #09172c;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.btn_list li {
    margin: 12px 0px;
    margin-right: 40px;
    padding: 12px 20px;
    border-radius: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn_list li .fa {
    margin-right: 10px;
    color: #09172c !important;
    vertical-align: middle;
}

.btn_list li a {
    color: #4d6488;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.btn_list li:hover {
    background-color: #09172c;
}

.btn_list li:hover a {
    color: #fff;
}

.btn_list li:hover .fa {
    color: #fff !important;
}

.about_img {
    position: absolute;
    content: "";
    left: 0;
    width: 43%;
    top: 12%;
    z-index: 999;
}


/*------------------About--------------------*/


/*------------------About Slider--------------------*/

.abt_slider_sec {
    width: 100%;
    float: left;
    position: relative;
}

.slider_div {
    width: 100%;
    float: left;
    background-color: #09172c;
    min-height: 700px;
}

.abt_slider_sec .txt_div1 {
    width: 50%;
    float: left;
    padding: 8% 12% 8% 8%;
    min-height: 700px;
}

.abt_slider_sec .txt_div1 h4 {
    color: #4d6488;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.abt_slider_sec .txt_div1 h5 {
    color: #4d6488;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
}

.abt_slider_sec .txt_div1 h6 {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    margin: 0;
    line-height: 1;
}

.abt_slider_sec .txt_div1 p {
    margin-top: 50px;
}

.abt_slider_sec .img_div1 {
    width: 50%;
    float: left;
    min-height: 700px;
    background-size: cover;
    background-position: center;
}

.abt_slider_sec .owl-nav {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 200px;
    height: 50px;
    border-radius: 45px;
    background-color: #a5b7d4;
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.abt_slider_sec .owl-nav .owl-prev {
    float: left;
    width: 20px;
    margin: 10px 10px;
    padding: 7px;
}

.abt_slider_sec .owl-nav .owl-next {
    float: right;
    width: 20px;
    margin: 10px 10px;
    padding: 7px;
}




/* line 19, ../sass/style.scss */
.verticalCarousel {
    margin: 50px auto;
    width: 100%;
    min-height: 700px;
    float: left;
    background-color: #f1f1f1;
}

/* line 24, ../sass/style.scss */
.verticalCarouselHeader {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 200px;
    height: 50px;
    border-radius: 45px;
    z-index: 999;
    background-color: #a5b7d4;
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

/* line 27, ../sass/style.scss */
.verticalCarouselHeader:after {
    content: "";
    display: block;
    clear: both;
}



.verticalCarouselHeader .vc_goUp {
    float: left;
    width: 20px;
    margin: 10px 10px;
    padding: 7px;
}

.verticalCarouselHeader .vc_goDown {
    float: right;
    width: 20px;
    margin: 10px 10px;
    padding: 7px;
}



/* line 52, ../sass/style.scss */
.verticalCarouselGroup.vc_list>li {
    border-width: 0px;
    border-style: solid;
    min-height: 700px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}




/*------------------About Slider--------------------*/



/*------------------News & Updates--------------------*/

.news_sec {
    width: 100%;
    float: left;
    padding: 150px 0px;
}

.news_sec .hdr_div .title_txt {
    width: 100%;
    float: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    text-align: left;
    color: #0c73e3;
    line-height: 1;
    margin-bottom: 30px;
}

.more_link2 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 17px 0px;
    display: block;
    border-radius: 45px;
    position: relative;
    color: #09172c;
    font-size: 22px;
    line-height: 12px;
    border: 1px solid #4d6488;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.more_link2 .fa {
    font-size: 18px;
    margin-left: 25px;
    vertical-align: middle;

}

.more_link2:hover {
    -webkit-box-shadow: 0 0 20px 1px #0653e4;
    box-shadow: 0 0 20px 1px #0653e4;
}

.news_sec .txt_div h4 {
    width: 100%;
    float: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    color: #09172c;
    line-height: 1;
    margin-bottom: 0px;
    min-height: 40px;
}

.news_sec .txt_div h5 {
    width: 100%;
    float: left;
    font-size: 15px;
    text-align: left;
    color: #4d6488;
    line-height: 1;
    margin-top: 10px;
}

.news_sec .img_div {
    min-height: 200px;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}

.desc1 {
    font-size: 17px;
    color: #4d6488;
    font-weight: 400;
}

.news_sec p {
    font-size: 17px;
    color: #4d6488;
    font-weight: 400;
    display: block;
    width: 100%;
    float: left;
}

/*------------------News & Updates--------------------*/




/*------------------Footer--------------------*/


.footer_sec {
    width: 100%;
    float: left;
    background-color: #09172c;
    margin-top: 200px;
}

/*------Contact-----*/

.contact_sec {
    width: 100%;
    float: left;
    position: relative;
    min-height: 250px;
}

.contact_sec .inner_div {
    position: absolute;
    content: "";
    left: 0;
    bottom: 40%;
    width: 100%;
    padding: 5% 8%;
    background-color: #f5f8fc;
}

.contact_sec .txt_div1 {
    padding: 0px 15px;
    margin-top: 5%;
}

.contact_sec .txt_div1 h4 {
    width: 100%;
    float: left;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    color: #09172c;
    line-height: 1;
    margin-bottom: 0px;
}

.contact_sec .img_div img {
    width: 100%;
}

.more_link3 {
    width: 80%;
    text-align: center;
    padding: 17px 0px;
    display: block;
    border-radius: 45px;
    position: relative;
    color: #09172c;
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #4d6488;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    margin-top: 15%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.more_link3:hover {
    -webkit-box-shadow: 0 0 20px 1px #0653e4;
    box-shadow: 0 0 20px 1px #0653e4;
}

/*-----Contact-----*/

.footer_div {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.footer_div p {
    font-size: 17px;
    color: rgb(255, 255, 255, 0.60);
    font-weight: 400;
    margin-top: 10px;
}

.footer_div .div1 {
    width: 100%;
    float: left;
}

.footer_div h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.ft_link {
    padding-left: 0;
    list-style: none;
}

.ft_link li {
    margin: 10px 0px;
}

.ft_link a {
    font-size: 17px;
    color: rgb(255, 255, 255, 0.60);
    font-weight: 400;

}

.social_links {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.social_links li {
    margin-right: 30px;
}

.social_links li a {
    color: #fff;
    font-size: 18px;
}

.ft_logo {
    width: 80%;
    float: right;
    margin-top: 15px;
}

/*------------------Footer--------------------*/


/*------------------Inner Page Banner--------------------*/


.inner_pg_banner_sec {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 14%;
    padding-bottom: 15%;
}

.inner_pg_banner {
    position: absolute;
    content: "";
    left: 0;
    top: -35%;
    width: 100%;
}

.inner_pg_banner_sec h4 {
    width: 100%;
    float: left;
    font-size: 60px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height: 1;
    margin-bottom: 40px;
}

.inner_pg_banner_sec h6,
.inner_pg_banner_sec h6 a {
    text-align: left;
    color: #4d6488;
    font-size: 20px;
}

.inner_pg_banner_sec h6 a:hover {
    color: #fff;
}


/*------------------Inner Page Banner--------------------*/


/*------------------Service Page--------------------*/



.service_inner_pg {
    padding: 20px 0px 70px 0px !important;
}

.service_inner_pg:after {
    display: none;
}

.strip_inner {
    margin-bottom: 50px;
}

/*------------------Service Page--------------------*/



/*------------------Service Detail Page--------------------*/

.service_detail_pg {
    padding: 20px 0px 70px 0px;
}

.service_detail_pg .content_div {
    width: 84%;
    margin-left: 8%;
    float: left;
}

.service_detail_pg .txt_div1 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.service_detail_pg .icon_div1 {
    width: 20%;
    float: left;
    padding-top: 14px;
    padding: 15px;
    position: relative;
}

.service_detail_pg .icon_div1:after {
    position: absolute;
    content: "";
    right: 40%;
    top: 0%;
    width: 1px;
    height: 50px;
    background-color: #ced1d5;
}

.service_detail_pg .icon_div1 img {
    width: 25px;
}

.service_detail_pg .txt_div1 h4 {
    width: 80%;
    float: left;
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: #09172c;
    line-height: 1.1;
}

.service_detail_pg .txt_div2 {
    width: 100%;
    float: left;
    padding: 0px 8px;
}

.service_detail_pg .desc {
    text-align: justify;
}

.serv_img_div1 {
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.serv_img_div1 h4 {
    position: absolute;
    content: "";
    left: -240px;
    top: 200px;
    color: #09172c;
    font-size: 60px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 50px;
}

.serv_img_div1 a {
    position: absolute;
    content: "";
    right: -95px;
    top: 245px;
    width: auto;
    padding: 15px 45px;
    border-radius: 50px;
    color: #fff;
    background-color: #09172c;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.serv_det_bottom {
    padding: 50px 0px !important;
}

.serv_det_bottom:after {
    display: none;
}

#VideoModal .modal-body {
    padding: 0px;
    position: relative;
    min-height: 300px;
}

#VideoModal .modal-dialog {
    top: 15%;
    z-index: 99999;

}

#VideoModal .modal-content {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
}

#VideoModal button.close {
    position: absolute;
    content: "";
    right: -20px;
    top: -20px;
    background-color: #003cfb;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
}

/*------------------Service Detail Page--------------------*/


/*------------------About Page--------------------*/



.content_inner_pg {
    padding: 20px 0px 70px 0px;
}

.about_pg_sec .desc {
    text-align: justify;
}

.about_pg_sec .txt_div1 {
    width: 100%;
    float: left;
    margin: 50px 0px;
}

.about_pg_sec .icon_div1 {
    width: 20%;
    float: left;
    padding-top: 23px;
    position: relative;
}

.about_pg_sec .icon_div1:after {
    position: absolute;
    content: "";
    right: 40%;
    top: 25%;
    width: 1px;
    height: 50px;
    background-color: #ced1d5;
}

.about_pg_sec .icon_div1 img {
    width: 25px;
}

.about_pg_sec .txt_div1 h4 {
    width: 80%;
    float: left;
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: #09172c;
    line-height: 1.1;
    padding-top: 14px;
}

.about_pg_sec .txt_div2 {
    width: 90%;
}

.team_row {
    margin-top: 80px;
}

.about_pg_sec .title_hd {
    margin: 50px 0px;
}

.about_pg_sec .thumb_div {
    width: 100%;
    float: left;
}

.timg_div {
    width: 100%;
    min-height: 400px;
    background-position: top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.about_pg_sec .thumb_div .social_media {
    position: absolute;
    content: "";
    left: -41px;
    top: 100px;
    width: 40px;
    padding: 15px 5px;
    background-color: #0c73e3;
    list-style: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about_pg_sec .thumb_div:hover .social_media {
    left: 0;
}

.about_pg_sec .thumb_div .social_media li {
    text-align: center;
    margin: 10px 0px;
}

.about_pg_sec .thumb_div .social_media li a {
    color: #fff;
    font-size: 16px;
}

.thumb_div .txt_div {
    padding: 15px 15px;
    background-color: #fafafa;
}

.team_name {
    font-size: 24px;
    font-weight: 700;
}

.vaccancy_row {
    margin-top: 80px;
}

.vaccancy_row .txt_div {
    margin-bottom: 30px;
}

.vaccancy_row p {
    font-size: 18px;
    color: #4d6488;
    font-weight: 400;
    text-align: justify;
}

.about_pg_sec .skill_list li {
    margin: 10px 0px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.about_pg_sec .skill_list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    ;
    width: 10px;
    height: 2px;
    background-color: #09172c;
}

.about_pg_sec .skill_list {
    margin: 25px 0px;
}

/*------------------About Page--------------------*/


/*------------------Contact Page--------------------*/
.contact_pg_sec {
    width: 100%;
    float: left;
}

.form_div {
    width: 100%;
    float: left;
}

.txt_input {
    margin: 15px 0px;
    height: 50px;
}

.msg_input {
    margin: 15px 0px;
}

.more_link4 {
    width: 200px;
    text-align: center;
    padding: 17px 0px;
    display: block;
    border-radius: 45px;
    position: relative;
    color: #09172c;
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #4d6488;
    background-color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.more_link4:hover {
    -webkit-box-shadow: 0 0 20px 1px #0653e4;
    box-shadow: 0 0 20px 1px #0653e4;
}

.contact_pg_sec .address_div {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.contact_pg_sec .address_div h5 {
    padding-left: 40px;
    position: relative;
    margin-top: 25px;
}

.contact_pg_sec .address_div h5 .fa {
    position: absolute;
    content: "";
    left: 0;
}

.contact_pg_sec .address_div h5 .fa-map-marker {
    font-size: 37px;
    top: -5px;
}

.contact_pg_sec .address_div h5 .fa-phone {
    font-size: 32px;
    top: -4px;
}

.contact_pg_sec .address_div h5 .fa-envelope {
    font-size: 26px;
    top: -4px;
}

.contact_pg_sec .address_div p {
    padding-left: 40px;
    margin-bottom: 50px;
}

.map_sec {
    width: 100%;
    float: left;
    position: relative;
    min-height: 450px;
    margin-top: 50px;
}

.map_sec iframe {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}


/*------------------Contact Page--------------------*/


/*------------------Blog Page--------------------*/

.blog_pg_sec {
    width: 100%;
    float: left;
}

.blog_pg_sec .img_main {
    width: 100%;
    float: left;
}

.blog_pg_sec .img_div {
    min-height: 350px;
    position: relative;
}

.blog_pg_sec .img_div,
.blog_pg_sec .img_main h4 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_pg_sec .img_main:hover h4 {
    color: #0c73e3;
}

.blog_pg_sec .overlay {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    padding-top: 250px;
    border-radius: 5px;
    opacity: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_pg_sec .img_main:hover .overlay {
    opacity: 1;
}

.blog_title {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
}

.blog_date {
    font-size: 11px;
    margin-top: 0px;
}

.blog_pg_sec .blog_social_media {
    position: absolute;
    content: "";
    left: 0;
    bottom: -30px;
    width: auto;
    height: auto;
    padding: 0px 30px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_pg_sec .img_main:hover .blog_social_media {
    bottom: 10px;
}

.blog_pg_sec .blog_social_media a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_pg_sec .blog_social_media a:hover,
.blog_pg_sec .blog_social_media a:focus {
    color: #0c73e3;
}

/*------------------Blog Page--------------------*/



/*------------------Blog Detail Page--------------------*/

.blog_detail_pg {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.blog_detail_pg .img_div {
    min-height: 400px !important;
    background-size: cover;
    background-position: center;
    overflow: visible !important;
}

.blog_detail_pg .overlay {
    padding-top: 170px !important;
    padding-right: 200px !important;
}

.blog_detail_pg .txt_div2 {
    margin-top: 20px;
}

.blog_detail_pg .txt_div2 h5 {
    margin-bottom: 0px;
}

.author {
    width: 80px;
    height: auto;
    border-radius: 40px;
    border: 3px solid #fff;
    z-index: 99;
    margin-bottom: 5px;
}

.blog_detail_pg .blog_social_media {
    right: 30px !important;
    bottom: 10px !important;
    width: 100px !important;
    padding: 5px 5px;
    left: auto !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.tag_list li {
    margin: 5px 0px;
}

.tag_list li a {
    background-color: #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tag_list li a:hover {
    background-color: #09172c;
    color: #fff;
}

.comment_div {
    width: 100%;
    float: left;
}

.comment_div h4 {
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.comment_txt_div {
    width: 100%;
    float: left;
    list-style-type: none;
    padding-left: 0px;
}

.comment_txt_div li {
    margin-bottom: 30px;
}

.commentor_name {
    font-size: 20px;
    font-weight: 700;
}

.blog_list {
    width: 100%;
    float: left;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.blog_list h4.subtitle1 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 40px;
    color: #09172c;
}

.blog_list .img_main {
    width: 100%;
    float: left;
    margin: 15px 0px;
}

.blog_list .img_div {
    min-height: 200px !important;
    overflow: visible !important;
}


/*------------------Blog Detail Page--------------------*/