body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 138px;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

.container {
    width: 1240px;
}
a.fixedico1{
    position: fixed;
    right: 0px;
    top: 35%;
    z-index: 999999;
    padding: 10px 15px 10px 20px;
    border-radius: 30px 0 0 30px;
    background-color: #339933;
}
a.fixedico1 i{font-size: 32px; color: #fff;}
.eBtn_pop {
    position: fixed;
    top: 28%;
    right: -300px;
    width: 300px;
    z-index: 999;
    color: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.eBtn_pop.open {
    right: 0;
}

.eBtn_pop .eBtn {
    position: absolute;
    top: 60px;
    left: -105px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background: #ff8b08;
    color: #fff;
    padding: 10px 15px;
    transition: all .5s;
    text-decoration: none;
    outline: 0px;
    font-size: 16px;
    font-weight: 400
}

.eBtn_pop .eBtn:hover {
    background: #df7905;
    transition: all .5s;
    color: #fff
}

.eBtn_box {
    float: left;
    position: relative;
    background: #243169;
    width: 100%;
    box-shadow: -5px 0px 14px 5px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    padding: 20px;
}

.eBtn_box h2 {
    margin: 0 0 20px 0;
    color: #fff;
    padding: 0 25px;
    padding-right: 50px;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
}

.eBtn_box input.form-control,
.eBtn_box textarea.form-control {
    height: 32px;
    border-radius: 0px;
    margin-bottom: 7px;
}

.eBtn_box .form-group {
    margin-bottom: 0px;
}

.eBtn_box textarea.form-control {
    height: 90px;
}

.news_pop {
    width: 100%;
    display: block;
}

.news_pop a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    transition: all 0.3s;
    width: 100%;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.news_pop a:hover {
    opacity: 0.6;
}

.left_fixed {
    position: fixed;
    right: 0px;
    top: 26%;
    width: 38px;
    z-index: 9999;
    display: table;
}

.left_fixed ul {
    margin: 0px;
    display: table;
    padding: 0px;
}


/* .s_icons li {
    display: inline-block;
    float: left;
}
.s_icons li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 40px;
    text-align: center;
}

.l_in {
    border: 1px solid #006599;
    background-color: #006599;
}
.l_in:hover {
    color: #006599 ;
    background-color: #fff ;
}
.rss {
    border: 1px solid #FFAB72;
    background-color: #FFAB72;
}
.rss:hover {
    color: #FFAB72;
    background-color: #fff;
}
.fb {
    border: 1px solid #3b5999;
    background-color: #3b5999;
}
.fb:hover {
    color: #3b5999;
    background-color: #fff;
}
.tw {
    border: 1px solid #1daced;
    background-color: #1daced ;
}
.tw:hover {
    color: #1daced ;
    background-color: #fff ;
}
.gplus {
    border: 1px solid #ee1c1b;
    background-color: #ee1c1b ;
}
.gplus:hover {
    color: #ee1c1b;
    background-color: #fff ;
}
.insta {
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.insta:hover {
    color: #cc3188 ;
    background: #fff ;
} */

a.quickenq {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    position: fixed;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    vertical-align: middle;
    text-decoration: none;
    /* font-family: 'Brandon Grotesque Black'; */
    color: #fff;
    font-size: 14px;
    border: 4px solid #4b8500;
background-color: #8bc53f;
    line-height: 18px;
    transition: all 0.3s;
    padding: 33px 15px 0px;
    animation: zoominoutsinglefeatured 1s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

a.quickenq:hover {
    background-color: #4b8500;
    color: #fff;
    border-color: #4b8500;
}

.header {
    width: 100%;
    display: table;
    position: fixed;
    /* height: 190px; */
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 9999;
    -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);
}

/*.logo {
    float: left;
    display: inline-block;
    padding: 10px 0px;
    text-align: left;
    padding-left: 50px;
}

.logo a {
    text-decoration: none;
}

.logo a img {
    height: 400px;
    width: 200px;
}*/

.logo {
    float: left;
    display: inline-block;
    padding: 0px 0px;
    /* width: 25%; */
    text-align: left;
    padding-left: 10px;
}

.logo a {
    text-decoration: none;
}

.logo a img {
    /* display: table;
    margin: auto; */
    /*height: 45px;*/

    height: 80px;
    width: 280px;

}

.header_right {
    float: right;
    display: inline-block;
    /* width: 75%; */
    padding-right: 30px;
}

.hdtop {
    width: 100%;
    background-color: #fff;
    display: table;
    position: relative;
    padding: 15px 0 0;
}

.hdtop ul {
    list-style: none;
    /* border-left: 1px solid #2b388f; */
    padding: 0 0px 0 20px;
    /* border-right: 1px solid #243169; */
    height: 44px;
    display: table;
    float: right;
}

.hdtop ul li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-bottom: 20px;
}

.hdtop ul li a {
    text-decoration: none;
    height: 44px;
    line-height: 40px;
    border: 2px solid #000;
    padding: 0 20px;
    display: block;
    color: #000;
    border-radius: 5px;
    transition: all 0.3s;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
}
.hdtop ul li a img{height: 15px; margin-right: 5px; position: relative; top: -3px;}
.hdtop ul li a i{ margin-right: 3px;}
.hdtop ul li a.phonebx {
    border-color: #8bc53f;
    background-color: #8bc53f;
    color: #fff;
}

.hdtop ul li a.mailbx {
    border-color: #dc1129;
    background-color: #dc1129;
    color: #fff;
}

/* .hdtop ul li a:hover {
    background-color: #000;
    color: #fff;
} */

/* .hdtop ul li:hover a.phonebx {
    border-color: #2b388f;
    background-color: #2b388f;
    color: #fff;
} */

/* .hdtop ul li a.mailbx:hover {
    border-color: #007ab8;
    background-color: #007ab8;
    color: #fff;
} */
.hdtop ul li a.anch11{border-color: #fff; letter-spacing: 0px; padding: 0px; 
    color: #000; font-size: 16px; background-color: #fff;}
.hdtop ul li a.anch11:hover{background-color: #fff; color: #888a8c;}

.hdtop ul li.blink1 a {
    -webkit-animation: bgColorr1 1s infinite; /* Safari 4+ */
    -moz-animation:    bgColorr1 1s infinite; /* Fx 5+ */
    -o-animation:      bgColorr1 1s infinite; /* Opera 12+ */
    animation:         bgColorr1 1s infinite; /* IE 10+, Fx 29+ */
    font-weight: 600;
}
@keyframes bgColorr1 {
  0%   {color: #fff;}
  50%  {color: #2b388f;}
  100% {color: #fff;}
}
@-webkit-keyframes bgColorr1 {
  0%   {color: #fff;}
  50%  {color: #2b388f;}
  100% {color: #fff;}
}


.socialrt {
    float: left;
    display: inline-block;
    padding: 5px 20px 0;
}

.socialrt a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    float: left;
    display: inline;
    margin-right: 5px;
    transition: all 0.3s;
    font-size: 18px;
}

.socialrt a.fb {
    background-color: #4b69b0;
}

.socialrt a.tw {
    background-color: #37b1e1;
}

.socialrt a.li {
    background-color: #0678b6;
}

.socialrt a.wa {
    background-color: #2ba63a;
}

.menu_main {
    display: table;
    width: 100%;
    background-color: #000a4a;
}
.menu{width: 100%; display: table;}
.menu ul {
    list-style: none;
    float: left;
}

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

.menu>ul>li>a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 18px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

#header.fixed1 .menu>ul>li>a {
    color: #383838;
    height: 60px;
    line-height: 60px;
}

.menu>ul>li>a i {
    margin-left: 7px;
}

.menu ul>li:hover a,
.menu ul>li>a.active {
    color: #8bc53f;
    /*color: #FE7062;*/
}

/* .menu>ul>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #fff;
    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: #ff5304;
}

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

.fixed1 .menu>ul>li>a.active:after {
    background-color: #ff5304;
} */

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

ul.submenu1 {
    width: auto;
    min-width: 225px;
    /*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: 16px;
    line-height: 24px;
    padding: 10px 20px !important;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    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: #8bc53f !important;
   /* color: #FE7062 !important;*/
}

ul.submenu1 li:last-child a {}


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

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

ul.submenu2 li {
    display: table;
    clear: both;
    width: 100%;
}

ul.submenu2 li a {
    text-decoration: none;
    color: #333 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px !important;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: 1px solid #ccc; */
}

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

ul.submenu2 li:hover a {
    color: #8bc53f !important;
    /*color: #FE7062 !important;*/
}

ul.submenu2 li:last-child a {}


/*----------banner-----------*/

/* .mtop1 {
    height: 160px;
} */

.main_banner {
    height: 55vh;
    overflow: hidden;
    width: 100%;
    display: block;
    background-color: #000;
}

/* .main_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    height: 100%;
    z-index: 9;
} */

.banner_txt {
    top: 22% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 15% !important;
    margin: auto;
    left: 0%;
    margin: auto;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.banner_hd,
.banner_cont,
.banner_r_more {
    width: 100%;
    float: left;
}

.banner_hd {
    color: #000;
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    visibility: visible !important;
}

.banner_hd span {
    color: #00ce10;
    font-family: 'Nunito', sans-serif;
    font-style: italic;
    font-size: 42px;
    font-weight: 300;
}

.banner_cont {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
    padding: 0px;
    visibility: visible !important;
}

.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}

.banner_cont span i {
    margin-right: 5px;
}

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

.banner_r_more a {
    text-decoration: none;
    color: #fff;
    /* background: url(../images/right-arrow-white.png) 85% 45% no-repeat, linear-gradient(to right, #88151e 0%, #f31d26 100%); */
    background-color: #8bc53f;
    border-radius: 5px;
    padding: 10px 40px 10px 40px;
    text-transform: capitalize;
    margin: auto;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    outline: 0px;
    font-size: 18px;
}

.banner_r_more a img {
    width: 60px;
}

.banner_r_more a:hover {
    /* background: url(../images/right-arrow-white.png) 85% 45% no-repeat, linear-gradient(to right, #f31d26 0%, #88151e 100%); */
    background-color: #2b388f; 
    color: #fff;
}

.ban_but {
    bottom: 10%;
}

.slideRight ul {
    list-style: none;
}

.slideRight ul li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

.slideRight ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

.slideRight ul li:first-child:before {
    display: none;
}

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

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

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

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}

a.scroll-down-link {
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 5%;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}

a.scroll-down-link img {
    opacity: 0.85;
}


/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
    0% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(0, 10px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }
}

@keyframes move_fade_move_down {
    0% {
        transform: translate(0, -5px);
        opacity: 1;
    }
    50% {
        transform: translate(0, 10px);
        opacity: 1;
    }
    100% {
        transform: translate(0, -5px);
        opacity: 1;
    }
}




.carousel-control.right {
    right: 25px !important;
}


.carousel-control.down {
    background-image: none !important;
}

.carousel-control.down {
    right: 25px !important;
}


.bannercontbx1 {
    width: 100%;
    display: table;
    position: absolute;
    left: 0px;
    top: 14%;
    z-index: 9;
    padding: 0 8%;
    text-align: center
}


/* .bannercontbx1 ul{
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding-left: 50px;
}
.bannercontbx1 ul li{width: 100%; clear: both; height: 64px; line-height: 64px; color: #fff;
margin-bottom: 13px; float: none; display: block;}
.bannercontbx1 ul li img{height: 64px; display: inline-block; margin-right: 20px; float: left;}
.bannercontbx1 ul li span{
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
} */

.bcx_bns {
    clear: both;
    width: 100%;
    display: table;
    margin-top: 40px;
    padding-left: 50px;
}

.bcx_bns a {
    text-decoration: none;
    float: left;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
    background-color: #e10c0c;
    transition: all 0.3s;
}

.bcx_bns a:hover {
    background-color: #ff0000
}

.bcx_bns a:hover:last-child {
    background-color: #333
}

.bcx_bns a:last-child {
    background-color: #000;
}

.bannercontbx1 h2 {
    color: #fff;
    font-weight: 800;
    font-size: 52px;
    /* width: 50%; */
}

.bannercontbx1 h2 span {
    color: #d9ff7a;
}

.bannercontbx1 p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 0
    /* width: 45%; */
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    opacity: 0.65
}


/*----------banner-----------*/



/*-------social_fix--------*/
.social_fix{
    position: fixed;
    top: 25%; 
    width: 300px;
    right: -240px;
    z-index: 99999;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    background-color: #1055CC;
    height: 54px;
    /* padding: 5px; */
    border-radius: 30px 0 0 30px;
}
.social_fix:hover{
    right: 0px; 
}
.social_fix ul{
    list-style: none;   
}
.share_side{
    width: 60px;
    border-radius: 30px 0 0 30px;
    position: fixed;
    right: 0px;
    top: 25%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    cursor: pointer;    
    border:2px solid #adb3df;
    border-right:0;
    z-index: 99999999;
    height: 54px;
    display: block;
    /* padding: 5px 0; */
    line-height: 54px;
    background-color: #1055CC;
}
.share_side i{
    font-size: 16px;    
    font-weight: 400;
}
.social_fix ul li{
    width: 100%;
    padding-right: 50px;
    display: inline-block;  
    margin-right: 5px;
    text-align: center;
}
.social_fix ul li a{
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 54px;
    color: #fff; 
}

/*------social_fix_end--------*/

/*section1*/
.section1{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #2b388f;
    text-align: center;
}
.section1 h2{
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.section1 h2 a{text-decoration: none; color: #fff; padding: 10px 20px; background-color: #8bc53f; border-radius: 20px; }
/* .section1 h2 a:hover{text-decoration: underline; color: #fff;} */
.section1 h2 a:hover{     background-color: #fff;  color: #2b388f;} 
.section1 p{
    color: #fff;
    padding: 0 15%;
    font-size: 18px;
    opacity: 0.7;
    line-height: 28px;
    margin-bottom: 20px;
}
/* .section1 a{
    padding: 12px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    border-radius: 40px;
    border: 3px solid #fff;
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: transparent;
}
.section1 a:hover{
    background-color: #fff !important;
    transition: all 0.3s ease 0s;
    color: #2b388f;
} */
/*section1*/
.home_about {
    padding: 50px 0;
    position: relative;
    background-color: #5fa800;
}
/* .home_about:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    content: '';
    z-index: 1;
    background: #fff url(../images/bg.png) 200px repeat;
} */
.home_about .fullpage {
    z-index: 2;
}
.ha_title {
    float: left;
    width: 25%;
    color: #fff;
    font-size: 34px;
    line-height: 42px;
}
.ha_title span {
    display: block;
    color: #000b57;
    font-weight: 800;
}
.ha_title:after {
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 3px;
    background: #fff;
    content: '';
}
.ha_text {
    float: right;
    width: 70%;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.ha_text p:first-child {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}
/*process_links*/
.process_links {
    padding: 70px 0;
    text-align: center;
    list-style: none;
    background-color: #dfe1ec;
}
.process_links ul{list-style: none}
.process_links li {
    width: 25%;
    float: left;
    padding: 0 25px;
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.process_links li:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: '';
    width:  32px;
    height: 27px;
    background-image: url(../images/arrowr1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: wobble;
          animation-name: wobble;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.process_links li:last-child:after {
    display: none;
}
.process_links li .img {
    display: inline-block;
    width: 100px;
    height: 100px;
    /* border-radius: 100px; */
    border: 1px solid #ddd;
    background: #f5f5f5;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 10px 15px 0px rgba(34,48,116,0.15);
    transform: skew(-25deg);
}
.process_links li img {
    height: 100%;
    transform: skew(25deg);
}


/*.home_benefits*/
.home_benefits {
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    /* background-size: cover; */
    background-position: left top;
    padding: 80px 0;
    text-align: center;
    background-color: #000a4a;
}
.home_benefits h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
}
.home_benefits li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding: 50px 30px 30px 30px;
    text-align: left;
    position: relative;
    margin-top: 60px;
    font-size: 18px;
    border: 1px solid #fff;
    background-color: #fff;
    min-height: 135px;
    color: #000
}
.home_benefits li:nth-child(4n+4) {
    margin-right: 0;
}
.home_benefits li:before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: attr(data-num);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #ff830a;
    font-size: 20px;
    /* border-radius: 100%; */
    transform: skew(-15deg);
    /* transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%); */
}
.home_benefits li:nth-child(2):before {
    background: #da4040;
}
.home_benefits li:nth-child(3):before {
    background: #6fc321;
}
.home_benefits li:nth-child(4):before {
    background: #22d18c;
}
.home_benefits li:nth-child(5):before {
    background: #22b9d1;
}
.home_benefits li:nth-child(6):before {
    background: #2275d1;
}
.home_benefits li:nth-child(7):before {
    background: #514ec3;
}
.home_benefits li:nth-child(8):before {
    background: #8f3acb;
}
.home_benefits li:nth-child(9):before {
    background: #e148ca;
}
.home_benefits li:nth-child(10):before {
    background: #91d126;
}
.home_benefits li:nth-child(11):before {
    background: #00c9c2;
}



/*bannerservices*/

.bannerservices {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #5fa800;
}
.bannerservices h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.bannerservices ul {
    list-style: none;
    width: 100%;
    clear: both;
    display: table;
}

.bannerservices ul li {
    float: left;
    display: inline;
    padding: 0px 10px;
    width: 33.33%;
}

.bannerservices ul li a {
    padding: 40px;
    text-align: center;
    /* margin-bottom: 1.75rem; */
    box-shadow: 0 1em 1em rgba(0, 0, 0, 0.16);
    text-decoration: none;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    letter-spacing: .05em;
    color: #2b388f;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 21px;
    transition: all 0.3s;
}
.bannerservices ul li a h3{margin:15px 0 0; font-size: 36px; font-weight: 900;}
.bannerservices ul li a:hover {
    background-color: #2b388f;
    color: #fff;
}

.bannerservices ul li a span {
    width: 50px;
    height: 50px;
    display: table;
    margin: auto;
    background-position: left bottom;
    background-size: 100%;
    margin-bottom: 20px;
}

.bannerservices ul li a:hover span {
    background-position: left top;
}


/* .bannerservices ul li a span{display: table-cell; vertical-align: middle; width: 100%;} */


/*bannerservices*/


.getfm1{width: 100%; display: table; padding: 40px 0; 
    background-image: url('../images/123.png');
    background-size: cover;
}
.getfm1 h2{
    text-align: center;
    margin-top: 0px;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 15px;
}
.getfm1 p{
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
.getfm1 h2 span.light{
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ec6217), color-stop(98%, #5373c1));
    background: linear-gradient(to right, #ec6217 20%, #3d93e0 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.getfm1 h2 span.dark{
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #5661be), color-stop(98%, #2861f0));
    background: linear-gradient(to right, #3d93e0 20%, #04549b 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}


.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
input.c-input, textarea.c-input, select.c-input {
    width: 100%;
    float: left;
    height: 46px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 400;
    transition: all .5s;
    border-radius: 5px;
}
label{font-weight: 500; color: #000;}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 130px;
    padding: 15px;
}
input.c-btn {
    /* float: left; */
    display: table;
    margin: auto;
    padding: 8px 40px;
    background: transparent;
    border: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s;
    font-weight: 500;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #8bc53f;
}
input.c-btn:hover, input.c-btn:focus {
    background: #fff;
    color: #8bc53f;
    transition: all .5s;
}
.getfm1 form{margin-top: 10px; width: 100%; padding: 0 10%;}

.copyrights {
    background: #1055CC;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 13px;
    border-top: 1px solid #222;
}
.copyrights span {
    float: left;
    line-height: 40px;
}
.copyrights a {
    color: #ddd;
    vertical-align: top;
}
.copyrights .securePayicon {
    float: right;
}
.copyrights .securePayicon img {
    float: left;
    height: 40px;
    margin-left: 10px;
}


.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;
    opacity: 0.6;
    background: #000;
}
.inner_banner img{
    width: 100%;
    opacity: 1;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 45%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px; text-align: center}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;    
    opacity: 0.75;
    font-size: 14px;
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 0px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 46px; font-weight: 800; text-align: center;
text-transform: uppercase; margin-bottom: 10px; margin-top: 0px;}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }

.innersecbx1{width: 100%; display: table; padding: 50px 0;}
.innersecbx1 h2 {
    color: #2b388f;
    font-size: 36px;
    width: 100%;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 2px;
}
.innersecbx1 h3 {
    padding: 0 5%;
    color: #000;
}
.innersecbx1 p {
    color: #333;
    font-size: 21px;
    line-height: 36px;
    width: 100%;
    /* padding: 0 5%; */
    margin-bottom: 30px;
}


/*whychoose*/
.whychoose{
    position: relative;
    width: 100%;
    display: table;
    padding: 60px 0 40px;
    background-image: url('../images/mainBackground.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.whychoose:before{
    position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
content: "";
background-color: #000;
opacity: 0.55;
}
.whychoose h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 0;
}
.wbx1{background-color: #fff; padding: 30px; display: inline-block; height: 650px;
    margin-bottom: 30px;
}
.wbx2{min-height: 300px;}
.wbx1 img{width: 100%; display: block;}
.wbx1 h3{text-transform: uppercase; letter-spacing: 2px; color: #2d2a2a; line-height: 36px;
font-size: 24px; margin-top: 0;}
.wbx1 p{font-size: 18px; line-height: 28px; margin-top: 10px;}
/*whychoose*/


.page1,
.ourevents {
    padding: 40px 0;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    display: table;
    width: 100%;
}

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

.page1 h2 {
    color: #000;
    font-size: 42px;
    width: 100%;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 2px;
}


.page1 h3 {
    padding: 0 5%;
    color: #000;
}

.page1 p {
    color: #333;
    font-size: 21px;
    line-height: 36px;
    width: 100%;
    /* padding: 0 5%; */
    margin-bottom: 0px;
}

.page_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.page_ul ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
}

.page_ul ul li:before {
    position: absolute;
    top: 6px;
    left: 5px;
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f105";
    color: #8bc53f;
}

.page_left {
    width: 72%;
    float: left;
}

.page_right {
    width: 25%;
    float: right;
    background: #e5ffc4;
}

.page1 .sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 210px;
    z-index: 1;
    display: inline-block;
}
.page_right h3 {
    color: #FE7062;
    font-size: 20px;
    margin-top: 0px;
    padding: 15px;
    font-weight: 700;
    background-color: #041662;
    position: relative;
    left: 0px;
    margin: 0px;
}
.page_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.page_right ul li a {
    color: #333;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all .5s;
}

.page_right ul li:last-child a {
    border-bottom: 0px solid #eee;
}

.page_right ul li a:hover,
.page_right ul li a.active {
    background: #000a4a;
    color: #FE7062;
    text-decoration: none;
    transition: all .5s;
}

.jobdescription{padding: 0 10%; display: table; width: 100%;}
.jobdescription label{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.jobdescription label span{color: #ff7149;}
.jobdescription input.form-control, .jobdescription textarea.form-control,
.jobdescription select.form-control{
    width: 100%;
    float: left;
    height: 46px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 400;
    transition: all .5s;
    border-radius: 10px;
}
.jobdescription textarea.form-control{height: 120px;}
.jobdescription input.form-control:hover, .jobdescription textarea.form-control:hover, 
.jobdescription input.form-control:focus, .jobdescription textarea.form-control:focus,
.jobdescription select.form-control:focus, .jobdescription select.form-control:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
    outline: 0px;
    transition: all .5s;
}
.jobdescription .col-sm-12{
    display: table;
    width: 100%;
}
input.subres{
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0px;
    background-color: #8bc53f;
    transition: all 0.3s;
    border-radius: 10px;
    border: 0px;
    
}
input.subres:hover{
    background-color: #2b388f;
    color: #fff;
}


.pricing {
    text-align: left;
    overflow-x: auto;
}
.pricing table {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.pricing table thead {
    background: #2b388f;
}
.pricing table th {
    padding: 15px 20px;
    border: 1px solid #fff;
    color: #fff;
}
.pricing table td {
    border: 1px solid #ddd;
    padding: 10px 15px;
}


.contactpg {
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}


/*contact*/

.contleft {
    padding: 20px 0 0px 0;
    width: 100%;
    display: table;
    text-align: left;
}

.contleft h1 span {
    color: #429ce3;
}

.box5_left {
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.box5_row1 {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.b5_img1 {
    float: left;
    display: inline-block;
    width: 15%;
    text-align: center;
}

.b5_img1 img {
    width: 50%;
}

.b5_cont1 {
    float: left;
    display: inline-block;
    width: 80%;
    font-size: 24px;
}

.b5_top1 {
    position: relative;
color: #2b388f;
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: 2px;
margin-top: 0px;
text-transform: uppercase;
}

.b5_btm1.address {
    font-size: 18px;
    color: #333;
}

.b5_btm1 a {
    text-decoration: none;
    color: #333;
}

.b5_btm1 a:hover {
    text-decoration: underline;
}

.contact1 {
    margin-bottom: 35px;
    width: 100%;
    display: table;
}

.box5_row1 iframe {
    width: 100%;
    display: block;
    height: 320px;
}


/*contact*/

.loginpg{display: table; margin: auto; width: auto;}
.loginpg .applyjob {
    width: 700px;
    margin: auto;
    float: none;
    /* padding: 40px 80px; */
}
a.ahaa{
    text-decoration: underline;
    margin-top: 30px;
    color: #8bc53f;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}
.regsub1 input {
    background-color: #8bc53f;
    width: 100%;
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 30px;
}
.regsub1 input:hover{background-color: #2b388f; border-color: #2b388f;}

 .onlyMob {
    display: none;
}
/*login_page*/
.login_page {
    padding: 50px 0;
    background: #f5f5f5;
    min-height: calc( 100vh - 183px);
}
.login_box {
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 500px;
    padding: 35px 50px;
    background: #fff;
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.15);
}
.login_box h1 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.divtwo {
    width: 49%;
    float: left;
}
.divtwo.right {
    float: right;
}
.otfInput {
    width: 100%;
    float: left;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.agreeBtn {
    text-align: center;
    margin-bottom: 20px;
}
.agreeBtn input {
    opacity: 0;
    position: absolute;
}
.haveAcc {
    text-align: center;
}
.haveAcc, .labelTxt {
    margin-top: 20px;
}
.labelTxt {
    margin-top: 20px;
}
.labelTxt.right {
    text-align: right;
}
.agreeBtn label ,
.labelTxt label ,
.haveAcc label {
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
}
.agreeBtn a, 
.labelTxt a, 
.haveAcc a {
    color: #8bc53f;
    vertical-align: top;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.agreeBtn a:hover, 
.labelTxt a:hover, 
.haveAcc a:hover {
    color: #3273d4;
}
.agreeBtn label a:hover {
    text-decoration: underline;
}
.agreeBtn label:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    content: '';
    line-height: 20px;
    font-family: 'FontAwesome';
    display: inline-block;
    border: 1px solid #333;
}
.agreeBtn input:checked + label:before {
    background: #333;
    content: '\f00c';
    color: #fff;
    line-height: 14px;
}
.otfBtn {
    display: table;
    padding: 10px;
    border: 0px;
    background: #44a79e;
    color: #fff;
    font-size: 16px;
    min-width: 100px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.otfBtn:hover {
    background: #f93;
}

.contactfm {
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #f2f2f2
}
.regform{background-color: #fff; max-width: 600px; padding: 40px; border-radius: 40px; margin: auto;
display: table;}
.agreeBtn {
    text-align: center;
    margin-bottom: 20px;
}
.agreeBtn input {
    float: none; display: inline-block;
}
.agreeBtn label{display: inline-block}


.career_form h2 {
    text-align: center;
color: #2b388f;
font-size: 38px;
font-weight: 800;
margin-top: 0px;
letter-spacing: 2px;
margin-bottom: 30px;
margin-top: 0px;
text-transform: capitalize;
}

input.c-input,
textarea.c-input,
select.c-input {
    width: 100%;
    float: left;
    height: 50px;
    border-radius: 0px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    /* margin: 0; */
    font-size: 14px;
    transition: 0.4s;
    background-color: #fff;
}

/* select.c-input {
    margin-top: 15px;
} */

textarea.c-input {}

input.c-input[type=file] {
    padding: 0 10px;
}

input.c-input:hover,
textarea.c-input:hover,
input.c-input:focus,
textarea.c-input:focus,
select.c-input:focus {
    border: 1px solid #ccc;
    outline: 0px;
    transition: all .5s;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.effect-8 {
    width: 100%;
    position: relative;
    display: table;
}

.c-input~.focus-border:before,
.c-input~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #18b5ed;
    transition: 0.3s;
}

.c-input~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.c-input~.focus-border i:before,
.c-input~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #18b5ed;
    transition: 0.4s;
}

.c-input~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.c-input:focus~.focus-border:before,
.c-input:focus~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.c-input:focus~.focus-border i:before,
.c-input:focus~.focus-border i:after {
    height: 100%;
    transition: 0.4s;
}

textarea.c-input {
    height: 100px;
}

input.c-btn {
    padding: 10px 30px;
    background: #8bc53f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    margin: auto;
    display: table;
    transition: all .5s;
    margin-top: 100px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input.c-btn:hover,
input.c-btn:focus {
    background: #2b388f;
    color: #fff;
    transition: all .5s;
}

.career_form label {
    margin: 5px 0 5px 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.loginbtns {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}
.loginbtns a{
    color: #8bc53f;
}
.regform {
    background-color: #fff;
    min-width: 600px;
    padding: 40px;
    border-radius: 40px;
    margin: auto;
    display: table;
}


.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: 25px;
    background: #2b388f;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}
/* #header.fixed1 .icon-bar {background: #ed171b;} */
.icon-bar:first-child {width:100%;}
.icon-bar:last-child {width:100%;}

.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: 9999999;  
  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: #fff;
  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;
}
.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: 14px; 
    display: block; padding: 10px 15px; text-transform: uppercase; 
    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{
    width: 100%; display: block;
    height: 42px;
    background-color: #2b388f;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
}

p.regtxt{margin-bottom: 0px; font-size: 32px; color: #2b388f; font-weight: 700;
text-align: center}
.getfm1 .b5_top1, .getfm1 .b5_btm1.address, .getfm1 .b5_btm1 a{color: #fff;}
.getfm1 .b5_top1{font-weight: 700}



.serviceinnerbx{
    margin-top: -65px;
    width: 100%;
    display: table;
    position: relative;
    padding-bottom: 40px;
    z-index: 99;
}
.servbxin{
    background-color: #fff;
    color: #000;
    padding: 50px;
    display: table;
    width: 100%;
    box-shadow: -6px 10px 60px 0 rgba(0, 0, 0, .3);
}
.servbxin p{font-size: 16px; line-height: 28px; color: #000; font-weight: 500;
font-family: 'Poppins', sans-serif;}

.servbxin .innerleft ul{
    width: 100%; display: table; width: 100%; list-style: none;
}
.servbxin .innerleft ul li{
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.servbxin .innerleft ul li:before{
    position: absolute;
    left: 3px;
    top: 0px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ff4800;
}
.servbxin p b{font-weight: 600; color: #ff4800; text-decoration: underline;}

/*myAccount*/
.myAccount {
    background: #fff;
    /* padding: 20px 0; */
    display: table;
    clear: both;
    font-family: 'Poppins', sans-serif;
}
.myAccount ul{list-style: none; font-family: 'Poppins', sans-serif;
display: table; width: 100%;}
.scrll_title {
    /* padding: 15px; */
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #eaeaea;
    color: #000;
    border: 2px solid #000;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    /* box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1); */
}
.scrll_title span {
    float: left;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    width: 180px;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
    position: relative;
    text-align: center;
    line-height: 20px;
    margin-top: 3px;
}
.scrll_title .p {
    width: calc(100% - 180px);
    float:right;
    font-size: 16px;
    color: #ff4800;
    -webkit-animation: bgColorr1 1s infinite;
-moz-animation: bgColorr1 1s infinite;
-o-animation: bgColorr1 1s infinite;
animation: bgColorr1 1s infinite;
}
.scrll_title .p p {
    display: block;
    -webkit-animation-name: scrll_title;
            animation-name: scrll_title;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
}
.scrll_title:hover .p p {
    -webkit-animation-name: none;
            animation-name: none;
}
@-webkit-keyframes scrll_title {
  0%, 50%, 100% {
    transform: translateX(-100px);
  }
  25%, 75% {
    transform: translateX(100px);
  }
}

@keyframes scrll_title {
  0%, 50%, 100% {
    transform: translateX(-100px);
  }
  25%, 75% {
    transform: translateX(100px);
  }
}
.scrll_title .p i {
    display: inline-block;
    margin: 0 5px;
}
.accLeft {
    float: left;
    width: 22%;
    background: #000;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
.stickme {
    position: sticky;
    -webkit-position: sticky;
    -moz-position: sticky;
    -ms-position: sticky;
    -o-position: sticky;
    top: 140px;
    left: 0;
}
.accLeft li ,
.accLeft li a {
    float: left;
    width: 100%;
    position: relative;
}
.accLeft li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 20px;
    border-bottom: 1px solid #333;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.accLeft li:last-child a {
    border-bottom: 0px solid #eee;
}
.accLeft li a sup {
    color: red;
    -webkit-animation-name: sup;
            animation-name: sup;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
}
@-webkit-keyframes sup {
  0%, 50%, 100% {
    opacity:1;
  }
  25%, 75% {
    opacity:0;
  }
}

@keyframes sup {
  0%, 50%, 100% {
    opacity:1;
  }
  25%, 75% {
    opacity:0;
  }
}
.accLeft li a i {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}
.accLeft li a:hover ,
.accLeft li a.active {
    color: #fff;
    background: #ff4800;
}
.accLeft li a.referFriend {
    color: #f93;
    background-color: #fff;
    -webkit-animation: bgColor 1s infinite; /* Safari 4+ */
    -moz-animation:    bgColor 1s infinite; /* Fx 5+ */
    -o-animation:      bgColor 1s infinite; /* Opera 12+ */
    animation:         bgColor 1s infinite; /* IE 10+, Fx 29+ */
}
@keyframes bgColor {
  0%   {color: #fff;}
  50%  {color: #333;}
  100% {color: #fff;}
}
@-webkit-keyframes bgColor {
  0%   {color: #fff;}
  50%  {color: #333;}
  100% {color: #fff;}
}
.accLeft li a.referFriend1 {
    color: #fff;
    background-color: #339933;
    -webkit-animation: bgColor1 1s infinite; /* Safari 4+ */
    -moz-animation:    bgColor1 1s infinite; /* Fx 5+ */
    -o-animation:      bgColor1 1s infinite; /* Opera 12+ */
    animation:         bgColor1 1s infinite; /* IE 10+, Fx 29+ */
}
@keyframes bgColor1 {
  0%   {color: #fff;}
  50%  {color: #ff0000;}
  100% {color: #fff;}
}
@-webkit-keyframes bgColor1 {
  0%   {color: #fff;}
  50%  {color: #ff0000;}
  100% {color: #fff;}
}

.mcNav {
    padding: 15px;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
}
.mcNav i {
    margin-right: 5px;
}
.mcNav:after {
    float: right;
    content: '\f067';
    font-family: 'fontAwesome'
}
.mcNav.open:after {
    content: '\f068';
}
.accRight {
    float: right;
    width: 76%;
    font-size: 16px;
    padding: 20px;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
.tabsNav li {
    width: 25%;
    text-align: center;
    padding: 10px;
    float: left;
    color: #333;
    border-right: 0px;
    cursor: pointer;
}
.tabsNav li:hover {
    color: #111;
}
.tabsNav li.active {
    color: #fff;
    border: 1px solid #ff4800;
    background: #ff4800;
}
.tabsData {
    border-top: 1px solid #ff4800;
}
.tabsData h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 15px 0;
    display: inline-block;
    line-height: 26px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.tabsData h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
}
.row_less {
    margin: 0 -5px;
}
.width25 {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 5px;
}
.width30  {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0 5px;
}
.width60 {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0 5px;
}
.width60 {
    width: 66.66%;
}
.hideToggle {
    display: none;
}
.tabsData .otfBtn ,
.myAccountData .otfBtn {
    float: left;
    padding: 12px 30px;
    margin-right: 15px;
    margin-top: 10px;
}
.tabsData .otfBtn[type='reset'] ,
.myAccountData .otfBtn[type='reset'] {
    background: #000;
}
.tabsData .otfBtn:hover ,
.myAccountData .otfBtn:hover {
    background: #ff4800;
}
.addNewDepBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 0 15px;
    overflow-y: auto;
    background: rgba(0,0,0,0.7);
    display: none;
}
.addNewDepBx {
    display: table;
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 100px auto;
    box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.05);
}
.addNewDepBx .otfBtn {
    display: inline-block;
}
.addNewDepBx h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 15px 0;
}
.addNewDepBx .otfBtn[type="reset"] {
    background: #555;
}

table.pro_table {
    width: 100%;
    margin-top: 0px;
    display: block;
    float: left;
    overflow-y: auto;
    font-family: 'Poppins', sans-serif;
    border-collapse: collapse;
}
table.pro_table tr, table.pro_table tbody {
    width: 100%;
    text-align: center;
}
table.pro_table thead {
    background-color: #157701;
    border: 1px solid #157701;
    width: 100%;
    display:inline-table;
}
table.pro_table thead th {
    padding: 10px 20px;
    text-align: left;
    width: 16.66%;
    font-weight: 400;
    border-right: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
table.pro_table thead th:last-child {
    border-right: 0px solid #086a87;
}
table.pro_table tbody td {
    padding: 15px 20px;
    vertical-align: middle;
    width: 16.66%;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #ccc;
}
table.pro_table tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}
.pros li:nth-child(2n) table.pro_table tbody tr:nth-child(2n) {
    background-color: #fff;
}
/*.myAccountData*/
.myAccountData h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
.selectedSchedules {
    margin-top: 15px;
    display: table;
    clear: both;
    width: 100%;
}
.accRight .table {
    text-align: left;
    overflow-x: auto;
}
.accRight .table table {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.accRight .table table thead {
    background: #eee;
}
.accRight .table table th ,
.accRight .table table td {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.accRight .table table td a {
    color: #ff4800;
}
.accRight .table table td a:hover {
    text-decoration: underline;
}
.noData {
    text-align: center;
    font-size: 22px;
    padding: 50px 0;
}
.selectedSchedules h3 {
    margin: 20px 0;
    display: table;
    clear: both;
    text-align: center;
}
.addMoreRefBox {
    float: right;
}
.addMoreRef {
    float: right;
    padding: 12px 20px;
    line-height: 1;
    background: #eee;
    color: #111;
    border-radius: 3px;
    margin-top: 10px;
    text-decoration: none;
}
.myAcPay {
    margin-top: 10px;
    text-align: center;
}

/*myDashboar*/
.myDashboard {
    text-align: center;
}
.myDashboard .title {
    font-size: 18px;
    line-height: 40px;
    margin: 20px 0;
}
.myDashboard .title span {
    display: inline-block;
    padding: 0 25px;
    background: #44a79e;
    color: #fff;
    border-radius: 20px;
}
.myDashboard li {
    float: left;
    width: 24.99%;
    padding: 0 30px;
    margin-top: 20px;
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.myDashboard li::after {
    position: absolute;
    content: '';
    height: 1px;
    top: 75px;
    right: -26%;
    width: 52%;
    border-bottom: 2px solid #eaeaea;
}
.myDashboard li:last-child:after {
    display: none;
}
.myDashboard li .icon {
    width: 150px;
    height: 150px;
    /* border: 2px dotted #c5ced5; */
    border-radius: 10%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    margin-bottom: 20px;
    background-color: #eaeaea;
    overflow: hidden;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}
.myDashboard li:hover .icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.myDashboard li:hover .icon {
    /* border: 2px dotted #ff4800; */
}
.myDashboard li:nth-child(2):hover .icon {
    /* border: 2px dotted #f4b20d; */
}
.myDashboard li:nth-child(3):hover .icon {
    /* border: 2px dotted #0c4da5; */
}
.myDashboard li span {
    display: block;
}


 .popup1{
z-index: 99999999999999999999999999999999999 !important;
min-height: 800px;
background-color: rgba(0,0,0,0.5);


}
.myclass1{

margin: 0px auto auto;
top: 135px;
min-height: 300px;
display: table;
position: relative;
background-color: #fff;
/*padding: 20px;*/
border-radius: 5px;
border: 6px solid #ff4800;
box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56);
}
.pop_close{
position: absolute;
right: -10px;
top: -10px;
z-index: 999999999999999999999999999999999999999;
}
.pop_close a{
font-size: 18px;

text-decoration: none;
transition: all 0.3s ease 0s;
border-radius: 100px;
height: 30px;
display: block;
width: 30px;
line-height: 30px;
text-align: center;
border: 2px solid #ff4800;
color: #ff4800;
background-color: #fff;
}
.pop_close a i{
position: relative; top: -3px;
}
.pop_close a:hover{
background-color: #ff4800;
color: #fff;
}
.mobreffer{
    display:none;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{padding-top: 143px;}
    .menu, .top_social{display: none;}
    .menu2{display: block; top: 30px; right: 10px;}
    .container{width: 100%; max-width: 100%;}
    .header{padding: 0; height: auto;}
    .logo{padding: 10px 0; top: 0}
    .logo::before{display: none;}
    .logo a{top: 0}
    #header.fixed1{height: 90px;}
    .logo a img, .fixed1 .logo a img{height: 80px; margin-left: 20px;}
    .top-nav{display: none;}
    .topvideo{height: auto;}
    .hl_video video{width: 160%; left: -30%}
    .bannercontbx1 h2{font-size: 21px;}
    .bannercontbx1 p{font-size: 14px; line-height: 21px; padding: 0}
    .banner_r_more a{font-size: 14px;}
    .main_banner{height: auto;}
    .section1 p{width: 100%; padding: 0; font-size: 16px; line-height: 24px;}
    .section1 a{letter-spacing: 0px; font-size: 14px;}
    .section2, .section3{padding: 50px 0; display: block;}
    .section3 h5, .ha_title, .ha_text{width: 100%;}
    .ha_title{font-size: 24px; line-height: 36px;}
    .section3 h2, .section2 h2, .sec3bx1 h3, .section2 h2 i{font-size: 21px; line-height: 28px;}
    .sec3bx1{margin-bottom: 20px;}
    .section1{min-height: auto; padding: 20px 0;}
    .sec1inner{width: 100%; clear: both; height: 300px;}
    .sec1bb{width: 100%; clear: both; min-height: auto; padding: 50px 20px;}
    .section1 h2{font-size: 21px; line-height: 26px;}
    .section1 h2 a{top: 0; letter-spacing: 0; font-size: 16px;}
    .section1 p.servcont{width: 100%; font-size: 16px; line-height: 21px;}
    a.servicebx1{margin-top: 0 !important; margin-bottom: 0}
    a.servicebx1 .title{font-size: 21px;}
    a.servicebx1 .subtitle{font-size: 14px; line-height: 21px; }
    .ftlinks{text-align: center;}
    .ftlinks a{font-size: 11px; letter-spacing: 0px;}
    a.ftnum{font-size: 26px;}
    a.ftm{font-size: 18px;}
    a.servicebx1 .text{margin-bottom: 20px;}
    .section4{display: block; overflow: hidden;}
    .section5 h1{font-size: 28px;}
    .clientsbx ul li{padding: 10px; width: 33.33%}
    .section6{text-align: center;}
    a.ftsoc{float: none; margin-bottom: 20px;}
    .ftlinks a{font-size: 12px; padding: 0 10px;}
    .ftlinks{width: 100%;}
    .copyrights p{font-size: 12px;}
    .copyrights{padding: 30px 0 0 0;}
    a.solbx1 h3{font-size: 21px; line-height: 28px;}
    .email-subscription::after{width: 100px;}
    .section4 h2{padding-left: 0px; font-size: 28px; color: #fff;}
    .section4 h2 span{color: #fff;}

    .process_links li{width: 50%; margin-bottom: 30px;}
    .process_links li::after{display: none;}
    .home_benefits li{width: 100%; clear: both;}

    .hdtop ul{width: 100%; padding: 0}
    .hdtop ul li{padding: 0px; width: 100%; text-align: center;}
    .hdtop ul li.blink1 a{width: 100%; border-radius: 0}

    .copyrights{font-size: 12px; text-align: center; line-height: normal}
    .copyrights span{line-height: normal}
    .getfm1 h2, .bannerservices h2, .home_benefits h2{font-size: 24px;}
    .bannerservices ul li{width: 100%; clear: both; margin-bottom: 20px;}

    .inner_banner{margin-top: 0px;}
    /* .innertxt1{top: 0px;} */
    .innersec1, .innerserv{font-size: 16px !important; line-height: 24px !important;}
    .section8 h2{font-size: 21px;}
    .inner_banner h1{font-size: 21px;}
    .innertxt1 ul li{font-size: 14px;}
    .abtbx1 h2{font-size: 24px; margin-top: 0px;}
    .abtbx1 p{font-size: 14px; line-height: 24px;}

    .hdtop ul li.mobno{display: none;}
    .hdtop{padding: 0;}
    .header_right{width: 100%; padding: 0; float: none; display: block;}

    .inner-box .content{padding: 0}
    .inner-box .content p{font-size: 14px; line-height: 21px;}
    .innertxt1{margin-left: 0; width: 100%; padding: 5px;}
    .inner_banner img{width: 150%; left: -25%}

    .whyleft h2{font-size: 28px;}
    .whyUs .whyright{width: 100%; clear: both; display: table;}

    .whyright li{clear: both; width: 100%;}
    .team1{width: 50%; float: left; display: inline-block; margin-bottom: 20px;}
    .cart_bx2{width: 90% !important;}

    .team1 a h4 {
        font-size: 14px;
        height: 32px;
        line-height: 18px;
    }
    .abtbx1 .col-sm-6{padding-right: 10px !important;}

    .accordion .link{padding-left: 10px; font-size: 18px;}
    .accordion .submenu li{padding: 20px;}
    .accordion .submenu li p, .accordion .submenu ul li{font-size: 14px; line-height: 24px;}
    .form_hd{font-size: 18px; letter-spacing: 0; margin-bottom: 15px;}
    .box6_right .ft_txt, .box6_right .ft_txtarea{font-size: 14px;}
    .b6_cont1 p b{font-size: 18px;}
    .cntForm h2{font-size: 32px;}
    .span2{width: 100%;}

    .page_content, .page_nav{width: 100%; clear: both; position: relative; top: auto;}
    .bannerBtn a{display: none;}
    .cta-box{width: 140px; height: 185px;
        background: linear-gradient(127deg,transparent calc(50% - 1px),rgba(204,204,204,.1) calc(50% - 1px),#2b388f 50%);}
    .cta-box a{max-width: 60px;}
    .cta-box .cta-box-text{font-size: 12px;}
    .hl_circle{left: 5%; width: 100%; top: 25%;}
    .hl_circle h2{font-size: 21px; line-height: 28px; margin-top: 0;
        margin-bottom: 0;}
    .hl_circle a{font-size: 12px;}
    .hero-icon-action-box h6{display: none;}
    .hero-icon-action-box{padding: 0;}
    .hero-icons{margin-left: 0px; background-color: #fff; padding-right: 0px;}
    .hero-panel{left: 0; background-color: #fff; padding-left: 10px;}
    .hero-icon-item{margin-right: 0;}

    .ft_sub1{font-size: 14px;}
    .hero-icon-item:first-child:hover .hero-icon-popup {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-20%) translateY(0%);
        transform: translateX(-20%) translateY(0%);
    }
    .hero-icon-item:nth-child(2):hover .hero-icon-popup {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-40%) translateY(0%);
        transform: translateX(-40%) translateY(0%);
    }
    .hero-icon-item:last-child:hover .hero-icon-popup {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-90%) translateY(0%);
        transform: translateX(-90%) translateY(0%);
    }

    ul.careersul li h2{font-size: 16px;}
    ul.careersul li a{top: auto; bottom: 10px;}
    ul.careersul li span, .job_nav span{width: 100%; font-size: 14px;}
    .innersec1 b{font-size: 24px; font-weight: 500;}
    .halfspan{width: 100%;}
    .contleft h1, .cr_form h2{font-size: 24px;}
    .box5_left{float: none; display: table; width: 100%;}
    .cont-ph, .cont-ph span{font-size: 14px;}

    .inner-container{padding: 40px 20px;}
    .about-section .image img{width: 100%; display: block;}
    .about-section .image::before{width: 50%;}
    .about-section .image .video-box{width: 80px; height: 80px; line-height: 80px;}
    .about-section .content-column .inner-column{margin-top: 100px;}

    .home_bottom h3, .box4 h2{font-size: 28px;}
    .home_bottom h5{font-size: 16px; line-height: 21px;}
    .home_bottom a{font-size: 14px;}

    .box4{padding: 40px 0;}
    .single-services{padding-right: 30px;}

    .sec4bx1{padding: 0}

    .footer p{text-align: center; font-size: 11px;}
    input.c-btn{font-size: 16px; margin-bottom: 30px;}

    .hl_circle{max-width: 100%; width: 100%; left: 0; padding: 0 20px; top: 15%;}


    .innerbx1 h2{font-size: 24px; line-height: 32px;}
    .innerbx1 p{font-size: 16px; line-height: 24px;}

    .aboutVision .link .txt, .aboutVision .link .img, .pageLinks .link .txt, .pageLinks .link .img{width: 100%; clear: both;}
    .aboutVision .link .txt{padding: 20px;}
    .aboutVision .link .txt h3, .pageLinks .link .txt h3{margin-top: 0px; font-size: 28px;}
    .txt p{font-size: 16px; line-height: 24px;}

    .ccc1{padding: 20px; margin-bottom: 30px;}
    .ccc1 h2{font-size: 21px;}
    .ccc1 ul li{font-size: 16px;}

    .vision_pic, .vision_text{width: 100%; clear: both;}
    .vision_text{padding: 40px;}
    .vision_text h2{margin-top: 0; font-size: 21px;}

    .box6_right{width: 100% !important; padding: 20px !important;}
    .box6{margin: 0 !important;}

    .box6_left{width: 100%; padding: 0}
    .box6::before{display: none;}
    .b6_cont1{font-size: 18px;}

    .table-responsive1{
      overflow-x: auto;
    }
    .box6_right{display: block !important;}
    .box6{padding: 40px 0; z-index: 9 !important;}

    .table .thead-dark th, .table tr td a p, .table tr td p{font-size: 14px;}
    #sectionBoxes .slideBoxes{margin: 0px; background-size: cover !important;}
    #sectionBoxes .transparentBackground .myContentBox h2,
    #sectionBoxes .transparentBackground .myContentBox p{color: #fff !important;}
    .ha_text p:first-child{font-size: 16px;}

    .innersecbx1 h2, .page1 h2{font-size: 26px; text-align: left;}
    .innersecbx1 p, .page1 p{font-size: 16px; line-height: 24px;}
    .wbx1 img{width: 100px; display: table; margin: auto;}
    .wbx1 h3{font-size: 21px; line-height: 28px; margin-top: 20px;}
    .page_left, .page_right, .page1 .sticky{width: 100%; clear: both; 
        position: relative; top: 0px;}
    .section1223{overflow: auto; display: block;}
    .page1, .ourevents{display: inline-block}
    .pricing table th, .pricing table td{font-size: 14px; line-height: 16px;}
    .box5_row1{width: 100%; clear: both;}
    .jobdescription{padding: 0px;}

    p.regtxt{margin-bottom: 0px; font-size: 24px; color: #2b388f; font-weight: 700;
        line-height: 32px;}
    .regform{min-width: 100%;}
    .career_form h2{font-size: 32px;}
    .loginbtns{font-size: 10px;}

    /*.social_fix, a.fixedico1{display: none;}*/
    .jobdescription input.form-control, .jobdescription textarea.form-control,
.jobdescription select.form-control{
    float: none;
}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{
    body{padding-top: 140px;}
    .bannercontbx1 h2{font-size: 32px; line-height: 46px;}
    .section1 h2{font-size: 28px;}
    .home_about{padding: 30px;}
    .cta-box {
        width: 225px;
        height: 285px;
        background: linear-gradient(127deg,transparent calc(50% - 1px),rgba(204,204,204,.1) calc(50% - 1px),#2b388f 50%);
    }
    .cta-box .cta-box-text {
        font-size: 16px;
    }
    .cta-box a{max-width: 100px;}
    .clientsbx ul li img{padding: 20px;}
    /* .innertxt1{padding: 15px; float: right; width: 80%; right: 0} */
    a.solbx1{padding: 20px;}

    a.ftnum{font-size: 18px;}
    a.ftm{font-size: 14px;}
    .ftlinks{text-align: right;}
    .home_benefits, .page1{padding: 30px;}
    .whychoose .col-sm-6{width: 100%;}
    .innersecbx1{padding: 50px;}
}
@media only screen and (min-width : 960px) and (max-width : 1280px)
{
    .container{width: 100%;}
  .hdtop ul li a.anch11{font-size: 14px;}
  .logo{padding-left: 20px;}
  .header_right {padding-right: 0px;}
  .hdtop ul li a{font-size: 12px; padding: 0 10px;}
  .logo a img{height:80px;}
  .hdtop ul{padding-left: 0}
  .menu > ul > li > a{font-size: 14px; padding: 0 12px;}
  .header{height: auto;}
  body{padding-top: 135px;}
  .home_about{padding: 30px;}
  #sectionBoxes .slideBoxes{background-size: cover !important;}
  .home_benefits{padding: 40px;}
  .home_benefits li{width: 31.33%; float: left; margin-right: 2% !important;}
  .innersecbx1, .page1{padding: 50px;}
  .whychoose .col-sm-6{width: 100%;}
  .page1 h2{font-size: 26px; text-align: left;}
}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    
}
@media only screen and (min-width : 1280px) and (max-width : 1340px)
{
    .logo{padding-left: 20px;}
    .hdtop ul{padding: 0}
    .header_right{padding-right: 10px;}
}
