body {
    font-family: 'Poppins', sans-serif;
    padding-top: 120px;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    width: 100%;
}

.mLogin,
.hu_navh3,
.forMobile {
    display: none;
}

.micon {
    display: none;
    float: right;
    font-size: 26px;
    margin: 10px 20px;
    cursor: pointer;
}

.fixed_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    padding: 15px;
    z-index: 9999;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.fixed_menu.open {
    right: 0;
    box-shadow: -5px 0px 14px 5px rgba(0, 0, 0, 0.2)
}

.mclose {
    width: 100%;
    float: left;
    background: #e23c8c;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 50px;
    margin-bottom: 15px;
}

body.fixed {
    overflow: hidden;
}

.mclose i {
    float: right;
    line-height: 40px;
}

.fixed_menu ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mnav li,
.mnav li a {
    width: 100%;
    float: left;
    position: relative;
}

.mnav li a {
    padding: 8px 0;
    position: relative;
    color: #333;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}

.mnav li li a {
    padding: 8px;
}

.mnav li .hasmenu {
    position: absolute;
    height: 35px;
    line-height: 35px;
    width: 100%;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 2;
    cursor: pointer;
}

.mnav li .hasmenu:after {
    display: inline-block;
    color: #e23c8c;
    content: '\f107';
    font-family: 'FontAwesome'
}

.mnav .submenu {
    display: none;
    background: #f5f5f5
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    display: none;
    z-index: 99;
    background-image: url(../images/icon_top.png);
    background-repeat: no-repeat;
    opacity: 0.95;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

.container {
    max-width: 1240px;
    width: 100%;
}

/*--------header-----------*/
.header {
    position: fixed;
    z-index: 9;
    top: 1px;
    left: 0px;
    width: 100%;
    background-color: #fff;
}

.hdbtm,
.hdtop {
    width: 100%;
    float: left;
}

.hdbtm {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.hdtop {
    background-color: #f6f6f6;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}

.hdtop ul {
    list-style: none;
    float: right;
    display: inline-block;
}

.hdtop ul li {
    float: left;
    display: inline-block;
    padding: 0 15px;
    color: #000;
}

.hdtop ul.socialtop {
    float: left;
}

.hdtop ul.socialtop li {
    padding: 0 10px;
}

.hdtop ul li a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.hdtop ul li a:hover {
    color: #1d70a3;
}

.hdtop ul li a:hover i {
    color: #1d70a3;
}

.hdtop ul li a i {
    margin-right: 7px;
    font-size: 15px;
    color: #555;
}

.hdtop ul li:last-child {
    padding: 0px;
}

.hdtop ul li:last-child a {
    padding: 0px 15px;
    background-color: #1d70a3;
    color: #fff;
    display: block;
}

.hdtop ul li:last-child a i {
    color: #fff;
    margin: 0px;
}

.hdtop ul.socialtop li:last-child a {
    padding: 0 10px;
    background-color: transparent;
    color: #000;
}

.hdtop ul.socialtop li:last-child i {
    color: #555;
}

.hdtop ul.socialtop li a i {
    color: #555;
    margin-right: 0px;
}

.hdtop ul.socialtop li:last-child a:hover i {
    color: #1d70a3;
}

#header.fixed1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border-bottom: 0px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.logo {
    float: left;
    margin-left: 20px;
    padding: 10px 0 0;
    transition: all 0.3s ease 0s;
}

.logo img {
    height: 100px;
    transition: all 0.3s ease 0s;
}

#header.fixed1 .logo {
    padding: 10px 0
}

#header.fixed1 .logo img {
    height: 40px;
    transition: all 0.3s ease 0s;
}

.menu {
    float: right;
    text-align: right;
}

.menu ul {
    list-style: none;
    float: left;
    margin-right: 11px;
}

.menu>ul>li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu>ul>li>a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    font-weight: 500;
    padding: 0 12px;
    height: 120px;
    line-height: 120px;
}

.menu>ul>li>a.active {
    color: #1d70a3;
}
.menu>ul>li:hover .fixed_search {
    display:block;
}
.fixed_search {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    width:250px;
    background:#fff;
    padding:10px;
}
.fixed_search input {
    width:200px;
    float:left;
    height:30px;
    padding:0 10px;
    border:1px solid #ddd;
}
.fixed_search button {
    height:30px;
    width:30px;
    float:left;
    background:#333;
    color:#fff;
    border:0px;
}
#header.fixed1 .menu>ul>li>a {
    color: #383838;
    height: 60px;
    line-height: 60px;
}

.menu>ul>li>a span {
    margin-right: 5px;
}
.menu>ul>li>a i {
    margin-left: -1px;
}

#header.fixed1 .menu ul>li:hover a,
#header.fixed1 .menu ul>li>a.active {
    color: #1d70a3;
}

.menu>ul>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #1d70a3;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.menu>ul>li:hover>a:after {
    width: 100%;
}

.menu>ul>li>a.active:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    content: "";
    background-color: #1d70a3;
}

.fixed1 .menu>ul>li>a:after {
    background-color: #1d70a3;
}

.fixed1 .menu>ul>li>a.active:after {
    background-color: #1d70a3;
}

.menu ul>li:hover ul.submenu1 {
    display: block !important;
}

ul.submenu1 {
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #fff;
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
}

ul.submenu2 {
    left: auto;
    right: -20px;
}

ul.submenu1 li {
    float: left;
    width: 100%;
}

ul.submenu1 li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}

ul.submenu1 li:last-child a {
    border-bottom: 0px;
}

ul.submenu1 li:hover a {
    color: #1d70a3 !important;
}

ul.submenu1 li:last-child a {}

/*------header_end--------*/


/*----------banner-----------*/
.banner_txt {
    top: 27% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 80%;
    padding: 0 20px !important;
    margin: auto;
    left: 5%;
    margin: auto;
}

.banner_hd {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: 1px 1px 1px #444;
}

.banner_hd span {
    color: #8bc566;
}

.banner_cont {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: 300;
}

.banner_r_more {
    clear: both;
    margin-top: 25px;
}

.banner_r_more a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #e44494;
    padding: 7px 30px;
    border-radius: 30px;
    transition: all 0.3s;
    text-transform: capitalize;
}

.banner_r_more img {
    margin-left: 5px;
}

.banner_r_more a:hover {
    background-color: #fff;
    color: #e44494;
}

.traingle1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 150px solid rgba(255, 83, 4, 0.4);
}

.traingle2 {
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid rgba(255, 255, 255, 0.3);
}

.news_scroll {
    width: 100%;
    display: block;
    position: relative;
    background: #002c53;
}

.news_scroll ul {
    list-style: none;
    width: 100%;
    display: block;
}

.news_scroll ul li {
    width: 100%;
    clear: both;
    height: 131px;
}

.news_scroll ul li a {
    text-decoration: none;
    color: #fff;
    padding: 18px 30px;
    text-align: left;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.news_scroll ul li a:hover {
    background-color: #fff;
    color: #000;
}

.news_scroll ul li a .dt1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.news_scroll ul li a h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.news_scroll ul li a .rmore1 {
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    color: #76d2d5;
}

.news_scroll ul li a:hover .dt1 {
    color: #005052;
}

.news_scroll ul li a:hover .rmore1 {
    color: #1d70a3;
}

/*----------banner-----------*/
.block {
    width: 100%;
    float: left;
    position: relative;
}

.news_scroll {
    padding: 50px;
    color: #fff;
}

.news_scroll h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.news_scroll label {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.news_scroll select {
    width: 100%;
    float: left;
    height: 40px;
    background: transparent;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    font-size: 14px;
}

.news_scroll button {
    border: 0px;
    height: 50px;
    padding: 0 50px;
    color: #111;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
}

.news_scroll button:hover {
    color: #fff;
    background: #e4368e;
}


/*--section1--*/
.section1 {
    clear: both;
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 50px 0;
    overflow: hidden;
    background-image: url(../images/stripe.svg);
    background-repeat: repeat;
    background-size: 10px;
}

.section1 h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1d70a3;
    font-size: 17px;
    font-weight: 600;
}

.section1 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #002c53;
    margin-top: 0px;
    margin-bottom: 20px;
}

.section1 p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.section1 a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #4dbdc6;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.3s;
    text-transform: capitalize;
    margin-top: 25px;
    display: inline-block;
}

.section1 a:hover {
    background-color: #005eb8;
    color: #fff;
}

.section1 .img1 {
    width: 100%;
    display: block;
    position: relative;
}

.section1 .img1 img {
    width: 100%;
    display: block;
    position: relative;
}

.section1 .img1:before {
    content: '';
    position: absolute;
    top: -1.25em;
    right: -1.25em;
    height: 104%;
    width: calc(50% + .75em);
    background: #1d70a3;
}

/*--section1_end--*/


/*--section2--*/
.section2 {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.section2 ul {
    list-style: none;
    width: 100%;
    display: block;
}

.section2 ul li {
    float: left;
    display: inline-block;
    width: 20%;
}

.section2 ul li a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.3s;
    border-right: 1px solid #ccc;
    padding: 0 10px;
}

.section2 ul li:last-child a {
    border-right: 0px;
}

.section2 ul li a .img1 {
    width: 100px;
    height: 100px;
    background-color: #1d70a3;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 100px;
    transition: all 0.3s;
}

.section2 ul li a .img1 img {
    width: 70px;
    display: inline-block;
    transition: all 0.5s;
}

.section2 ul li a h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1d70a3;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.section2 ul li a:hover .img1 img {
    width: 70px;
    display: inline-block;
    transform: rotate(360deg)
}

.section2 ul li a:hover h3 {
    color: #005052;
}

.section2 ul li a p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}

.section2 ul li a .rmore1 {
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 30px;
    display: table;
    padding: 5px 30px;
    margin: auto;
    transition: all 0.3s;
}

.section2 ul li:nth-child(2n) a .img1 {
    background-color: #b60013;
}

.section2 ul li:nth-child(3n) a .img1 {
    background-color: #4e9224;
}

.section2 ul li:nth-child(4n) a .img1 {
    background-color: #333;
}

.section2 ul li:nth-child(5n) a .img1 {
    background-color: #9c0264;
}

.section2 ul li:nth-child(2n) a h3 {
    color: #b60013;
}

.section2 ul li:nth-child(3n) a h3 {
    color: #4e9224;
}

.section2 ul li:nth-child(4n) a h3 {
    color: #333;
}

.section2 ul li:nth-child(5n) a h3 {
    color: #9c0264;
}

.section2 ul li a:hover .rmore1 {
    background-color: #333;
    color: #fff;
}

/*--section2--*/


/*section3*/
.section3 {
    width: 100%;
    float: left;
    padding: 40px;
    background-color: #fff;
}

.sec3in {
    padding-left: 30px;
}

.section3 img {
    display: block;
    width: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.section3 h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #1d70a3;
    font-size: 17px;
    font-weight: 600;
}

.section3 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #002c53;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section3 p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.section3 a {
    font-size: 16px;
    color: #b60013;
    text-decoration: none;
    background-color: transparent;
    padding: 7px 30px;
    border-radius: 30px;
    border: 1px solid #b60013;
    transition: all 0.3s;
    text-transform: capitalize;
    margin-top: 25px;
    display: inline-block;
}

.section3 a:hover {
    background-color: #b60013;
    color: #fff;
    border-color: #b60013;
}

/*section3*/


/*section4*/
.section4 {
    clear: both;
    width: 100%;
    float: left;
    background-image: url('../images/bd_bi_1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    text-align: center;
}

.section4 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.section4 h2:after {
    display: block;
    margin: 10px 0;
    width: 100px;
    height: 2px;
    margin-left: calc(50% - 50px);
    content: '';
    background: #32a1e6
}

.section4 h6 {
    color: #32a1e6;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10%;
    margin-top: 0;
    line-height: 1.5;
    display: none;
    margin-bottom: 20px;
}

.section4 a {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    background-color: #e44494;
    border-radius: 30px;
    transition: all 0.3s;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 5px;
}

.section4 a i {
    margin-right: 10px;
}

.section4 a:hover {
    background-color: #fff;
    color: #e44494;
}


/*section4*/
.counts {
    margin-top: 30px;
}

.counts li {
    width: 33.33%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 20px;
    list-style: none;
    margin: 30px 0;
}

.counts li i {
    display: block;
    font-size: 50px;
}

.counts li h4 {
    font-size: 50px;
    margin: 15px 0;
    font-weight: bolder;
}

/*homeUpdates*/
.homeUpdates {
    padding: 50px 0;
    background: #f5f5f5;
}

.homeUpdates h2 {
    font-size: 40px;
    color: #002c53;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 700;
}

.hu_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ddd;
}

.hu_nav li {
    float: left;
    padding: 0 40px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}

.hu_navh3 {
    width: 100%;
    float: left;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 0;
    background: #fff;
    margin-top: 2px;
    border: 1px solid #ddd;
}

.hu_nav li:hover,
.hu_navh3:hover {
    color: #e44494;
}

.hu_navh3 {
    display: none !important;
}

.hu_nav li.active:after,
.hu_navh3.active:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e44494;
    content: '';
}

.hu_navData {
    margin-top: 30px;
}

.hu_navData ul {
    margin: 0;
    padding: 0;
    background: #fff;
    list-style-type: none;
}

.hu_navData ul li {
    width: 50%;
    float: left;
}

.hu_navData ul li a {
    width: 100%;
    float: left;
    position: relative;
    color: #333;
    padding: 25px;
    text-decoration: none;
    min-height: 150px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.hu_navData ul li h5 {
    font-weight: 500;
    color: #002c53;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.hu_navData ul li h4 {
    font-weight: 300;
    color: #231f20;
    font-size: 15px;
    margin: 0;
    width: 100%;
    float: left;
    height: 42px;
    overflow: hidden;
    line-height: 1.4;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.hu_navData ul li span {
    color: #4dbdc6;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    float: left;
}

.hu_navData ul li a:hover {
    background: #005eb8;
}

.hu_navData ul li:hover h4,
.hu_navData ul li:hover h5 {
    color: #fff
}

.viweAll {
    text-align: center;
    padding-top: 40px;
}

.viweAll a {
    display: inline-block;
    padding: 15px 50px;
    color: #fff;
    background: #4dbdc6;
    border-radius: 50px;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.viweAll a:hover {
    background: #005eb8;
}

/*section6*/
.section6 {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.section6 h2 {
    text-align: center;
    font-size: 40px;
    color: #002c53;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 15px;
}

.section6 p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
}


.main_serv {
    clear: both;
    width: 100%;
    display: block;
}

.section6 .owl-stage-outer {}

.technology1 {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 0px;
}

a.img-wrap {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    width: 100%;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

a.img-wrap .img1 {
    overflow: hidden;
}

a.img-wrap .img1 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all 5s;
}

a.img-wrap:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

a.img-wrap:hover .img1 img {
    transform: scale(1.2, 1.2)
}

.icon1 img {
    width: 70px;
    position: absolute;
    top: 270px;
    background-color: #71a5bb;
    padding: 10px;
}

.techhd1 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
}

.technology1 p {
    position: relative;
    line-height: 21px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    opacity: 1;
    color: #000;
    opacity: 1;
    font-size: 14px;
}

.technology2 .techhd1 {
    color: #00b0b1;
    font-weight: 600;
    background: -webkit-linear-gradient(left, #00b0b1, #55bbeb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.img-wrap:hover .overlay1 p {}

.section6 .rmore1 {
    border-bottom: 2px solid #c03036;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #c03036;
    background-color: #fff;
    position: relative;
    float: left;
    transition: all 0.3s;
}

.section6 a.img-wrap:hover .rmore1 {
    color: #005052;
    border-color: #005052;
}

.techno {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.section6 .owl-nav {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
}

.date1 {
    width: 100%;
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
}

/*section6*/


/*section7*/
.section7 {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    padding: 50px 0;
}

.section7 h2 {
    text-align: center;
    font-size: 36px;
    color: #005052;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 15px;
}

.section7 h2:before {
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    height: 3px;
    content: "";
    background-color: #005052;
}

.section7 ul {
    list-style: none;
    margin-top: 35px;
}

.section7 ul li {
    padding: 0 10px;
}

.section7 img {
    width: 100%;
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.section7 .owl-nav {
    display: none;
}

.section7 .owl-dots {
    display: block !important;
    bottom: -40px;
}

/*section7*/


/*footer*/
.footersection {
    float: left;
    padding-right: 4%;
    width: 25%;
}
.footersection.sec1 {
    width: 45%;
}

.footersectionl {
    width: 20%;
}

.footersectionl1 {
    width: 30%;
    margin-right: 0;
    padding-right: 0;
}

.footermenu {
    padding: 0px;
}

.footersection:last-child {
    margin-right: 0;
}

.footersection h4 {
    border-bottom: 1px solid #a0a1a3;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.footersection h4::after {
    background: #1d70a3;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 53px;
}

.footersection p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.footermenu {
    list-style-type: none;
    margin-top: 20px;
}

.footermenu li {
    background-image: url("../images/listicon.png");
    list-style-position: outside;
    background-repeat: no-repeat;
    background-position: left 12px;
    padding: 4px 0 4px 20px;
}
.footersection.sec1 .footermenu li {
    width:50%;
    float: left;
}
.footermenu li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.footermenu li a:hover {
    color: #1d70a3;
    transition: all 0.3s ease 0s;
}

.socialicons {
    list-style-type: none;
    margin-top: 20px;
    padding: 0px;
}

.socialicons li {
    float: left;
    margin-right: 22px;
}

.socialicons li a {
    color: #fff;
    font-size: 20px;
    outline: medium none;
    transition: all 0.3s ease 0s;
}

.socialicons li a:hover {
    color: #1d70a3;
}

.footer_addre {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.add_icon {
    float: left;
    width: 10%;
    margin-top: -3px;
}

.add_text {
    color: #fff;
    float: right;
    font-size: 14px;
    width: 89%;
    line-height: 23px;
}

.footer {
    padding: 10px 0 30px;
    background-color: #001d2f;
    float: left;
    width: 100%;
}

.mFooter {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    background-color: #01121c;
}

/*footer*/


.mmenu_but {
    width: auto;
    padding: 8px 5px 5px 0px;
    color: #222;
    margin-right: 10px;
    float: right;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: 600;
    margin-top: 23px;
    transition: all 0.3s ease 0s;
}

.header.fixed1 .mmenu_but {
    margin-top: 10px;
}

.mobile_menu {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 9999999;
    position: fixed;
    display: block;
    left: -260px;
    top: 0px;
    transition: ease all .5s;
    /*border-right:2px solid #2259da;*/
}

.mslidemenu_close {
    width: 100%;
    float: left;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #b80014;
}

.mslidemenu_close i {
    float: right;
}

.mobile_menu_wrapper {
    width: 100%;
    float: left;
    /*border-bottom:1px solid #ccc;*/
    padding: 10px 15px;
}

.mobile_welcome h4 {
    font-size: 18px;
    color: #222;
    margin-bottom: 5px;

}

.mobile_welcome p {
    font-size: 14px;
    color: #222;
    margin-bottom: 0px;

}

.mobilecategories {
    font-size: 18px;
    color: #373333;
    padding: 10px;
    width: 100%;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul.parent {
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 0px;
}

ul.parent li {
    width: 100%;
    float: left;
    position: relative;
}

ul.parent li a {
    display: inline;
    width: 100%;
    height: 100%;
    outline: none;
    display: table;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 12px;
    color: #333745;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    ;
}

ul.parent li span {
    float: right;
    color: #333745;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    padding: 0px;
    line-height: 0px;
}

ul.parent li a:hover,
.hpl_cats ul.parent li a:hover span {
    text-decoration: none;
    color: #b80014;
}

ul.parent ul {
    padding-right: 0px;
    list-style: none;
    display: none;
    background-color: #f1f1f1;
}

ul.parent ul li {
    background-color: #f1f1f1;
    position: relative;
}

ul.parent ul ul li {
    background-color: #fff;
}

ul.parent ul li:last-child {
    border-bottom: 0px dotted #ccc;
}

.menul li a span {
    position: relative;
    float: right;
}

.menul li a span:before {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 18px;
    content: '\f105';
    font-family: "FontAwesome";
    transition: all .5s;
}

.menul li.open a span:before {
    content: '\f107';
    transition: all .5s;
}

.remove_desktop {
    display: none;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/

/*------iphone----------------*/
@media only screen and (max-width : 1279px) {
    .container {
        max-width: 980px;
    }

    .micon {
        display: block;
    }

    .menu {
        display: none;
    }

    #header .logo img {
        height: 40px;
    }

    #header .logo {
        padding: 10px 0;
    }

    body {
        padding-top: 61px;
    }

    .news_scroll {
        padding: 15px;
    }

    .news_scroll h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .car_btns {
        bottom: 10px
    }

    .section1 h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .forMobile {
        display: block;
    }
}

@media only screen and (max-width : 979px) {
    .container {
        max-width: 768px;
    }

    .hdtop {
        display: none;
    }

    body {
        padding-top: 61px;
    }

    .container1 .col-sm-8 {
        width: 100%;
    }

    .container1 .col-sm-4 {
        width: 300px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .news_scroll {
        background: transparent;
    }

    .section1 {
        padding: 30px 0
    }

    .section1 .col-sm-6 {
        width: 100%;
    }

    .section1 .col-sm-4 {
        display: none;
    }

    .hu_nav li {
        width: 25%;
        padding: 0;
        text-align: center;
    }

    .hu_navData ul li h4 {
        height: 84px;
        overflow: hidden;
    }

    .mLogin {
        display: block;
        float: right;
        padding-top: 15px;
    }

    .mLogin a i {
        margin-right: 5px;
    }

    .mLogin a {
        float: left;
        text-decoration: none;
        color: #333;
        background: #f8f8f8;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-left: 10px;
        padding: 0 15px;
        line-height: 28px;
    }
}

@media only screen and (max-width : 767px) {
    .container {
        max-width: 550px;
    }

    #header .logo {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .forMobile {
        width: 100%;
        float: left;
        position: relative;
        display: block;
    }

    .mLogin {
        float: none;
        padding-top: 8px;
        display: inline-block;
    }

    .micon {
        margin: 0;
        margin-right: 20px;
        margin-top: 2px;
    }

    body {
        padding-top: 105px;
    }

    .container1 .col-sm-4 {
        display: none;
    }

    .pavcontentslider .pav-caption {
        width: 100%;
        padding: 0;
        left: 0;
        text-align: center;
    }

    .banner_hd {
        font-size: 20px;
        font-weight:500;
        line-height: 1.2;
    }

    .banner_r_more {
        margin-top: 10px;
    }

    .banner_r_more a {
        font-size: 13px;
        padding: 5px 15px
    }

    .car_btns {
        display: none;
    }

    .section1 h3 {
        margin-top: 0
    }

    .section1 a {
        margin-top: 15px;
    }

    .section4 {
        padding: 50px 0;
    }

    .section4 h2 {
        font-size: 36px;
    }

    .counts li {
        width: 100%
    }

    .homeUpdates {
        padding: 30px 0
    }

    .homeUpdates h2 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .hu_nav {
        display: none;
    }

    .hu_navData ul li {
        width: 100%
    }

    .hu_navh3 {
        display: block;
        cursor: pointer;
    }

    .hu_navData {
        margin-top: 0;
    }

    .footersection, .footersection.sec1 {
        width: 100%;
        padding:0;
    }
    .footersection.sec1 .footermenu li {
        width:100%;
    }

    .hu_navh3 {
        display: block !important;
    }
}

@media only screen and (max-width : 359px) {}