@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body{font-family: 'Ubuntu', sans-serif;}
ul,ol{padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{font-family: 'Ubuntu', sans-serif;}

.logo1{position: absolute; top: 0px; left: 0px; z-index: 99999;}
.logo1 img{width: 250px;}
/*--------header1-----------*/
.header1{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    /* background-color: #1a1c69; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header1.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); */
     padding-bottom: 80px;
background: url(../images/bg-site-header-lg.svg) calc(50% + 255px) -55px no-repeat;
    background-position: calc(50% - 14px) 10px;
    /* background-position: calc(50% - 14px) -10px; */
    background-size: auto;
background-size: 1725px auto;
}


.top_nav{clear: both; width: 100%; 
    display: table; padding: 0px 40px; background-color: #fdc646;
}
.top_left{float: left; display: inline-block;}
a.topph{float: right; display: inline-block; line-height: 20px; padding: 10px;
color: #000; font-size: 16px; margin-right: 10px; font-weight: 400;}
a.topph i{color: #000; margin-right: 5px;}
.top_nav ul.top_ul1{list-style: none; float:right; }
ul.top_ul1 li{float: left; display: inline-block;}
ul.top_ul1 li a{
    text-decoration: none; 
    color: #000;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    position: relative;
}
ul.top_ul1 li:last-child a::before {display: none;}
a.emplogin{float: right; display: inline-block; text-decoration: none;
color: #000; padding: 5px 15px; background-color: #0060af; margin-right: 15px;
text-transform: uppercase; letter-spacing: 1px; font-weight: 700;}
a.emplogin1{background-color: #000; color: #497d93; border: 1px dotted #497d93;}
.headerSocial{float: right; display: inline-block;}
.headerSocial a{text-decoration: none; font-size: 18px; margin-right: 15px;
transition: all 0.3s; color: #000; position: relative; top: 7px;}
a.signin{text-decoration: none; float: right; height: 41px; font-weight: 600;
line-height: 36px; padding: 0 30px; color: #fff; background-color: #125ca4;
text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s;
}
a.signin:hover{background-color: #ed1c24;}


.logo{
    position: fixed; top: 40px; left:70px;
    display: none;
}
.logo a{
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left 13px;
    width: 125px;
    transition: all 0.3s ease 0s;
    height: inherit;
    background-size: 100%;
}
#header1.fixed1 .logo{height: 130px; transition: all 0.3s ease 0s; display: block;}
#header1.fixed1 .logo a{background-image: url(../images/logo2.png); width: 120px; background-size: 100%;
background-position: left 6px;}

.menu{
    float: right;
    margin-right: 30px;
}
.menu ul{
    list-style: none;  
    float: right;
    display: inline-block;
}
.menu > ul > li{
    display: inline-block;
    position: relative;
    padding: 0 25px;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    /* font-weight: 600; */
    
    height: 100px;
    line-height: 100px;  
}
#header1.fixed1 .menu > ul > li > a{color: #000;}
.menu > ul > li > a i{margin-left: 4px;}

.menu ul > li > a.active{
    color: #ff6f00;
    border-bottom: 2px solid #fff;
}
#header1.fixed1 .menu > ul > li > a.active{color: #ff5e14;}
.menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    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: #fff;
}

.fixed1 .menu > ul > li > a:after{background-color: #ff5e14;}
.fixed1 .menu > ul > li > a.active:after{background-color: #ff5e14;}

.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;
    padding: 20px;
}
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: 500;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
    border-bottom: 1px solid #f2f2f2;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: #ff5305 !important;
}
ul.submenu1 li:last-child a{
    
}




.ft_social{
    float: right;
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
    margin-left: 30px;
    transition: all 0.3s ease 0s;
}
/* #header1.fixed1 .ft_social{margin-top: 0px;} */

.ft_social ul{
    list-style: none; 
    text-align: center;  
    
}
.ft_social ul li{
    float: left;
    display: inline-block;    
    margin: 0 5px;
}
.ft_social ul li a{
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    background-color: #ff5e14;
    /* border: 2px solid #ff6f00; */
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    /* font-weight: 600; */
    color: #fff;
    padding: 0 20px;
    /* font-weight:400; */
    text-transform: capitalize;
    /* border-radius: 30px; */
}
.ft_social ul li a:hover{background-color: #121c45; color: #fff !important; border-color: #fff;}
/*.ft_social ul li a.fb{background-color: #597eba; color: #fff;}
.ft_social ul li a.gplus{background-color: #e04108; color: #fff;}
.ft_social ul li a.twit{background-color: #5ea9dd; color: #fff;}
.ft_social ul li a.lin{background-color: #007bb6; color: #fff;}
.ft_social ul li a.youtube{background-color: #e6291b; color: #fff;}

.ft_social ul li a:hover{background-color: #fff;}
.ft_social ul li a.fb:hover{color: #597eba;}
.ft_social ul li a.gplus:hover{color: #e04108;}
.ft_social ul li a.twit:hover{color: #5ea9dd;}
.ft_social ul li a.lin:hover{color: #007bb6;}
.ft_social ul li a.youtube:hover{color: #e6291b;}*/
/*------header1_end--------*/



.slider-container.slider-main{position: relative;}
.slider-container.slider-main:before{
  -webkit-clip-path: polygon(65% 0, 1% 0, 0 100%);
  clip-path: polygon(65% 0, 1% 0, 0 100%);
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: table;
  height: 100%;
  z-index: 99999999;
}

.slide h3{font-size: 48px;  text-transform: capitalize; color: #1a191b; font-weight: 700;
  line-height: 55px; margin-bottom: 30px; margin-top: 0px;}
.intro-promo__overlay {
 display:initial;
 color:transparent;
 font-size:200px;
 line-height:.85;
 font-weight:700;
 letter-spacing:-.050em;
 -webkit-text-stroke-width:2px;
 -webkit-text-stroke-color:rgba(255,255,255,.3);
 position:absolute;
 left:-80px;
 top:-80px
}
.slide p{font-size: 21px; font-weight: 300; margin-bottom: 25px; display: none;}
/* .slide a{padding: 10px 30px; font-size: 18px; color: #000;
  background-color: #9bc300; color: #fff;
  text-decoration: none; transition: all 0.3s ease 0s;} */
/* .slide a:hover{background-color: #fff; color: #9bc300;} */

.bannerBtn a {
    position: absolute;
    right: 50px;
    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)}
}



ul.fsocial li a.fb, .fixed_social li a.fb {
    background: #4867AA;
}
ul.fsocial li a.tw, .fixed_social li a.tw {
    background: #1DA1F2;
}
ul.fsocial li a.gp, .fixed_social li a.gp {
    background: #DC473A
}
ul.fsocial li a.in, .fixed_social li a.in {
    background: #007BB6
}
ul.fsocial li a.scrollup {
    background: #555;
}
ul.fsocial li a.fb:hover {
    color: #4867AA;
    border: 1px solid #4867AA;
}
ul.fsocial li a.tw:hover {
    color: #1DA1F2;
    border: 1px solid #1DA1F2;
}
ul.fsocial li a.gp:hover {
    color: #DC473A;
    border: 1px solid #DC473A;
}
ul.fsocial li a.in:hover {
    color: #007BB6;
    border: 1px solid #007BB6;
}
ul.fsocial li a:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    transition: all .5s;
}
.fixed_social {
    position: fixed;
    bottom: 35%;
    right: 0;
    width: 50px;
    z-index: 999999;
}
.fixed_social li {
    list-style: none;
    float: left;
    width: 100%;
    /* margin: 1px 0; */
}
.fixed_social li a {
    float: left;
    color: #fff;
    text-align: center;
    width: 50px; 
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: all .5s;
}
.fixed_social li a:hover {
    border-radius: 0;
    transition: all .5s;
}
.feature-shape {
    position: absolute;
    top: -30%;
    left: 0px;
    width: 50%;
    visibility: hidden !important;
}
.feature-shape svg {
    width: 720px;
    height: 1658px;
}

.main_banner {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    display: block;
}

/* .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: 25% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 15% !important;
    margin: auto;
    left: 0%;
    margin: auto;
    text-align: center;

}

.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-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-color: transparent;
    padding: 8px 30px;
    text-transform: capitalize;
    margin: auto;
    /* font-weight: 600; */
    display: inline-block;
    /* letter-spacing: 1px; */
    /* border-radius: 50px; */
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    outline: 0px;
    border: 2px solid #1a191b;
    color: #1a191b;
    font-size: 18px;
}

.banner_r_more a img {
    width: 60px;
}

.banner_r_more a:hover {
    background-color: #1a191b;
    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;
} */

.bannercontbx1 {
    width: 45%;
    display: block;
    position: absolute;
    left: 0px;
    top: 32%;
    z-index: 9;
    padding-left: 80px;
    visibility: hidden !important;
}


/* .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: #000;
    font-weight: 600;
    font-size: 55px;
    width: 66%;
    letter-spacing: 4px;
}

.bannercontbx1 h2 span {
    color: #d9ff7a;
}

.bannercontbx1 p {
    font-size: 29px;
    font-weight: 400;
    color: #333;
    width: 66%;
}


/*----------banner-----------*/


/*section1*/
.section1{position: relative; padding: 50px 0; background-color: #fff;}
.sec-title {
    position: relative;
    /* margin-bottom: 55px; */
}

.sec-title .sub-title {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 30px;
}

.sec-title .sub-title:before {
    font-family: FontAwesome;
    content: "\f053";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    z-index: 5;
    font-weight: 400;
    /* transform: rotate(180deg); */
}

.sec-title .sub-title:after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 16px;
    z-index: 5;
    font-weight: 400;
}

.sec-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    color: #1a226d;
}

.sec-title .text {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0;
}

.sec-title.light h2 {
    color: #ffffff;
}
.sec-title .sub-title {
    color: #ed3a7c;
}


/*section1_end*/


/*section2*/
.section2{
  width: 100%;
  display: table;
  padding: 50px 0;
  background-image: url('../images/bg-1.jpg');
  background-repeat: no-repeat;
  /* background-size: cover; */
}
/* .section2 h2{
  font-size: 36px; font-weight: 800; text-transform: uppercase; position: relative;
padding-bottom: 20px; margin-bottom: 20px; color: #fff; text-align: center;
}
.section2 h2:before{
  position: absolute; left: 48%; bottom: 0px;
  content: ""; height: 4px; background-color: #fff; width: 4%;
} */


.serv1{/* padding: 20px; */ background-color: #fff; 
  /* box-shadow: 0 0 25px rgba(218, 218, 218, 0.5); */
margin-bottom: 40px;transition: all 0.3s}
.serv1 a img{width: 100%; display: block; transition: all 0.3s}
.serv1:hover a img{transform: scale(1.1); transform: rotate(-3deg) scale(1.1);}
a.simbbx{display: block; position: relative;}
span.hex a {
    display: block;
    overflow: hidden;
}
.imgico{
  background-color: #fff !important;
font-size: 40px;
height: 110px;
line-height: 110px;
width: 110px;
text-align: center;
position: absolute;
bottom: 0px;
left: 0px;
}
.imgico::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -50px;
}
.imgico img{width: 50px !important; display: inline-block !important;}
.services1 h4{margin-bottom: 20px;}
.services1 h4 a {
    font-size: 21px;
    color: #363839 ;
    text-decoration: none;
    /* font-weight: 600; */
    /* height: 50px; */
    line-height: 25px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease 0s;
}
.services1 h4 a:hover{color: #c92f29;}
.services1 p {
    /* height: 96px; */
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #888;
    min-height: 72px;
    display: block;
    /* font-weight: 500; */
}
span.icon:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.services1 .col-sm-3{padding: 10px;}
a.serva{padding: 7px 20px; text-decoration: none; margin: auto; margin-top: 10px;
 font-size: 16px; font-weight: 500; color: #fff; background-color: #c92f29;
text-transform: uppercase; display: inline-block;}
a.serva:hover{background-color: #333;  color: #fff; border-color: #333;}

a.v_all{
  padding: 7px 30px; border: 1px solid #fff; text-decoration: none; margin: auto; margin-top: 30px; 
  display: table; border-radius: 30px; font-size: 18px; color: #3193c8;  transition: all 0.3s;
  background-color: #fff; font-weight: 700;
}
a.v_all:hover{background-color: transparent; color: #fff;}

.section2 img{width: 100%; display: block;}

.section2 p{
  font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #797979;
margin: 30px 0px 22px;
}
.readmore-link {
    font-size: 17px;
    font-weight: 700;
    color: #2a2a2a;
    text-transform: uppercase;
    transition: .5s;
    display: inline-block;
    text-decoration: none;
}


.readmore-link.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: -4px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    transition: .5s;
}

.readmore-link.style-two:hover:before {
    width: 100%;
}

.readmore-link.style-two span {
    position: relative;
}

.readmore-link.style-two span i {
    margin-right: 20px;
    color: #fff;
}

.readmore-link.style-two:hover span i {
    margin-right: 10px;
}

.readmore-link.style-two {
    padding-left: 10px;
    padding-right: 15px;
}

.readmore-link.style-two {
    position: relative;
}

.readmore-link.style-two:hover {
    color: #fff;
}
.readmore-link i {
    margin-right: 7px;
    display: inline-block;
    transform: rotate(45deg);
    transition: .5s;
    color: #ff5f15;
}
.readmore-link:hover i {
    transform: rotate(0deg);
}
.readmore-link:hover{color: #ff5f15; text-decoration: none;}



/* About Section */

.about-section {
    position: relative;
    padding: 40px 0 0px;
}

.about-section .sec-title {
    margin-bottom: 46px;
}

.about-section .readmore-link {
    margin-top: 25px;
}


.about-section .icon-box {
    position: relative;
    padding: 16px 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
}

.about-section .icon-box:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.about-section .icon-box:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transition: .5s;
    opacity: 0;
    right: 10px;
    top: 10px;
}

.about-section .icon-box:hover:before {
    opacity: 1;
}
.about-section .icon-box::before {
    background-color: #ff5f15;
}

.about-section .icon-box .icon {
    font-size: 45px;
    color: #cecac4;
    margin-right: 20px;
    transition: .5s;
    line-height: 48px;
}
.about-section .icon-box .icon img{width: 45px; opacity: 0.3}
.about-section .icon-box:hover .icon img{width: 45px; opacity: 1}
.about-section .icon-box h4 {
    font-size: 21px;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    color: #cecac4;
    transition: .5s;
}

.about-section .icon-box:hover h4 {
    color: #2a2a2a;
}
.about-section .icon-box:hover  a{text-decoration: none;}
.about-section .icon-box a:hover{text-decoration: none;}
.about-section .image {
    margin-bottom: 30px;
}
/*section2_end*/

.section1 .sec-title h2{margin-bottom: 40px;}
.section3 .sec-title h2{margin-bottom: 40px;}

/*section3*/
.section3{
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;

}

/*  Why Choose Us */

.Whychooseus-section {
    position: relative;
    padding: 120px 0 90px;
}

.why-choose-block .inner-box {
    position: relative;
    padding: 36px 30px 16px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.why-choose-block .inner-box .icon {
    position: relative;
    font-size: 40px;
    margin-right: 30px;
    transition: .5s;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left; display: inline-block;
}

.why-choose-block .inner-box .icon:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    top: -30px;
    left: -20px;
    transition: .5s;
}

.why-choose-block .inner-box .icon:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: .5s;
}

.why-choose-block .inner-box .icon .ico1 {
    position: relative;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    display: table;
    margin: auto;
    margin-top: 14px;
}

.why-choose-block .inner-box:hover .icon {
    color: #fff;
}
.why-choose-block .inner-box:hover .icon::after{
  background-color: #ff5e14;border-color: #ff5e14;
}
.why-choose-block .inner-box:hover .icon::before{border: 2px solid #ff5e14;}
.why-choose-block .inner-box:hover .icon .ico1 {background-position: left bottom;}
.why-choose-block .inner-box .count {
    position: absolute;
    top: -38px;
    left: -27px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 25px;
    background: #fff;
    padding: 2px 6px;
}

.why-choose-block .inner-box .content {
    max-width: 310px;
    float: left;
    display: inline-block
}

.why-choose-block .inner-box h4 {
    font-size: 24px;
    /* font-weight: 700; */
    position: relative;
    transition: .5s;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.why-choose-block .inner-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-image: url(../images/border-shape-2.png);
}

.why-choose-block .inner-box .text {
    font-size: 18px;
    margin-bottom: 20px;
}

.why-choose-block .inner-box .count {
    color: #ff5f15;
}
/*section3*/

/*-------section4---------*/
.section4{clear: both; width: 100%; display: table; background-image: url('../images/contactbg.jpg');
background-size: cover; background-repeat: no-repeat; padding: 80px 0 50px; position: relative;}
.section4:before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #050628;
  opacity: 0.65;
}
.section4 h2{color: #fff; margin-top: 0px; color: #fff; text-align: center; line-height: 55px;
font-size: 42px; font-weight: 700; margin: 20px 0; }
.section4 h2 span{font-weight: 900; color: #f89723;}
.section4 h4{color: #fff; margin: 0; text-align: center; font-weight: 300; 
    font-size: 26px;}
.section4 p{font-size: 18px; color: #fff; text-align: center; font-weight: 300;}

.section4 form{width: 700px; display: table; margin: auto;}
.width49{float: left; display: inline-block; width: 49%; position: relative; 
    margin-bottom: 12px;}
.width100{width: 100%;}
/*.width49.icon:before{position: absolute; left: 13px; top: 22px; z-index: 9;
content: "\f007"; font-family: FontAwesome; color: #e6e6e6; font-size: 18px;}
.width49.icon2:before{content: "\f0b1";}
.width49.icon3:before{content: "\f0e0";}
.width49.icon4:before{content: "\f095";}
.width49.icon5:before{content: "\f075";}*/

.width49.icon input, .width49.icon textarea{
    width: 100%;
    resize: none;
    position: relative;
    vertical-align: top;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    height: 42px;
    outline: none;
    font-weight: 300;
    margin-top: 12px;
    color: #fff;
}
.width49.icon textarea{height: 90px; padding-top: 10px;}
.width100 input.formsub{
   margin:  auto; display: block; height: 48px;
    display: table; padding: 0 50px; 
   letter-spacing: 2px; transition: all 0.3s;
    background-color: #9bc300; color: #fff; font-size: 16px; border: 0px;
    text-transform: uppercase; text-align: center;
    margin-top: 30px;
}
.width100 input.formsub:hover{background-color: #fff; color: #9bc300;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/*-------section4---------*/

.copy_right
{
    height: 60px; line-height: 60px;
    background-color: #1c226d;
    color:#fff;
    font-size:16px;
    /* font-weight:300; */
    text-align:center;
    clear: both;
    width: 100%;
    display: block;
}
.copy_right span
{
    color:#f89925;
}

.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: 55%; 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: capitalize; 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; }

.experience-year {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 40px;
}
.experience-year .icon {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 86px;
    text-align: center;
    font-size: 50px;
    margin-right: 25px;
}
 .experience-year .icon {
    border: 2px dashed #ff5f15;
    color: #ff5f15;
}
.experience-year .icon {
    color: #ff5f15;
}
 .experience-year .icon img{width: 50px; display: inline-block}
.experience-year .content {
    width: calc(100% - 115px);
}
.experience-year h3 {
    font-size: 60px;
    font-weight: 800;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgb(255 255 255);
    text-transform: uppercase;
    margin-top: 0;
}
.experience-year h3 {
    color: #ff5f15;
}
.experience-year span {
    font-size: 36px;
    -webkit-text-stroke-width: 2px;
}
 .experience-year h5 {
    font-size: 14px;
    /* font-weight: 700; */
    text-transform: uppercase;
}
.experience-year h5 {
    color: #ff5f15;
}


.abtcont{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.abtcont h2{
    position: relative;
font-size: 40px;
font-weight: 700;
margin-top: 0;
color: #1a226d;
}
.abtcont p{
    font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #000;
margin: 30px 0px 22px;
}

.abtcont2{
    width: 100%;
    display: table;
    padding: 60px 0;
    /* background-color: #fff; */
}
a.servbx1{
    padding: 80px 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%;
    display: table;
    width: 100%;
    transition: all 0.3s;
}
.sec3bx{
    background-color: #fff;
    padding: 30px;
    position: relative;
    transition: all 0.3s;
}
.sec3bx:before{
    position: absolute;
    right: -60px;
    top: 0px;
    background-color: #fff;
    width: 60px;
    height: 100%;
    content: "";
    z-index: 9;
    transition: all 0.3s;
}
.sec3bx1{padding-left: 0px;}
.sec3bx1:before{right: auto; left: -60px;}
.sec3bx h3{color: #e97051; font-size: 32px; margin-top: 0px;
    font-family: 'Ubuntu', sans-serif;}
.sec3bx p{color: #333; font-size: 18px; line-height: 26px; font-weight: 400}

.abtcont2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    display: table;
}

.abtcont2 ul li {
    width: 100%;
    float: left;
    position: relative;
    color: #000;
    font-size: 18px;
    padding: 6px 0 6px 25px;
}

.abtcont2 ul li:before {
    position: absolute;
    top: 6px;
    left: 5px;
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f105";
    color: #ff5f15;
}


.aboutbx1{
    width: 100%;
    display: table;
    padding: 60px 0;
    background-color: #f0ece5;
}
.aboutbx1 h3{
    font-size: 26px;
    margin-top: 0px;
    line-height: 32px;
    color: #004d76;
    letter-spacing: 1px;
}
.aboutbx1 p{
    font-size: 18px; line-height: 26px; color: #333;
}
.vision_page {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.vision_pic {
    float: right;
    width: 50%;
}
.vision_pic img {
    width: 100%;
}
.vision_text {
    width: 50%;
    float: left;
    font-size: 18px;
    text-align: center;
    padding: 80px;
    line-height: 28px;
}
.vision_text h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 25px 0;
    display: block; 
    letter-spacing: 2px;
    color: #004d76;
}
.vision_block:nth-child(odd) .vision_text {
    float: right;
}
.vision_block:nth-child(even) .vision_pic {
    float: left;
}

.ourvision{width: 100%; display: block; padding: 40px; background-color: #fff;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); min-height: 425px;}
.ourvision img{width: 100px; margin-bottom: 20px;}
.ourvision h2{color: #ff5e14; margin-bottom: 10px; 
margin-top: 10px;}
.ourvision p{}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header{background-color: #fff; color: #000;}
.prod_img1 p.galp{padding: 7px 0; text-align: center; color: #fff; background-color: #2d3091; transition: all 0.3s;}
.prod_img1:hover p.galp{background-color: #00b7f0; transition: all 0.3s;}



.ourvalsec{
    width: 100%;
    display: table;
    padding: 60px;
    clear: both;
}
.ov1{
    width: 100%;
    display: table;
    position: relative;
    transition: all 2s;
    padding: 10px;
}
.ov1bxxx{width: 100%; display: block; position: relative; transition: all 2s; overflow: hidden;}
.ov1bxxx img{width: 100%; display: block; transition: all 2s;}
.ov1bxxx:hover img{transform: scale(1.1, 1.1);}
.ov1:hover img{
    
}
.ovbx1{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 70%;
    padding: 20px;
    background-color: rgba(192, 18, 28, 0.9);
    transition: all 0.3s;
    overflow: hidden;
}
.ovbx2{background-color: rgba(253, 198, 70, 0.9);}
.ovbx3{background-color: rgba(114, 120, 193, 0.9)}
.ovbx4{background-color: rgba(238, 59, 125, 0.9);}
.ovbx1 h3{color: #fff; margin: 0px; font-size: 24px; font-weight: 700;}
.ovbx1 p{color: #fff; font-size: 16px; line-height: 24px; visibility: hidden; opacity: 0; 
    height: 0px; transition: all 0.3s; margin:0;}
.ovbx2 h3, .ovbx4 h3{color: #04141c;}
.ovbx2 p, .ovbx4 p{color: #04141c;}
.ov1:hover .ovbx1 p{opacity: 1; visibility: visible; height: auto; margin-top: 20px;}


.innersection{
    width: 100%;
    display:  block;
    padding: 40px 0;
}
.box1_left {
    width: 72%;
    float: left;
    line-height: 28px;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}
.box1_right
{
    width:25%;
    float:right;
    position: sticky;
    top: 150px;
    right: 0;
    margin-top: 0;
}
.box1_right ul{
    list-style-type:none;
    margin-top: 0;
}
.box1_right ul li{
    width:100%;
    float:left;
    margin-bottom:12px;
}
.box1_right ul li a{
    width:100%;
    border:1px solid #162e7c;
    padding:13px 25px;
    display:table;
    color:#162e7c;
    font-size:14px;
    text-align:center;
    text-decoration: none;
    transition:all .5s;
    border-radius:50px;
}
.box1_right ul li a:hover{
    border:1px solid #162e7c;
    color:#fff;
    text-decoration:none;
    background:#162e7c;
    transition:all .5s;
}
.box1_right ul li a.active{
    border:1px solid #162e7c;
    color:#fff;
    background:#162e7c;
    transition:all .5s;
    text-decoration:none;
}
.service_list
{
    width:100%;
    float:left;
    border-bottom: 1px solid #162e7c;
    margin: 20px 0px 20px;
    padding-bottom:20px;
}
.service_list:last-child
{
    border-bottom:0px;
}

.service_listimg {
    width: 170px;
    float: left;
    overflow:hidden;
    height:170px;
    border-radius:50%;
}
.service_listimg  img{
    width: 100%;
    height: 100%;
}

.service_right
{
    width:78%;
    float:right;
    font-size: 16px;
    line-height:30px;
}
.service_right h2{
    color:#195caa;
    font-size:21px;
    text-align: left;
    margin:0px 0px 10px;
}
.aboutuspage h4{
    margin: 30px 0 15px 0;
font-size: 26px;
/* font-weight: 600; */
color: #ff5e14;
}
.box1_left h2{
    margin: 0 0 30px 0;
font-size: 32px;
font-weight: 600;
color: #ff5e14;
}
.box1_left h4{
    font-weight: 600;
    color: #000;
}
.innerul ul
{
    margin:20px 0px;
    width:100%;
    float:left;
    list-style: none;
}
.innerul ul li {
    float: left;
    line-height: 27px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}
.innerul ul li::after {
    color: #ff5e14;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}
ul.jobloc_map{margin-top: 0px; margin-bottom: 20px;}
ul.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;

}
ul.jobloc_map li:after{display:none;}

/*jobpositions*/
.jobpositions{
    padding: 40px 0; width: 100%; display: table;
    position: relative;
    z-index: 9;
    background-color: #fff;
}



.mainjobsbox {
    display: table;
    width: 100%;
    clear: both;
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: -1px;
    transition: all .3s;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    box-shadow: -1px 5px 15px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    outline: none;
    text-decoration: none;
    color: #000
}
.mainjobsbox:hover {
    background: #fff6e1;
    transition: all .3s;
}
.companyimage {
    width: 100px;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.companyimage img {
    width: 60%;
    display: table;
    margin: auto;
}
.job_des {
    width: 88%;
    float: right;
    position: relative;
}
.job_des h4 {
    color: #222;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.com_name {
    font-size: 19px;
        width: 79%;
    font-weight: 600;
    color: #ff5e14;
    margin-bottom: 15px;
}
.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}
.jobloc_map li{
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}
.pgleftbx  ul.jobloc_map{margin: 0px;}
.pgleftbx  ul.jobloc_map li{padding: 0px; clear: none;}
.jobloc_map li:before{display: none;}
.jobloc_map li em {
    margin-right: 10px;
}
.job_des p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height:26px;
}
.job_des p b{font-weight: 600; color: #000; font-size: 18px;}
.fulltime, .parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #ff5e14;
}
.parttime {
    background: #ff8800;
}
.left_num {
    width: 100%;
    background: #c1282d url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: auto;
    padding: 15px;
    float: left;
    height: 150px;
    position: relative;
    margin-top: 0px;
}
.left_num:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 0, 0, .8);
}
.left_num h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    width: auto;
    top: 40%;
}
.f_jobslist {
    width: 100%;
    float: left;
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
}
.f_jobslist li {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: 50%;
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
}
.f_jobslist li img {
    width: 100%;
}


.pagination{float: right;}
.innerpgbx1 p b{color: #1a99d5; font-weight: 700; font-size: 18px;}

ul.fuf{padding-left: 30px;}
.pgleftbx ul.fuf li{margin-bottom: 5px; padding-left: 25px;}
.pgleftbx ul.fuf li a{color: #1a99d5;}
.pgleftbx ul.fuf li:before{color: #1a99d5; font-size: 10px;}
/*jobpositions*/

ul.jobloc_map{margin-top: 0px; margin-bottom: 20px;}
ul.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;

}


.careerspg h5{font-size: 28px; margin-bottom: 30px; color: #ff5e14; font-weight: 700;}
.careerspg h6{font-size: 18px; font-weight: 300; margin-bottom: 30px;}
.careerspg a{
    text-decoration: none;
    width: 100%;
    display: block;
    color: #222;
}
.careerspg a img{width: 100%; display: block; margin-bottom: 10px;}
.careerspg a h4{
    font-size: 21px; 
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 29px;
    transition: all 0.3s;
}
.careerspg a p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    height: 100px;
    height: 48px;
    overflow: hidden;
}
.careerspg a .rmore1{
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}
.careerspg a .rmore1 svg{
    width: 18px;
    float: right;
    position: relative;
    top: 3px;
    color: #555;
    transition: all 0.3s;
}
.careerspg a:hover .rmore1{color: #e95228}
.careerspg a:hover .rmore1 svg{color: #e95228}
.careerspg a:hover h4{color: #e95228}
.careerspg label{
    font-size: 14px;
    text-transform: uppercase;
}
.careerspg label span{color: #ff7149;}
.careerspg input.form-control, .careerspg textarea.form-control{
    background-color: #ccc;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    margin-bottom: 20px;
}
.careerspg textarea.form-control{height: 100px;}
.careerspg .col-sm-12{
    display: table;
    width: 100%;
}
.careerspg{background-color: #fff; display: table; width: 100%;}


/*formbox*/

.formbox {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f0f0f0;
}

.formbox h2 {
    color: #ff5e14;
    font-size:36px;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.formbox h2 span {
    color: #db2234;
}
.formbox p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    margin-bottom: 60px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
}
.formbox a {
    color: #033c75;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Ubuntu', sans-serif; */
}

.formbox .form-group {
    padding: 0 7%;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 50px;
}

.formbox label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.formbox label span {
    color: #ff7149;
}

.formbox input.form-control,
.formbox textarea.form-control, .modal-body input.form-control,
.modal-body textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
}
.modal-body input.form-control{height: 45px;}
.formbox textarea.form-control {
    height: 120px !important;
}

.formbox .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 14px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    display: table;
    border-radius: 30px;
    letter-spacing: 2px;
    margin:  auto;
    background-color: #16307e;
    transition: all 0.3s;
}

input.subres:hover {
    background-color: #ff5e14;
    color: #fff;
}


/*formbox*/

/*contactpg*/
.contact__content{width: 100%; display: table; padding: 40px 0; text-align: left; font-weight: 400;
font-size: 16px; color: #000;}
.contact__content h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #333;
}
.contact__content h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #333;
}
.contact__content a {
    color: #0088cf;
    margin-right: 25px;
    font-size: 18px;
}
.contact__content__social a{margin-left: 15px; margin-right: 0px; font-size: 24px;}
.row1{display: table; width: 100%; margin-bottom: 15px;}

.box6_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0px 20px 20px 0;
}
.form_hd{
    width: 100%;
    margin-bottom: 30px;
    color: #0e1564;
    font-size: 38px;
    /*letter-spacing: 1px;*/
    padding-bottom: 10px;
    font-weight: 300;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
}
.form_hd:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 30px;
    background-color: #ed3a7c;
    content: "";
}
.box6_row1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 15px;
    padding-left: 38px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left 5px;
}
.b6_cont1{
    float: left;
    display: inline-block;
    width: 90%;
    font-size: 20px;
    color: #000;
    line-height: 26px;
}
.b6_cont1 p b{text-transform: uppercase; color: #bb0114; 
letter-spacing: 2px; font-weight: 700; margin-bottom: 20px; display: inline-block;
font-size: 24px; font-family: 'Ubuntu', sans-serif;}
.b6_cont1 a{text-decoration: none; color: #000;}
.b6_cont1 a:hover{text-decoration: underline;}

.contactpg iframe{border: 0px; display: block; height: 300px;}
/*contactpg*/


.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: #012169;
    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: #dc1129;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
}
img.mobimg1{display: none;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    body {
        overflow-x: hidden;
        padding-top: 75px;
    }
    #header1.fixed1 {
        background: url(../images/bg-site-header-xs.svg) 0 0/480px 120px no-repeat;
        padding-top: 20px;
    }
    #header1.fixed1:before{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 70px;
        background-color: #fff;
        content: "";
    }
    .logo{left:20px; top: 5px;}
    .innertxt1{padding: 0}
    #header1.fixed1 .logo a{width: 80px;}

    .feature-shape svg{
        width: 100%;
        height: auto;

    }
    .feature-shape svg.mobno{display: none;}
    .feature-shape{position: relative; bottom: 0px; width: 100%; margin-top: -6.5%;}
    .slide h3{font-size: 28px; line-height: 36px;}
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .header {
        height: auto;
    }
    .top_social, .top_nav,
    .top_social ul, .header_right {
        display: none;
    }
    .menu2 {
        display: block;
        top: 30px;
        right: 10px;
        /* z-index: 99999999999999; */
    }
    .logo{width: 80%}
    .logo a img{height: auto; width: 100%}
    .menu {
        display: none;
    }
    .header_right {
        padding: 0px;
    }
    .eBtn_pop {
        display: none;
    }
    a.scroll-down-link {
        bottom: 20px;
        display: none;
    }
    .bannercontbx1 {
        top: auto;
        bottom: 10%;
        text-align: left;
        left: 0px;
        width: 100%;
        padding: 0 20px;
        /* padding: 0 40px; */
    }
    .section1{padding: 20px 0}
    .form_hd{font-size: 21px;}
    .bannercontbx1 h2 {
        /* text-align: center; */
        width: 100%;
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 0px;
    }
    .bannercontbx1 p {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        display: none;
    }
    .banner_r_more a{font-size: 14px;}
    .pavcontentslider .carousel-control {
        top: 30% !important;
    }
    .carousel-control.right {
        right: -30px !important;
    }
    .carousel-control.left img {
        width: 30px;
    }
    .carousel-control.right img {
        width: 30px;
    }
    .main_banner {
        height: auto;
    }
    .section1 h2 {
        font-size: 21px;
        letter-spacing: 1px;
    }
    .section1 h3 {
        font-size: 18px;
    }
    .section1 p {
        font-size: 16px;
        line-height: 24px;
    }
    .section3 .col-sm-4 {
        padding: 0px !important;
    }
    .section3 .col-sm-8 {
        height: auto;
    }
    a.sec2bx {
        margin-bottom: 25px;
    }
    .section2 {
        padding-bottom: 30px;
    }
    .news-block .inner-box {
        margin-bottom: 30px;
    }
    .section4 {
        padding-bottom: 20px;
    }
    .sec4bx1{width: 50%; display: inline-block; clear: none; float: left;}
    .section6 h2{font-size: 28px;}
    .section6 p{font-size: 14px;}
    .sec6bx1{width: 50%;}
    .box6_left, .box6_right{width: 100%; padding: 0}
    .footer {
        background-size: cover;
    }
    .footer_menu,
    .footer_menu1 {
        width: 100%;
        clear: both;
        margin-bottom: 30px;
    }
    .home_addressleft {
        width: 100%
    }
    .innertxt1 {
        top: 20%;
    }
    .inner_banner h1 {
        font-size: 24px;
    }
    .page_left,
    .page_right {
        width: 100%;
        clear: both;
    }
    .page1 .sticky {
        position: relative;
        top: auto;
        margin-top: 30px;
    }
    .key_people img {
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .box5_row1 {
        width: 100%;
        clear: both;
    }
    .career_form h2 {
        font-size: 28px;
    }
    .halfspan {
        width: 100%;
        clear: both;
    }
    .b5_img1 img {
        width: 60%;
    }
    .footer_hd {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .footer_menu1 img {
        width: 240px !important;
    }
    .sec3_bg {
        min-height: auto;
    }
    .section3 {
        padding: 30px 0
    }

    .rightbx2, .leftpgbx2, .page_content, .page_nav, ul.careersul li span, .job_nav span{width: 100%; clear: both;}
    .stickme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0px;
        right: 0;
    }
    ul.careersul li a{top: auto; bottom: 0px;}
    ul.careersul li h2{font-size: 18px;}

    .sec-title h2{font-size: 21px;}
    .section4 form{width: 100%;}
    .section4 h4{font-size: 21px;}
    .section4 h2{font-size: 32px; line-height: 46px;}
    .width49{width: 100%;}
    .copy_right{font-size: 10px;}
    .abtcont h2{font-size: 24px; line-height: 32px;}
    img.mobimg1{display: block; width: 100%;}

    a.servbx1{padding: 0px; background-image: none;}
    .ourvision{padding: 20px; margin-bottom: 30px; min-height: auto;}
    .aboutbx1 p{font-size: 14px; line-height: 21px;}
    .ourvalsec{padding: 0px;}
    .ovbx1{width: 100%; left: 0px; bottom: 0px;}
    .ovbx1 h3{font-size: 18px}

    .box1_left, .box1_right{width: 100%; clear: both; position: relative; top: 0}
    .box1_left h4{font-size: 21px; text-align: left;}
    .job_des{width: 100%; clear: both; margin-top: 20px;}
    .formbox h2, .formbox h2{font-size: 24px !important;}
}


/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {}


/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #header1.fixed1 {
        background: url(../images/bg-site-header-xs-2.svg) 0 0/768px 105px no-repeat;
        padding-top: 20px;
    }
}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .logo a img {
    height: 70px;
    width: auto;
}
.innertxt1{top: 50%}
    .bannercontbx1 {
        top: 25%;
        left: 0px;
    }
    .bannercontbx1 h2 {
        font-size: 42px;
        line-height: 55px;
    }
    .bannercontbx1 p {
        font-size: 18px;
        line-height: 24px;
        /* padding: 0 10%; */
        display: block;
    }
    .pavcontentslider .carousel-control {
        top: 40% !important;
    }
    a.sec2bx h3 {
        font-size: 20px;
    }
    /* .section4 {
        padding: 40px 15%;
    } */
    .section3 .col-sm-3{width: 50%;}
    .footer_menu,
    .footer_menu1,
    .home_addressleft {
        float: left;
        display: inline-block;
        width: 50%;
        clear: none;
        min-height: 250px;
    }
    .feature-shape svg.mobno{width: 50%; display: block;}
    .feature-shape {
        position: absolute;
        top: 0%;
        left: 0px;
        width: 100%;
        visibility: hidden !important;
    }
    .bannercontbx1{width: 45%}
    .section2 p{font-size: 14px; line-height: 21px;}
    .about-section .icon-box h4{font-size: 16px;}
    .about-section .icon-box h4 br{display: none;}
    .sec-title h2, .inner_banner h1{font-size: 32px;}
    img.mobimg1{display: none}
}

@media only screen and (min-width: 960px) and (max-width: 1210px) {
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .hdtop ul li{display: none}
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .header_right {
        padding: 0px;
    }
    .menu>ul>li>a {
        font-size: 16px; padding: 0 15px;
    }
    a.scroll-down-link {
        bottom: 10%;
    }
    .bannercontbx1{padding-left: 60px;}
    .sec3_bg {
        min-height: auto;
    }
    a.sec2bx h3 {
        font-size: 24px;
    }
    .news-block {
        width: 33.33%;
        float: left;
        display: inline-block;
    }
    .section4 {
        padding: 20px 0px;
    }
    #header1.fixed1{
        background-position: calc(26% - 14px) 0px;
    }
    #header1.fixed1 .logo{left: 50px;}
    #header1.fixed1 .logo a{width: 100px;}
    .menu{margin-right: 20px;}
    .menu > ul > li{padding: 0}
    .ft_social{margin-left: 0px; margin-right: 0}
    .slide h3{font-size: 32px; line-height: 42px;}
    .feature-shape svg{width: 100%}
    .abtcont h2{font-size: 32px; line-height: 42px;}
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
    #header1.fixed1{
        background-position: calc(26% - 14px) 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {
    .bannercontbx1{top: 32%}
}

@media only screen and (min-width : 1400px) and (max-width : 2400px)
{
    #header1.fixed1{
        background-position: calc(50% - 51px) 38px;
    }
    .logo {
        position: fixed;
        top: 60px;
        left: 95px;
    }
    .bannercontbx1{top: 40%}
}

