body {
    font-family: 'Segoe UI Regular';
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}


/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Light'), url('Gotham-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Book'), url('Gotham-Book.woff') format('woff');
}

@font-face {
    font-family: 'Gotham-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Medium'), url('Gotham-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Bold'), url('Gotham-Bold.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Segoe UI Regular';
}


/* .container{max-width: 1240px; margin: auto; display: table;} */


/*--------header-----------*/

.header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}

#header.fixed1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 0px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.logo {
    float: left;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    margin-left: 20px;
    transition: all 0.3s ease 0s;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.logo a {
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left 13px;
    width: 185px;
    display: table;
    transition: all 0.3s ease 0s;
    height: inherit;
    background-size: 100%;
}

#header.fixed1 .logo {
    height: 80px;
    transition: all 0.3s ease 0s;
}

#header.fixed1 .logo a {
    background-image: url(../images/logo.png);
    width: 300px;
    background-size: 100%;
    background-position: left center;
    transition: all 0.3s ease 0s;
}

.menu {
    float: right;
}

.menu ul {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.menu>ul>li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu>ul>li>a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 13px;
    height: 90px;
    font-weight: 500;
    line-height: 90px;
}

.menu>ul>li>a:hover,
.menu>ul>li>a.active {
    color: #41beff;
}

.menu>ul>li.contactli {
    height: 90px;
    line-height: 90px;
    padding: 25px 0;
    transition: all 0.5s;
}

.menu>ul>li.contactli>a {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #009aeb;
    color: #fff;
    transition: all 0.5s;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009aeb+0,115cdd+100 */
    background: #009aeb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #009aeb 0%, #115cdd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #009aeb 0%, #115cdd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #009aeb 0%, #115cdd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009aeb', endColorstr='#115cdd', GradientType=1);
    /* IE6-9 */
}

.menu>ul>li.contactli>a i {
    margin-right: 5px;
}

.menu>ul>li.contactli>a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#115cdd+0,009aeb+100 */
    background: #115cdd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #115cdd 0%, #009aeb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #115cdd 0%, #009aeb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #115cdd 0%, #009aeb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115cdd', endColorstr='#009aeb', GradientType=1);
    /* IE6-9 */
}

#header.fixed1 .menu>ul>li>a {
    height: 80px;
    line-height: 80px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
}

#header.fixed1 .menu>ul>li.contactli {
    height: 80px;
    line-height: 80px;
    padding: 20px 0;
}

#header.fixed1 .menu>ul>li.contactli>a {
    color: #fff !important;
    height: 40px;
    line-height: 40px;
}

#header.fixed1 .menu>ul>li>a:hover,
#header.fixed1 .menu>ul>li>a.active {
    color: #1f70a3;
}

#header.fixed1 .menu>ul>li>a.active {
    border-bottom: 3px solid #1f70a3;
}

.menu>ul>li>a img {
    margin-left: 7px;
}

.menu>ul>li>a.icon1 i {
    margin: 0px;
}


/* .menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0b588f;
    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: 2px;
    width: 100%;
    content: "";
    background-color: #0b588f;
} */

.menu>ul>li>a.color1 {
    color: #71a642;
}

.menu>ul>li>a.color2 {
    color: #d3148c;
}

.menu>ul>li>a.color3 {
    color: #1eb1e4;
}

.fixed1 .menu>ul>li>a:after {
    background-color: #0b588f;
}

.fixed1 .menu>ul>li>a.active:after {
    background-color: #0b588f;
}

.menu>ul>li>a.color1:after,
.menu>ul>li>a.color2:after,
.menu>ul>li>a.color3:after,
.menu>ul>li.contactli>a:after {
    display: none !important;
}

.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.submenu1 li {
    display: table;
    clear: both;
    width: 100%;
}

ul.submenu1 li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    line-height: 24px;
    padding: 10px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #f5f5f5;
}

ul.submenu1 li:last-child a {
    border-bottom: 0px;
}

ul.submenu1 li:hover a {
    color: #1f70a3 !important;
}

ul.submenu1 li:last-child a {}

.menurt1 {
    float: right;
    display: inline-block;
    margin-right: 30px;
    padding: 20px 0 0;
}

.menurt1 a.phonebx,
.menurt1 a.msgbx {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding-top: 11px;
    padding-left: 10px;
    /* border: 2px solid #000; */
    font-size: 15px;
    float: left;
    margin-right: 15px;
    transition: all 0.3s;
    /* font-weight: 600; */
}

.menurt1 a.msgbx {
    color: #fff;
    border: 0px;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 0px;
    background-color: #3894ce;
    font-weight: 400;
}

.menurt1 a.phonebx img {
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -2px;
}


/*------header_end--------*/


/*home_link*/


/* .home_link {
    overflow: hidden;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.home_link:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background-color: #000;
    opacity: 0.5
} */


/* .hl_video {
}
.hl_video video {
    width: 100%;
    display: block;
}
.hl_circle {
    width: 75%;
    padding-top: 15%;
    left: 5%;
    font-size: 24px;
    text-align: left;
    color: #fff;
    top: 0px;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
}
.hl_circle h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Gotham-Bold';
    margin-bottom: 0px;
}
.hl_circle a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 40px;
    margin-top: 20px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hl_circle a:hover {
    color: #fff;
    background: #1f70a3;
    border-color: #1f70a3;
} */


/*home_link*/


/*------bannerbox---------*/

.bannerbox {
    width: 100%;
    display: block;
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.bannerbox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    z-index: 1;
}


/* .bannerbox:after{
    width: 100px;
    height: 300px;
    content: "";
    background-color: #fc5c01;
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: 1
} */

.bannerboxcont {
    position: absolute;
    left: 5%;
    top: 23%;
    width: 90%;
    text-align: center;
    z-index: 2
}


/* .banner_txt {
    top: 160px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
    left: 28%;
    z-index: 999999;
    margin: auto;
} */

.banner_hd h2 {
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    font-weight: 600;
    color: #fff;
    font-size: 55px;
    position: relative;
    padding-bottom: 0px;
    margin: 0;
}

.banner_hd h2 span {
    font-weight: 300;
    /* font-size: 80px; */
    font-family: 'Gotham-Light';
}


/* .bannertxt h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 447px;
    height: 7px;
    margin: 0 0 0 -223px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
} */

.banner_cont p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gotham-Book';
}


/* .banner_hd {
    color: #fff; font-size: 50px; font-weight: 700; margin:0px;
    font-family: 'Poppins', sans-serif; margin-bottom: 15px; margin-top: 40px; line-height: 55px;
}
.banner_hd span{border-bottom: 1px solid #fc5c01; font-family: 'Poppins', sans-serif;}
.banner_cont {
    color: #fff; font-size: 18px; font-family: 'Poppins', sans-serif; margin-bottom: 30px;
    width: 80%
} */

.banner_r_more {
    clear: both;
    margin-top: 20px;
}

.banner_r_more a {
    text-decoration: none;
    color: #fff;
    padding: 10px 65px 10px 40px;
    /* background-color: #fff; */
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 30px;
    border: 2px solid #fff;
    position: relative;
    /* background-color: #fbb03b; */
}

.banner_r_more a:hover {
    transition: all 0.3s;
    background-color: #fff;
    color: #1f70a3;
    background-image: none;
}

.banner_r_more a svg {
    width: 1.1875rem;
    height: 0.875rem;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 26px;
}

.bannerBtn a {
    position: absolute;
    right: calc(12% - 100px);
    bottom: 20px;
    padding-bottom: 120px;
    text-decoration: none;
    display: inline-block;
    outline: 0px;
    z-index: 99;
    /* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
    /* padding-top: 167px; */
    white-space: nowrap;
    color: #fefefe;
    text-align: center;
    background-position: center;
    font-size: 18px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.bannerBtn a:focus {
    outline: 0px;
}

.bannerBtn a span {
    transform: rotate(90deg);
    display: block;
    opacity: 0.3;
    font-size: 14px;
    position: relative;
    right: 4px;
    top: -7px;
}

.bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    /* transform: rotate(-90deg); */
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
}

.bannerBtn a::after {
    content: '';
    width: 17px;
    height: 70px;
    position: absolute;
    top: 30px;
    right: 13px;
    z-index: 1111;
    background: url("../images/arrow-down.png");
    /* transform: rotate(-90deg); */
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


/*------bannerbox---------*/


/*section1*/

.section1 {
    clear: both;
    width: 100%;
    display: block;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.aboutcontent {
    width: 100%;
}

.aboutcontent h4 {
    color: #1f70a3;
    font-family: 'Gotham-Medium';
    margin-bottom: 10px;
    font-size: 18px;
}

.aboutcontent h2 {
    font-weight: 800;
    margin: 0px;
    font-size: 42px;
    position: relative;
    color: #000;
    font-family: 'Gotham-Bold';
}


/* .aboutcontent h2:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #0a5c93;
    content: "";
} */

.aboutcontent h2 span {
    color: #0a5c93;
}

.aboutcontent p {
    font-family: 'Gotham-Book';
    color: #000;
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.75
}

.aboutcontent a {
    text-decoration: none;
    clear: both;
    display: table;
    background-color: #0a5c93;
    color: #fff;
    border: 1px solid #0a5c93;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
    font-family: 'Gotham-Book';
}

.aboutcontent a:hover {
    background-color: #fff;
    color: #0a5c93
}

.counterbx1 {
    clear: both;
    width: 100%;
    margin-top: 35px;
    padding-left: 40px;
    display: table;
}

.counterbx1 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0px 15px 0px 5px;
    line-height: 18px;
    float: left;
    font-family: 'Gotham-Book';
}

.counterbx1 span i {
    font-style: normal;
}

.counterbx2 {
    padding-left: 100px;
}

.counterbx1 span h3 {
    margin-bottom: 0px;
    font-family: 'Gotham-Bold';
    font-size: 26px;
    margin-top: 15px;
}

.counterbx1 span h5 {
    margin-top: 5px;
    font-family: 'Gotham-Book';
}


/*section1*/


/*section2*/

.section2 {
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #f5f5f5
}

.section2 h4 {
    color: #1f70a3;
    font-family: 'Gotham-Medium';
    margin-bottom: 10px;
    font-size: 18px;
}

.section2 h2 {
    font-weight: 800;
    margin: 0px;
    font-size: 42px;
    position: relative;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Gotham-Bold';
}

.help_box {
    background: #fff;
    padding: 40px;
    max-width: 31.33%;
    margin-bottom: 30px;
    min-width: 31.33%;
    position: relative;
    overflow: hidden;
    transition: 0.4s all ease;
    border-radius: 8px;
    margin: 1%;
    float: left;
    display: inline-block;
}

.slide_top_div {
    display: block;
    height: 200px;
}

.help_box span.icon {
    display: block;
    margin-bottom: 20px;
    transition: 0.4s all ease;
    height: 51px;
}

.help_box span.icon img {
    height: 51px;
}

.help_box:hover span.icon {
    height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
}

.help_box:hover a.primary_btn {
    background: #fff;
    color: #000;
}

.help_name {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    opacity: 0.9;
    display: block;
    margin-bottom: 10px;
    transition: 0.4s all ease;
}

.slide_top_div {
    display: block;
    height: 200px;
}

.help_box p {
    font-size: 16px;
    color: #848484;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
    transition: 0.4s all ease;
    font-family: 'Gotham-Book';
}

.help_box:hover {
    background: #1f70a3;
}

.help_box:hover .help_name,
.help_box:hover p {
    color: #fff;
    opacity: 1;
}

.help_box:hover .learn_section {
    display: inline-block;
}

.learn_section {
    margin-top: 20px;
    display: none;
    transition: 0.4s all ease;
}

a.primary_btn {
    background: #1f70a3;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 7px 18px;
    display: inline-block;
    border-radius: 40px;
    transition: 0.4s all ease;
    margin-right: 8px;
    text-decoration: none;
    border: 1px solid #1f70a3;
    font-family: 'Gotham-Book';
}

a.primary_btn.who {
    font-size: 16px;
    padding: 12px 20px;
}

a.primary_btn.who:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.viewallserv {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 30px;
    text-align: center;
}

.viewallserv a {
    background: #1f70a3;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 40px;
    transition: 0.4s all ease;
    margin-right: 8px;
    text-decoration: none;
    border: 1px solid #1f70a3;
    font-family: 'Gotham-Medium';
}

.viewallserv a:hover {
    background-color: transparent;
    color: #1f70a3;
}


/*section2*/


/*section3*/

.section3 {
    width: 100%;
    display: table;
    padding: 60px 0;
    background-color: #1f70a3;
}

.section3 h3 {
    color: #fff;
    font-size: 40px;
    margin: 0px 0px 25px;
    line-height: 46px;
    font-family: 'Gotham-Bold';
    font-weight: 900;
}

.section3 h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Gotham-Book';
    line-height: 30px;
    margin-bottom: 35px;
    padding: 0 10%;
}

.section3 a {
    background-color: #fff;
    color: #1f70a3;
    font-family: 'Gotham-Medium';
}


/*section3*/


/*section4*/

.section4 {
    padding: 50px 0;
}

.section4 h2 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #1f70a3;
    font-weight: 400;
    font-family: 'Gotham-Bold';
    margin-bottom: 30px;
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 0
}

.section4 h2:before {
    position: absolute;
    left: calc(50% - 35px);
    width: 70px;
    height: 1px;
    background-color: #1f70a3;
    content: "";
    bottom: -10px;
}

.section4 ul {
    list-style: none;
    width: 100%;
    clear: both;
    display: inline-block;
    margin-top: 20px;
}

.section4 ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}

.section4 ul li img {
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;
    transition: all 0.3s ease 0s;
    width: 80%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
    padding: 10px;
}

.section4 ul li img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.section4 a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    margin: auto;
    font-weight: 500;
    display: table;
    border: 2px solid #1f70a3;
    border-radius: 50px;
    padding: 8px 40px 5px;
    transition: all 0.3s ease 0s;
}

.section4 a:hover {
    color: #fff;
    background-color: #1f70a3;
}

.section4 h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Gotham-Book';
}


/*section4*/


/*--------footer--------*/

.footer {
    clear: both;
    width: 100%;
    display: table;
    background-color: #00385c;
    padding: 30px 0;
    position: relative;
    background-size: cover;
    font-family: 'Gotham-Book';
    /* background-image: url('../images/red-pattern.png'); */
}


/*.footer:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}*/

.footersection {
    width: 23%;
    float: left;
    margin-right: 29px;
    margin-top: 20px;
}

.footersection:last-child {
    margin-right: 0px;
}

.footersection h4 {
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Gotham-Bold';
    margin-top: 0px;
}

.footersection h4:after {
    width: 53px;
    height: 1px;
    position: absolute;
    left: 0px;
    content: '';
    background: #6ab8e9;
    bottom: -1px;
}

.footersection p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.footermenu {
    list-style-type: none;
    margin-top: 10px;
    margin-left: 20px;
}

.footermenu li {
    padding: 5px 2px;
    list-style-image: url(../images/listicon.png);
    list-style-position: outside;
}

.footermenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    transition: all .3s;
}

.footermenu li a:hover {
    color: #fff9;
    transition: all .3s;
}

.socialicons {
    list-style-type: none;
    margin-top: 20px;
}

.socialicons li {
    float: left;
    margin-right: 22px;
}

.socialicons li a {
    outline: none;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s;
}

.socialicons li a:hover {
    color: #fff9;
}

.footer_addre {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.add_icon {
    float: left;
    width: 10%;
}

.add_text {
    float: right;
    width: 89%;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}

.copyright {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    clear: both;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}


/*--------footer_end--------*/

@media only screen and (min-width: 1400px) and (max-width: 2100px) {
    .hl_circle {
        padding-top: 22%;
    }
}


/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
/* .inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: transparent url(../images/header-overlay.png) repeat;
} */
.inner_banner img{
    width: 100%;
    opacity: 0.4;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 50%; left: 0%; padding: 10px 35px; z-index: 9;
}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #00bbf2;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 3px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 38px; font-weight: 700; 
text-transform: uppercase; margin-bottom: 10px; font-family: 'Gotham-Bold';}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }
/*innerbanner*/


.insection1 {
    width: 100%;
    clear: both;
    padding: 40px 0;
    display: block;
    background-color: #fff;
}
.insection1 h2{
    position: relative;
    width: 100%;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #333
}
.insection1 h2 span{color: #2171a4;}
.insection1 h2:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    content: "";
    background-color: #2171a4
}
.insection1 p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Gotham-Book';
}

/*insection3*/
.insection3{
    width: 100%;
    display: table;
    padding: 40px 0px;
    background-color: #333;
}
.insection3 h2{
    position: relative;
    width: 100%;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #fff
}
.insection3 h2 span{color: #2171a4;}
.insection3 h2:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    content: "";
    background-color: #2171a4
}
.about-box {
    display: table;
    width: 100%;
    position: relative;
    padding:20px 15px 20px 0px;
}

.about-box .icon-cell {
    display: table-cell;
    text-align: center;
}

.about-box .wrapper-icon {
    border: none;
    width: 44px;
    height: 44px;
    line-height: 48px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}
.about-box .wrapper-icon i{ font-size: 21px; color: #1f70a3;}
.about-box .content-cell {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
}

.about-box .wrapper-info .title {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Gotham-Medium';
    color: #FFF;
}

.about-box .wrapper-info .description {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);font-size: 16px;
    font-family: 'Gotham-Book';
    line-height: 24px;
}

.about-box .wrapper-info .title + .description {
    margin-top: 10px;
}
/*insection3*/


/*home_numbers*/
.homenumbers{
    width: 100%;
    display: table;
    padding: 30px 0 100px;
    position: relative;
    background-color: #1f70a3;
    background-image: url('../images/row-map-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homenumbers::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: 
    #263045;
    opacity: 0.8;
    z-index: 9;
    content: "";
}
/* .homenumbers:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 167, 238, 0.7);
} */
.sec4bx1{text-align: center; border-left: 1px solid rgba(255, 255, 255, 0.5);}
.sec4bx1:first-child{border-left: 0px;}
.funfact-img {display: inline-block; margin-right: 20px; opacity: 1;}
.funfact-img img{width: 70px;}
.funfact-count {display: inline-table; overflow: hidden; position: relative; top: -5px;}
.funfact-count h3, .funfact-count h2 {color: #fff; 
  font-size: 19px; margin: 0 0 3px; font-weight: 400; text-align: left;}
.funfact-count h2 span {font-size: 32px; font-weight: 700; color: #fff;
font-family: 'Segoe UI Bold';}
.funfact-count h3{opacity: 0.5}


/*insection2*/
.insection2{
    width: 100%;
    clear: both;
    padding: 40px 0;
    display: table;
    position: relative;
    z-index: 9;
    background-color: #f7f9fe;
}
.insection2 ul{
    list-style: none;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    display: table;
    margin-top: -100px;
}
.insection2 ul li{
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 0px 20px;
    position: relative;

}
.insection2 .sec1bx{
    width: 100%;
    display: block;
    padding: 20px;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5),inset 0 0 0 4px #393939;
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5),inset 0 0 0 4px #393939;
    box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5),inset 0 0 0 4px #393939;
}
.insection2 .sec1bx:hover{
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5),inset 0 0 0 6px #1f70a3;
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5),inset 0 0 0 6px #1f70a3;
    box-shadow: 0 5px 25px -10px rgba(0,0,0,0.5),inset 0 0 0 6px #1f70a3;
}
.insection2 .sec1bx h3{
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Segoe UI Bold';
}
.insection2 .sec1bx p{
    font-size: 16px;
    line-height: 24px;
    height: 92px;
    overflow: hidden;
    font-family: 'Gotham-Book';
}
/*insection2*/


/*innerpage*/
.innerpage{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 3px;
    background-position: left center;
    font-family: 'Gotham-Book';
}
.innerpage h2{margin-top: 0px; position: relative; color: #222; font-weight: 700;
margin-bottom: 20px; /* border-left: 4px solid #1f70a3; */ padding-bottom: 10px;
text-align: left; margin-top: 0px;}
.innerpage h2:before{
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #1f70a3;
}

.innerpage h3{margin-top: 0px; position: relative; color: #222; font-weight: 600;
margin-bottom: 15px; /* border-left: 4px solid #1f70a3; */ padding-bottom: 10px;
text-align: left; margin-top: 20px; font-size: 21px; border-bottom: 1px solid #ccc;
padding: 10px 0px;}

.innerpage p{font-size: 16px; line-height: 26px; color: #000; font-weight: 500;}

.innerpage .innerleft ul{
    width: 100%; display: table; width: 100%; list-style: none;
}
.innerpage .innerleft ul li{
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    color: #000;
    font-weight: 500;
}
.innerpage .innerleft ul li:before{
    position: absolute;
    left: 3px;
    top: 0px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #1f70a3;
}
.innerpage p b{font-weight: 600; color: #1a3871; text-decoration: underline;}


.pgrightbx{background-color: #fff; width: 100%; padding: 20px; display: table; 
    position: relative; border-radius: 3px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.pgrightbx h3{color: #1f70a3; font-size: 20px;margin-top: 0px; margin-bottom: 15px; 
    padding-bottom: 10px; font-family: 'Gotham-Bold';
border-bottom: 1px solid #ccc;}
.pgrightbx ul{list-style: none; width: 100%; display: block; clear: both;}
.pgrightbx ul li{clear: both; position: relative; margin-bottom: 5px;}
.pgrightbx ul li a{text-decoration: none; color: #222; font-size: 15px; 
    padding: 5px 0 5px 20px;
display: block; position: relative; transition: all 0.3s;}
.pgrightbx ul li a.active{border-left: 2px solid #1f70a3; color: #1f70a3;}

.pgrightbx ul li a:hover{color: #1f70a3;}
.innerpgbx2 .home_solutions img{border: 3px solid #662d91; width: 100%;}

.pgleftbx h4{font-size: 24px; margin: 30px 0; font-style: italic; font-weight: 600; color: #662d91;}
/*innerpage*/


.innerpgbx1, .innerpgbx {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 3px;
    background-position: left center;
}
ul.careersul{list-style: none; width: 100%; display: table; padding: 0px;}
ul.careersul li {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 6px solid #e5e5e5;
}
ul.careersul li h2 {
    padding: 10px 15px;
    color: #222;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    font-family: 'Gotham-Bold';
    margin-top: 0px;
}
ul.careersul li h2 i {
    margin-right: 10px;
}
ul.careersul li .span, .job_nav .span {
    padding: 10px 15px;
    display: table;
    width: 100%;
}
ul.careersul li span, .job_nav span {
    float: left;
    width: 33.33%;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.job_nav span {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
ul.careersul li span b, .job_nav span b {
    margin-left: 15px;
    color: #000;
    font-weight: 500;
}
ul.careersul li a {
    position: absolute;
    top: 3px;
    right: 15px;
    padding: 5px 15px;
    background: #1f70a3;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s;
}
ul.careersul li a:hover {
    background: #222;
    transition: all .5s;
}


.jobdescription{
    width: 100%;
    display: table;
    font-family: 'Gotham-Book';
    padding: 40px 0;
}
.jobdesinner{width: 100%;
display: table; padding: 0; background-color: #fff;}
.jobdesinner h3{
    color: #1f70a3;
    font-size: 32px;
    margin-bottom: 15px;
    font-family: 'Gotham-Bold';
    margin-top: 0px;
}
.jobdesinner h3 span{
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #fff8ea;
}
.jobdesinner h4{
    font-size: 18px;
    font-weight: 500;
    color: #9e9e9e;
    margin-bottom: 20px;
}
.jobdesinner p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}
.jobdesinner p b{font-weight: 600;}
a.jobapply{
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #88c43e;
    border-radius: 3px;
    display: table;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
    font-weight: 500;
}
a.jobapply:hover{
    background-color: #fff;
    color: #88c43e;
}
.jobdesinner h6{
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing:1px;
    color: rgba(0, 0, 0, 0.54);
}
.isrtsoc a{float: none; display: inline-block; width: 40px; height: 40px;
text-align: center; line-height: 40px; clear: none; border-radius: 40px; color: #fff; 
transition: all 0.3s; margin-right: 5px;}
.isrtsoc a.fb{background-color: #4064ac;}
.isrtsoc a.lin{background-color: #0270ad;}
.isrtsoc a.twitter{background-color: #1c9bea;}

.isrtsoc a.fb:hover{background-color: #0D3583; color: #fff;}
.isrtsoc a.lin:hover{background-color: #004E7A; color: #fff;}
.isrtsoc a.twitter:hover{background-color: #006CAF; color: #fff;}

.line1{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
    clear: both;
    display: table;
}
.jobdesinner h2{font-size: 21px; 
margin-bottom: 20px; font-family: 'Gotham-Bold';}
.jobdesc1 p{font-size: 16px; line-height: 26px;}
.jobdesc1 ul li{line-height: 32px; font-size: 16px; position: relative; padding-left: 30px;}
.jobdesc1 ul {
    list-style: none;
    width: 100%;
    display: block;
    margin-left: 20px;
}
.jobdesc1 ul li::before {
    position: absolute;
    left: 0px;
    top: 13px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    background-color: #194560;
    content: "";
}
h1#goBottom {
    text-align: center;
    font-size: 36px;
    color: #1f70a3;
    margin-bottom: 40px;
    margin-top: 0px;
    font-family: 'Gotham-Bold';
}

.jobdescription label{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.jobdescription label span{color: #ff7149;}
.jobdescription input.form-control, .jobdescription textarea.form-control{
    background-color: #f2f2f4;
    border-radius: 0px;
    padding: 15px;
    border: 0px;
    display: block;
    height: 46px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    box-shadow: none;
}
.jobdescription textarea.form-control{height: 120px;}
.jobdescription .col-sm-12{
    display: table;
    width: 100%;
}
input.subres{
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    background-color: #1f70a3;
    transition: all 0.3s;
}
input.subres:hover{
    background-color: #333;
    color: #fff;
}




.contactpg{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}
.contactpg h2{
    font-size: 46px; 
    color: #1f70a3;
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: 'Gotham-Bold';
}
.contactpg h1{
    position: relative;
    padding: 21px 80px 21px 40px;
    width: 100%;
    display: block;
    color: #fff;
    font-size:24px;
    margin: 0px;
    letter-spacing: 0px;
    background-color: #00385c;
    font-family: 'Gotham-Medium';
}
.contactpg .icon_wrapper {
    width: 80px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    overflow: hidden;
}
.contactpg .icon {
    background-color: #fff;
    color: #fff;
}
.contactpg .icon {
    width: 60px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    color: #00385c;
    border: 1px solid #00385c;
}
.contactpg .icon svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    color: #00385c;
    fill: #00385c;
    left: 50%;
    margin: -15px 0px 0px -15px;
}
.contactpg .icon {
    color: #fff;
}
.contactpg p a{
    border-bottom: 2px solid #1f70a3;
    font-size: 18px;
    font-family: 'Gotham-Medium';
    margin-bottom: 5px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: #333
}
.contactpg p a:hover{text-decoration: none; border-bottom: 2px solid #424243;}
.contactpg h3{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 28px;
    font-family: 'Gotham-Book';
}
.contactpg h4 b{color: #1f70a3; font-size: 24px; font-family: 'Gotham-Medium';
letter-spacing: 3px;}

.contactpg h4{
    margin-top: 0px;
    font-size: 18px;
    line-height: 34px;
    display: block;
    clear: both;
    background-color: #f3f3f3;
    padding: 20px;
    color: #333;
    font-family: 'Gotham-Medium';
}
.contactpg a.gd{
    padding: 15px 40px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    border: 0px;
    background-color: #43c0e3;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;

}
.contactpg a.gd:hover{
    background-color: #64c0ad;
    color: #fff;
}


.jobsbx1{
    clear: both;
    width: 100%;
    display: table;
    padding-left: 100px;
    position: relative;
}
.jobsbx1 a{
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #aeaeae;
    display: block;
}
p.offering-title{
    font-size: 18px;
    color: #1f70a3;
    margin-bottom: 0px;
    line-height: 28px;
    font-family: 'Gotham-Bold';
}
.offerings-row{color: #333; font-size: 12px; font-family: 'Gotham-Book';}
.offerings-row span{font-style: normal; color: #1f70a3; font-size: 18px;
display: inline-block; margin-top: 10px;}
.sub{
    font-style: normal;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #1f70a3;
    border-radius: 3px;
    display: table; margin: auto; transition: all 0.3s;
    color: #1f70a3;
    font-weight: 600;
}
.border-left {
    width: 20px;
    height: 0%;
    top: 0px;
    position: absolute;
    left: 0;
    background: #1f70a3;
    transition: all 0.5s;
}
.jobsbx1 a:hover .border-left {
    height: 100%;
}
.jobsbx1 a:hover .sub {
    background-color: #1f70a3;
    color: #fff;
    transition: all 0.5s;
    border-color: #1f70a3;
}


.jobdescription{
    width: 100%;
    display: table;
    position: relative;
    padding: 40px 0;
}
.jobdescription .maintitle{left: 0px;}
.jobdesinner{width: 100%;
display: table; padding: 0; }
.jobdesinner h3{
    color: #1f70a3;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600
}
.jobdesinner h3 span{
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #fff8ea;
}
.jobdesinner h4{
    font-size: 18px;
    font-weight: 500;
    color: #2c4a58;
    margin-bottom: 20px;
}
.jobdesinner p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}
.jobdesinner p b{font-weight: 600;}
a.jobapply{
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #f5a362;
    border-radius: 3px;
    display: table;
    transition: all 0.3s;
    margin: auto;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
    font-weight: 500;
}
a.jobapply:hover{
    background-color: #fff;
    color: #f5a362;
}


.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #1f4d89;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}
#header.cloned .icon-bar {background: #000;}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #1f70a3;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  /* background-image: url('../images/hpat.png'); */
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 16px; 
    display: block; padding: 10px 15px; text-transform: capitalize; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}
a.closebtn img{width: 26px;}
a.mobilecont{
    padding: 6px 22px 6px;
    margin-left: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #1f70a3;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}

img.mobimg{display: none; width: 100%; }
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .top_section1{height: auto; max-height: none;}
    .eBtn_pop{display: none;}
    .header{padding: 0 5px;}
    .menubar, .menurt1{display: none;}
    .top_social, .top_social ul{display: none;}
    .menu2{display: block; top: 26px; right: 10px; z-index: 99999999999999;}
    .menu{display: none;}
    .logo{width: auto; position: relative; margin: 0px; text-align: left;}
    .logo a img{height: 90px; padding: 5px 0px 5px 10px;}
    #header.fixed1 .logo{margin: 0px; padding: 0px 0px 5px 10px; height: 90px;}
    #header.fixed1 .logo a img{height: 70px;}
    /* .carousel-inner > .item > img, .inner_banner img{
        width: 100%;
        height: calc(100vh - 100px) !important;
        object-position: center;
        object-fit: cover;
    }   */  
    .bannerbox{height: auto;}
    #header.fixed1 .logo a{width: 250px;}
    .ban_but{bottom: 0px !important; top: auto !important;}
    .bannerboxcont{top: 15%;}
    .banner_r_more{margin-top: 5px;}
    .banner_hd h2{font-size: 21px; line-height: 28px;}
    .banner_cont p{font-size: 14px; line-height: 21px;}
    .banner_r_more a{font-size: 14px;}
    .bannercu, .inner_banner{margin-top: 90px;}
    .hdright{margin-right: 100px;}
    .banner_txt{width: 100%; left: 0px; top: 45% !important; padding: 0 5% !important;}
    .banner_hd{font-size: 24px; line-height: 32px;}
    .banner_txt p{display: none;}
    .banner_hd::before{width: 55px; left: -10px;}
    .banner_hd::after{left: 50px;}
    .banner_cont{font-size: 18px; line-height: 24px; margin-bottom: 0}

    .carousel-control.right{right: 5px !important;}
    .carousel-control.left{left: 5px !important;}
    .icon--large{max-width: 85px;}
    .ban_but, .pavcontentslider .carousel-indicators{width: 100%; right: auto; text-align: center;
        bottom: 10px;}
    .pavcontentslider .carousel-indicators li{
        display: inline-block; margin: 0 5px;
    }
    .box3 h2, .box4 h2{font-size: 18px; text-align: center; line-height: 24px; margin-bottom: 0}
    .box3in{margin-top: 0px;}
    .box3in h1{font-size: 5em;}
    .box3in img{margin-top: 30px;}
    .box3 h3{text-align: center; font-size: 21px;}
    .box3 a{display: table; margin: auto;}
    .box3 p{font-size: 14px; line-height: 21px; text-align: center}
    .counterbx h3{font-size: 32px;}
    .counterbx{margin-bottom: 30px;}
    .box4{padding-bottom: 0px;}
    .bp-solutions-boxes a{width: 98%; margin-bottom: 20px;}
    .bp-solutions-boxes{padding: 0px;}
    .section21 h2{font-size: 24px; line-height: 36px; text-align: center;}
    .home_solutions ul li{width: 100%; margin: auto; margin-bottom: 20px;}
    .box2 h2, .sec-title h1{font-size: 32px;}
    .box2_cont h3{margin-top: 0px; font-size: 28px;}
    .box2_cont{padding-bottom: 20px;}
    .bxtxtbx h4{font-size: 16px;}
    .section21 p{font-size: 14px; line-height: 21px; padding: 0 5%;}
    .map_locations h2{font-size: 21px; line-height: 42px;}
    .loc_map{width: 100%; display: block;}
    .pin4{top: 11%;}
    .pin3{top: 11%;}
    .pin2{top: 30%;}
    .pin1{top: 45%;}
    .loc_map img{margin-top: auto;}
    .box2 ul li a{width: 31%; padding: 10px;}
    .news-block .inner-box .lower-content h4{font-size: 18px; line-height: 26px;}
    .allBtn a{font-size: 12px;}
    .box6 h4{text-align: center; line-height: 24px; font-size: 18px;}
    .box6 a{float: none; display: table; margin: auto; margin-top: 30px; font-size: 16px;}
    .ftleft1{width: 100%; margin-bottom: 20px;}
    .ftleft1 .fthd1{text-align: left !important;}
    .ftaddress{text-align: left !important;}
    .mFooter{height: auto; line-height: normal; padding-top: 15px;}
    .subscribe-form{width: 100%;}
    .section6 h1{font-size: 21px;}
    .section6 p{font-size: 14px;}
    p.copy{margin-top: 30px;}
    .ft_soc{margin-bottom: 20px;}
    .ftaddress b{font-size: 18px;}
    .innertxt1{top: 35%;}
    .inner_banner h1{margin-top: 0px; font-size: 18px;}
    .innerbx1 h2{width: 100%; text-align: center; font-size: 21px; line-height: 28px; padding: 0px;}
    .innerbx1 p{padding: 0px; text-align: center; font-size: 16px; line-height: 24px;}
    .innerbx2 li{font-size: 14px;}
    .innerbx2 li p{font-size: 32px;}
    .innerbx2 li p span{font-size: 32px;}
    .aboutVision .link .txt, .aboutVision .link .img, .pageLinks .link .txt, .pageLinks .link .img{
        float: none; width: 100%; clear: both;
    }
    .aboutVision .link .txt h3, .pageLinks .link .txt h3{
        margin-top: 0px;
        font-size: 28px;
    }
    .aboutVision .link .txt, .pageLinks .link .txt{padding: 20px;}
    .aboutVision .link .txt, .pageLinks .link .txt{font-size: 16px; line-height: 24px;}

    .page_content, .page_nav{width: 100%; clear: both;}
    .stickme{position: relative; top: auto;}
    .trainingpg h3{font-size: 21px;}
    .trainingpg h2{width: 100%; text-align: center; font-size: 24px;
        height: auto; line-height: normal;}
    .trainingpg h2 span{height: auto;}
    .trainingpg h2 span br{display: none;}
    .trainingpg ul li{font-size: 16px;}
    a.backbtn{font-size: 16px; padding: 6px 10px;}

    .searchbox{margin-top: 0px;}
    .searchbox .col-md-12{padding: 0px;}
    .banner_fields{height: 36px; padding: 5px; width: 37%;}
    .formsubmit{padding: 0px; height: 36px; background-position: center center; font-size: 0px;}
    .formsubmit:hover{background-position: center center;}
    .searchbox h3{display: none;}
    .companyimage{width: 50px; padding: 5px;}
    .job_des{width: 78%;}
    .mainjobsbox{margin-bottom: 30px;}
    .searchbxtxt{top: 20px; padding: 0px; display: none;}

    .innerserv h1, .contactpg h2{font-size: 28px;}
    .contactpg h3{font-size: 12px; line-height: 24px; margin-top: 10px;}
    .innerserv{padding: 35px 0;}
    .contactpg h1, .contactpg h4 b{font-size: 18px;}
    .contactpg h4{font-size: 16px; line-height: 26px;}
    .footer_address ul li{border-right: 0px; width: 100%; clear: both;}

    .aboutbx2 h2{line-height: 28px; padding: 0 15px 20px;}
    .combx1 h2, .aboutbx1 h2{padding: 0px; font-size: 21px; line-height: 28px;
        letter-spacing: 0}
    .sec3bx{padding: 20px;}
    .com2bx1 img{width: 100%; display: block;}
    a.servbx1{padding: 40px 0; background-image: none !important;}
    .sec3bx::before{display: none;}
    .aboutbxrd p{font-size: 14px; line-height: 21px;}
    img.mobimg{display: block; width: 100%; margin-bottom: 20px; }
    .content, .aboutbx1{display: block;}
    .menu11{position: relative; top: auto; width: 100%; display: block; margin:0;
        clear: both; z-index: 999}
    .prodmain .prodcontbx h3{font-size: 14px; margin-bottom: 5px;}
    .page1 .sticky {
        position: -webkit-relative;
        position: -moz-relative;
        position: -o-relative;
        position: -ms-relative;
        position: relative;
        top: auto;
        z-index: 1;
        display: inline-block;
    }
    .page_right{width: 100%; display: block;}
    .page_left1{width: 100%; display: block; padding: 20px;}
    .content .col-sm-9{clear: both; margin-top: 40px; display: inline-block; width: 100%; padding: 0}
    .prodcontbx h3{font-size: 14px;}
    .aboutbtm{padding: 15px;}
    .aboutbtm .owl-prev{margin-left: -15px !important;}
    .aboutbtm .owl-next{margin-right: -15px !important;}
    .prodimgbx{height: 150px;}
    .abtbtmbb{min-height: auto;}
    .aboutbxrd {padding: 0px;}
    .content{padding-top: 20px;}
    .prodmain .prodimgbx{height: 150px;}
    .prodcontbx{padding: 10px;}
    a.servbxmob{padding: 10px 0}
    .sec3bx h3{font-size: 19px;}
    .aboutbx1 p, .sec3bx p{font-size: 14px; line-height: 23px;}
    .jobdescription h1{font-size: 24px;}
    .communitybx2 h4{font-size: 21px; line-height: 32px;}
    .aboutbx1 h2{padding-top: 20px;}
    .innertxt1{padding: 0}
    .aboutbx1{padding: 20px 0}

    .aboutcontent h2{font-size: 28px;}
    .aboutcontent p, .insection1 p{font-size: 14px;line-height: 21px;}
    .aboutcontent a{font-size: 16px;}
    .section2 h4{font-size: 16px;}
    .section2 h2, .section4 h2{font-size: 28px;}
    .section2{padding: 20px;}
    .help_box{width: 100%; max-width: 100%; min-width: 100%; margin:0px; margin-bottom: 15px;}
    .section3 h3{font-size: 21px; line-height: 32px;}
    .section3 h5, .section4 h5{font-size: 16px; line-height: 24px;}
    .section4 ul li{width: 33.33%; margin-bottom: 15px;}
    .section4 ul li img{width: 90%;}
    .footersection{width: 100%; clear: both; margin:0; margin-bottom: 15px;}
    .footer{padding: 20px;}
    .insection1 h2, .insection3 h2, .jobdesinner h3, h1#goBottom{font-size: 24px;}
    h1#goBottom{margin-top: 30px;}
    .insection1, .insection3{padding: 25px;}
    .about-box .wrapper-info .title{font-size: 18px;}
    .section4{padding: 25px;}
    .jobsbx1{padding-left: 30px;}
    .jobdesc1 ul{margin:0;}
    .jobdesc1 ul li{padding-left: 20px;}
    .contactpg h2{margin-bottom: 10px;}
    .jobdescription label{font-size: 14px;}
    .contactpg p a, .contactpg h4{font-size: 14px;}
    .banner_cont p br{display: none}
    .ban_but{display: none;}
    .help_box p{line-height: 21px; font-size: 14px;}
    .contactpg h3 br{display: none;}
    .section3 h5{padding: 0}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 960px)
{

}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{
    .bannerboxcont{top: 30%;}
    .banner_hd h2{font-size: 42px; line-height: 55px;}
    .bannerBtn a{right: 40px;}
    .help_box{width: 48%; max-width: 48%; min-width: 48%; margin:1%;}
}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    /* .menurt1{display: none} */
    .ban_but{top: auto !important; bottom: 15%;}
    .menurt1 a.phonebx{display: none;}
    #header.fixed1 .logo a{width: 220px;}    
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    .container{width: 100%; display: block;}
    
}


