body{font-family: 'Poppins', sans-serif;}
ul,ol{padding: 0px; margin: 0px;}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Segoe UI Regular';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Bold';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


@font-face {
font-family: 'Segoe UI Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}


@font-face {
font-family: 'Gotham-Light';
font-style: normal;
font-weight: normal;
src: local('Gotham-Light'), url('Gotham-Light.woff') format('woff');
}

@font-face {
font-family: 'Gotham-Book';
font-style: normal;
font-weight: normal;
src: local('Gotham-Book'), url('Gotham-Book.woff') format('woff');
}

@font-face {
font-family: 'Gotham-Medium';
font-style: normal;
font-weight: normal;
src: local('Gotham-Medium'), url('Gotham-Medium.woff') format('woff');
}

@font-face {
font-family: 'Gotham-Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham-Bold'), url('Gotham-Bold.woff') format('woff');
}


h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;}

.container{max-width: 1260px;}
/*--------header-----------*/
.header{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
    /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}
#header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999999999;
    border-bottom: 0px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
     
}
.logo{
    float: left;
    display: inline-block;  
    height: 90px;
    line-height: 90px;
    margin-left: 20px;
    transition: all 0.3s ease 0s;
    padding-right: 30px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.2) */
}
.logo a{
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 320px;
    display: table;
    transition: all 0.3s ease 0s;
    height: inherit;
    background-size: 100%;
}
#header.fixed1 .logo{}
#header.fixed1 .logo a{background-image: url(../images/logo.png);}

.menu{
    float: right;
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;

}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
    height: 90px;
    line-height: 90px;
    padding-top: 16px;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #fff ;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 22px;
    height: 55px;
    line-height: 55px;  
    position: relative;
    font-weight: 500
}/* 
.menu > ul > li > a.active:before{
    content: "";
    display: block;
    position: absolute;
    left: calc(50px * .4);
    right: calc(50px * .4);
    bottom: 18%;
    pointer-events: none;
    height: 4px;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    transition: 200ms ease all;
    transform: scale(.5);
    transform-origin: 50% 50%;
    z-index: 5;
box-shadow: none;
background-color: #d30808;

} */
.menu > ul > li:hover > a, .menu > ul > li > a.active{color: #d30808 ;}
.menu > ul > li:hover > a{color: #d30808 ;}
.menu > ul > li.contactli{padding: 18px 0; transition: all 0.5s; margin-left: 20px;}
.menu > ul > li.contactli > a{height: 50px; line-height: 50px; border: 1px solid #fff;
background-color: transparent; color: #fff; transition: all 0.5s; border-radius: 50px;
padding: 0 25px;

}
.menu > ul > li.contactli > a svg{margin-top: 10px; float: left; margin-right: 8px;
fill: #fff;}
.menu > ul > li > a svg{margin-top: 13px; float: left; margin-right: 8px;
fill: #fff;}
.menu > ul > li.contactli > a i{margin-right: 5px;}
.menu > ul > li.contactli > a:hover{
    background-color: #fff;
    color: #d30808
}
.menu > ul > li.contactli > a:hover svg{fill: #d30808;}
.menu > ul > li > a:hover svg{fill: #d30808;}
#header.fixed1 .menu > ul > li.contactli > a:hover svg{fill: #fff;}

#header.fixed1 .menu > ul > li a svg{fill: #d30808;}

#header.fixed1 .menu > ul > li > a{/* height: 90px; line-height: 90px;  */
    color: #000; 
}
#header.fixed1 .menu > ul > li.contactli{height: 80px; line-height: 80px; padding: 13px 0;}
#header.fixed1 .menu > ul > li.contactli > a{
    color: #fff !important; height: 50px; line-height: 50px;
    background-color: #d30808; border-color: #d30808;
}

#header.fixed1 .menu > ul > li > a:hover, #header.fixed1 .menu > ul > li > a.active{
    color: #d30808;}
#header.fixed1 .menu > ul > li > a.active{/* border-bottom: 3px solid #1f70a3; */}
.menu > ul > li > a img{margin-left: 7px;}
.menu > ul > li > a.icon1 i{margin: 0px;}

#header.fixed1 .menu > ul > li > a.active:before{background-color: rgb(3, 68, 137);}

/* .menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0b588f;
    transition:all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.menu > ul > li:hover > a:after{
    width: 100%;
}
.menu > ul > li > a.active:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #0b588f;
} */

.menu > ul > li > a.color1{color: #71a642;}
.menu > ul > li > a.color2{color: #d3148c;}
.menu > ul > li > a.color3{color: #1eb1e4;}

.fixed1 .menu > ul > li > a:after{background-color: #0b588f;}
.fixed1 .menu > ul > li > a.active:after{background-color: #0b588f;}


.menu > ul > li > a.color1:after, .menu > ul > li > a.color2:after, .menu > ul > li > a.color3:after,
.menu > ul > li.contactli > a:after{display: none !important;}
.menu ul > li:hover ul.submenu1{
    display: block !important;  
}
ul.submenu1{
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #034ea1; 
    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: #fff !important;
    font-size: 14px;
    line-height: 24px;
    padding: 10px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: #d30808 !important;
}
ul.submenu1 li:last-child a{
    
}

.menurt1{float: right; display: inline-block; margin-right: 30px;
padding: 20px 0 0;}
.menurt1 a.phonebx, .menurt1 a.msgbx{
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	padding-top: 11px;
    padding-left: 10px;
	/* border: 2px solid #000; */
	font-size: 15px;
	float: left;
	margin-right: 15px;
	transition: all 0.3s;
    /* font-weight: 600; */
}
.menurt1 a.msgbx{color: #fff; border: 0px; padding: 8px 15px;
border-radius: 30px; font-size: 16px; margin-right: 0px;
background-color: #3894ce; font-weight: 400;
}

.menurt1 a.phonebx img {
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -2px;
}
/*------header_end--------*/



/*home_link*/
/* .home_link {
    overflow: hidden;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.home_link:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background-color: #000;
    opacity: 0.5
} */
/* .hl_video {
}
.hl_video video {
    width: 100%;
    display: block;
}
.hl_circle {
    width: 75%;
    padding-top: 15%;
    left: 5%;
    font-size: 24px;
    text-align: left;
    color: #fff;
    top: 0px;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
}
.hl_circle h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Gotham-Bold';
    margin-bottom: 0px;
}
.hl_circle a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 40px;
    margin-top: 20px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hl_circle a:hover {
    color: #fff;
    background: #1f70a3;
    border-color: #1f70a3;
} */
/*home_link*/

/*------bannerbox---------*/
.fullscreen-bg .fullscreen-bg__video {
    /* height: 100%; */
    width: 115%;
}
.bannerbox{
    width: 100%;
    display: block;
    position: relative;
    /* padding-bottom: 200px;
    background-color: #7694ca; */
    /* padding-top: 58px; */
    /* height: 120vh; */
    overflow: hidden;
}
.bannerbox:before{
    position: absolute;
    width: 200%;
    height: 150px;
    content: "";
    background-color: rgba(255, 255, 255, 1);
    bottom: -100px;
    left: -100px;
    z-index: 1;
    transform: rotate(4deg);
}
.bannerbox:after{
    position: absolute;
width: 100%;
height: 100%;
content: "";
background: linear-gradient(to bottom,#00286f7a 0%,rgba(0,0,0,0) 25%, 
    rgba(0,0,0,0) 35%,rgba(0, 0, 0,.25) 100%);
top: 0px;
left: 0px;
z-index: 0;
}
.bannerboxcont{
    position: absolute;
    left: 5%;
    top: 35%;
    width: 90%;
    text-align: left;
    z-index: 2
}


/* .banner_txt {
    top: 160px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
    left: 28%;
    z-index: 999999;
    margin: auto;
} */
.banner_hd h2{
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #d30808;
    font-size: 80px;
    position: relative;
    padding-bottom: 0px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    margin: 0;
    margin-bottom: 20px;
}
.banner_hd h2 span{
    color: #fff
}
/* .bannertxt h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 447px;
    height: 7px;
    margin: 0 0 0 -223px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
} */
.banner_cont p{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}
/* .banner_hd {
    color: #fff; font-size: 50px; font-weight: 700; margin:0px;
    font-family: 'Poppins', sans-serif; margin-bottom: 15px; margin-top: 40px; line-height: 55px;
}
.banner_hd span{border-bottom: 1px solid #fc5c01; font-family: 'Poppins', sans-serif;}
.banner_cont {
    color: #fff; font-size: 18px; font-family: 'Poppins', sans-serif; margin-bottom: 30px;
    width: 80%
} */
.banner_r_more{
    clear: both;
    margin-top: 20px;
    
}
.banner_r_more a{
    text-decoration: none;
    color: #fff;
    padding: 15px 65px 15px 40px;
    background-color: #d30808;
    display: inline-block;
    font-size:16px;
    transition: all 0.3s;
    border-radius: 30px;
    border: 2px solid #d30808;
    position: relative;
    /* background-color: #fbb03b; */
}
.banner_r_more a:hover{
    transition: all 0.3s;
    background-color: #fff;
    border-color: #fff;
    color: #d30808; background-image: none;
}
.banner_r_more a svg {
    width: 1.1875rem;
    height: 0.875rem;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 26px;
}

.bannerBtn a {
    position: absolute;
    right: calc(12% - 100px);
    bottom: 20px;
    padding-bottom: 120px;
    text-decoration: none;
    display: inline-block;
    outline: 0px;
    z-index: 99;
    /* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
    /* padding-top: 167px; */
    white-space: nowrap;
    color: #fefefe;
    text-align: center;
    background-position: center;
    font-size: 18px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
.bannerBtn a:focus{outline: 0px;}
.bannerBtn a span{transform: rotate(90deg); display: block; opacity: 0.3; font-size: 14px;
position: relative; right: 4px; top: -7px;}
.bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    /* transform: rotate(-90deg); */
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
}
.bannerBtn a::after {
    content: '';
    width: 17px;
    height: 70px;
    position: absolute;
    top: 30px;
    right: 13px;
    z-index: 1111;
    background: url("../images/arrow-down.png");
    /* transform: rotate(-90deg); */
}
@-webkit-keyframes scroll {
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes scroll {
    0%{-webkit-transform:translateY(0);transform:translateY(0)}
    50%{-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.fimgs{
    position: absolute;
    /* left: -150px; */
    left: 0;
    top: 25%;
    display: block;
    height: 100%;
    /* z-index: 9 */
}
.btmleftgr{
    position: absolute;
    left: 0px;
    bottom: 200px;
    z-index: 9;
    display: block;
    /* height: 100%; */
}
.btmleftgr img{width: 100%; display: block;}
img.f1{
    position: absolute;
    left: 0px;
    top: 0;
    width: 350px;
    opacity: 0.5;
}
img.f2{
    position: absolute;
    left: -80px;
    top: 37%;
    z-index: 99
}

.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
/*------bannerbox---------*/


/*section1*/
.section1{
    clear: both;
    width: 100%;
    display: block;
    padding: 0px 0 60px;
    /* background-color: #fff; */
    /* margin-top: -100px; */
    position: relative;
    /* border-top-right-radius: 200px;
    margin-top: -200px; */
    position: relative;
    z-index: 9;
    /* background-image: url('../images/HomepageBackground.png');
    background-repeat: no-repeat;
    background-position: right center; */
    /* background-size: cover; */

    background-image: url('../images/a.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 140px 0;
}
.sf{
    position: absolute;
    left: -50px;
    top: -200px;
    z-index: 99999
}
.sf img{}
.aboutcontent{
    width: 100%;
    /* padding-left: 50px;  */
    position: relative;
}
.aboutcontent h4{
    color: #c90808;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 38px;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0
}
.aboutcontent h4:before{
    content: '';
    width: 6px;
    height: 112px;
    border-radius: 3px;
    display: block;
    top: 9px;
    left: -27px;
    position: absolute;
    background: #000;
}
.aboutcontent h4:after{
    width: 6px;
    height: 70px;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 9px;
    content: '';
    left: -40px;
    background: #000;
}

.section1 ul{
    list-style: none;
    width: 100%;
    display: table;
    padding: 0px;
    margin: 0;
    margin-top: 40px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
}
.section1 ul li{
    width: 165px;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.section1 ul li span i{font-style: normal;}
.section1 ul li:first-child {
    background: #298fc2;
}
.section1 ul li:nth-child(2) {
    background: #3674a6;
}
.section1 ul li:nth-child(3) {
    background: #42598a;
}
.section1 ul li:nth-child(4) {
    background: #4e3e6e;
}
.section1 ul li:nth-child(5) {
    background: #5a2453;
}
.section1 ul li span {
    display: block;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -3px;
    margin: 0 0 30px;
    padding-top: 0;
    color: #fff;
}
.section1 ul li span sub {
    font-size: 36px;
    bottom: -.22px;
}
.aboutcontent h2{font-weight: 400; margin: 0px; font-size: 22px;   margin-bottom: 20px;
position: relative; color: #000; font-family: 'Poppins', sans-serif;}
/* .aboutcontent h2:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #0a5c93;
    content: "";
} */
.aboutcontent h2 span{color: #0a5c93;}
.aboutcontent p{color: #54585a; font-family: 'Poppins', sans-serif;
line-height: 26px; margin-top: 15px; 
font-size: 16px;  width: 50%}

.aboutcontent a{
    text-decoration: none;
    clear: both;
    display: table;
    background-color: #d30808;
    color: #fff;
    border: 1px solid #d30808;
    padding: 15px 25px;
    font-weight: 300;
    border-radius: 30px;
    transition: all 0.3s;
}
.aboutcontent a:hover{background-color: #fff; color: #d30808}
.counterbx1{clear: both; width: 100%; margin-top: 35px; padding-left: 40px; display: table;}
.counterbx1 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0px 15px 0px 5px;
    line-height: 18px;
    float: left;
}
.counterbx1 span i{font-style: normal;}
.counterbx2{padding-left: 100px;}
.counterbx1 span h3{margin-bottom: 0px; font-size: 26px; margin-top: 15px;}
.counterbx1 span h5{margin-top: 5px; }
.aboutimg img{width: 100%; display: block;}
.aboutimg img.abtpat{width: 40%; display: table; margin: auto; opacity: 0.5;
position: relative; right: -150px; top: -50px;}
.aboutimg{position: relative;}
img.abtimg{
    position: absolute;
    left: 90px;
    top: 90px;
    width: 60%;
}

.abox1{
    width: 95%; display: table;
    margin: auto;
    margin-top: 50px;
    box-shadow: 5px 5px 15px 0px rgba(64,84,178,0.35);
    padding: 20px 40px;
    border-radius: 10px;
    transition: all 0.3s;
}
.abox1:hover{
    transform:translate(0,-5px);
    transition: all 0.3s;
    box-shadow: 5px 5px 15px 0px rgba(64,84,178,0.55)
}
.abox1 img{width: 75px;}
.abox1 hr{width: 100%; height: 1px; background: #ccc; margin-top: 50px;}
/* .abox1 h4{font-size: 32px; color: #000; margin-bottom: 20px; font-family: 'Poppins', sans-serif;} */
.abox1 h4{
    color: #d30808;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}
.abox1 h4:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 80px;
    height: 2px;
    background-color: #000;
    content: "";
}
.abox1 h4 span{width: 100%; display: block; color: #d30808; font-size: 16px;
margin-bottom: 20px;}
.abox1 p{
    color: #000;
margin-top: 15px;
font-size: 16px;
line-height: 32px;
height: 96px;
overflow: hidden;
}
.abox1 a{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #d30808;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    color: #d30808;
    transition: all 0.3s;
}
.abox1 a:hover{
    background-color: #d30808;
    color: #fff;
}
/*section1*/


/*section2*/
.section2{
    width: 100%;
    display: table;
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
    /* background-image: url('../images/hero_home_01.jpg'); */
    /* background-image: url('../images/background_02.jpg');
    background-repeat: no-repeat;
    background-position: right -100px;
    background-size: cover; */
    /* background-color: #f3f3f5 */
}
/* .section2::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/pattern-1.png) left top no-repeat;
}
.section2::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/pattern-2.png) right top no-repeat;
} */
.section123 {
    background-color: #fff;
    width: 100%;
    display: table;
}

.section123 .sec1left {
    float: left;
    display: inline-block;
    background: center right / cover url('../images/sec3.webp') no-repeat #F2F2F2;
    height: calc(100vh);
    top: 80px;
    position: sticky;
    width: 50%;
    padding: 50px;
}

.section11 .sec1left {
    background-image: none;
    background-color: #0d618f;
}

.section123 .sec1left h2,
.section11 .sec1left h2 {
    font-size: 38px;
    color: #ec1f27;
    position: relative;
    font-weight: 400;
    margin-bottom: 50px;
}
.sec1left h2:before{
    width: 112px;
    height: 6px;
    display: block;
    bottom: -10px;
    position: absolute;
    border-radius: 3px;
    border: 0;
    left: 0;
    content: '';
    background-color: #c6c6c6;
}
.sec1left h2:after{
    width: 70px;
height: 6px;
display: block;
bottom: -22px;
border-radius: 3px;
position: relative;
border: 0;
left: 0;
    content: '';
    background-color: #c6c6c6;
}

.section123 .sec1left p,
.section11 .sec1left p {
    color: #fff;
font-family: 'Poppins', sans-serif;
line-height: 24px;
margin-top: 15px;
font-size: 16px;
width: 90%;
}

.section123 .sec1left a,
.section11 .sec1left a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 18px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

.section11 .sec1left a.section22 {
    background-color: #e58f15;
    color: #fff;
    border-color: #e58f15;
}


.section11 .sec1left a.section22:hover {
    background-color: #fff;
    color: #e58f15;
}

.section11 .sec1left h2 {
    color: #fff;
}

.section11 .sec1left p {
    color: #fff;
}

.section123 .sec1right {
    width: 50%;
    float: left;
    display: inline-block;
}

.box1 {
    width: 100%;
    display: block;
     border: 2px solid #b9bdc0;
    min-height: 172px;
    border-bottom: 0;    
    margin-top: 0;
    padding: 20px 10px;
    position: relative;
}
.box1:last-child{border-bottom: 2px solid #b9bdc0;}
.box1 a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
    width: 100%;
    display: table;
}

.box1 a .img {
    width: 30%;
    float: left;
    display: inline-block;
    position: relative;
}

.box2 a {
    color: #fff;
}

.box1 a .img img {
    width: 100%;
    display: block;
    /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
    transition: all 0.3s;
}

.box1 a:hover .img img {
    width: 100%;
    display: block;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 0.3s;
}

.box1 a .cont {
    float: left;
    display: inline-block;
    width: 70%;
    padding: 0 15px;
}

.box1 a .cont h2 {
    position: relative;
    font-size: 21px;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 0
}

.box1 a .cont h2:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    content: "";
    background-color: #2ea9df;
    transition: all 0.5s;
}

.box1 a:hover .cont h2:before {
    width: 100%;
}

.box1 a .cont p {
    color: #54585a;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    margin-top: 5px;
    font-size: 15px;
}

.box2 a .cont p {
    color: #d30808;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    margin-top: 15px;
    font-size: 18px;
}

.box1 a:hover {
    /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19); */
}

.box1 a svg {
    position: absolute;
    left: 0px;
    top: 35%;
    display: none;
}

.box1 a:hover svg {
    display: block;
}
/*section2*/

/*section3*/
.section3{
    width: 100%;
    display: inline-block;
    padding: 60px 0 00px;
    background-color: #fff;
}
.section3 h2{
    font-size: 38px;
    color: #298fc2;
    position: relative;
    font-weight: 400;
    margin-top: 0
}
.section3 h2::before {
    width: 112px;
    height: 6px;
    display: block;
    bottom: -10px;
    position: absolute;
    border-radius: 3px;
    border: 0;
    left: 0;
    content: '';
    background-color: #4651b0;
}
.section3 h2::after {
    width: 70px;
    height: 6px;
    display: block;
    bottom: -22px;
    border-radius: 3px;
    position: relative;
    border: 0;
    left: 0;
    content: '';
    background-color: #4651b0;
}

.solutionspart{
    padding-bottom: 40px;
}
/*testimonials*/
.testimonials {
    background: #fff;
    display: block;
    width: 100%;
    padding: 40px 0 20px;
    position: relative;
    overflow: hidden;
}
.testimonialsBx {
    padding: 0 0 70px;
    text-align: center;
}
.testimonialsBx .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonials h2 {
    font-size: 36px;
    color: #fab017;
    margin-bottom: 70px;
    font-weight: 600;

}
.testimonials .p {
    font-size: 14px;
    color: #999;
    margin-bottom: 80px;
}
.testimonials ul{list-style-type: none;}
.testimonials li {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.testimonials li .txt {
    background: #fff;
    /* padding: 60px 40px 70px; */
    font-size: 14px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    text-align: center;
    background-size: cover;
    opacity: 0.6
}
.timg{width: 100%; position: relative; background-color: #fff;}
.timg img{width: 100%; display: block; /* opacity: 0.7; */
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}
.tcont{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 120px 50px 50px;
    z-index: 99
}
.testimonials .owl-item.active.center .txt {opacity: 1; 
    
}
.testimonials .owl-item.active.center .timg {
    position: relative;
    background-color: #000
}
.testimonials .owl-item.active.center .timg img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/* .testimonials .owl-item.active.center .timg:before {
    background: linear-gradient(to right, rgba(40,198,136,1) 0%,rgba(17,28,125,0.05) 39%,rgba(241,93,33,0.05) 67%,rgba(70,81,176,1) 100%);
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: ''
} */
.testimonials li .txt p {
    color: #fff;
font-family: 'Poppins', sans-serif;
line-height: 28px;
margin-top: 15px;
font-size: 18px;
width: 70%; margin:  auto; display: table;

}
.testimonials li .txt2 p {color: #000}
.testimonials .txt a{
    background-color: transparent;
color: #fff;
border: 1px solid #fff;
font-size: 16px;
padding: 12px 70px;
text-decoration: none;
display: inline-block;
transition: all 0.3s;
font-weight: 500;
margin-top: 20px;
text-transform: uppercase;
}
.testimonials .txt a:hover{background-color: #fff; color: #000;}
.testimonials .txt2 a{border-color: #000; color: #000}
.testimonials .txt2 a:hover{background-color: #000; color: #fff;}
.testimonials li .txt b {
    color: #333;
    font-weight: 600;
}
.testimonials li .txt h6 {
    font-size: 46px;
    color: #fff;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}
.testimonials li .txt2 h6 {color: #000}
.testimonials li .txt h6::after {
    content: '';
    width: 22px;
    height: 2px;
    background-color: #d30808;
    position: absolute;
    bottom: 0;
    left: 0;
    left: 50%;
    margin-left: -11px;
}

.testimonials .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    text-align: center;
    display: none;
}
.testimonials .owl-dots .owl-dot {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #999;
    margin:  0 2px;
    border: 0px;
}
.testimonials .owl-theme .owl-dots .owl-dot span{display: none;}
.testimonials .owl-dots .owl-dot.active {
    background: #d30808;
}

.testinnn{padding: 40px 0;}
.testinnn.testimonials li:first-child{margin-top: 50px;}
.testinnn.testimonials li{margin-bottom: 50px; position: relative; text-align: center}
.testinnn.testimonials li:last-child{margin-bottom: 0px;}
.section7 .owl-nav {display: none;}
/*section3*/


/*section4*/
.section4{
    width: 100%;
    display: inline-block;
    padding: 0px 0 40px;
    background-color: #fff;
}
.section4 h2{
    font-size: 38px;
    color: #c90808;
    position: relative;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 70px;
}
.section4 h2::before {
    width: 112px;
    height: 6px;
    display: block;
    bottom: -10px;
    position: absolute;
    border-radius: 3px;
    border: 0;
    left: 0;
    content: '';
    background-color: #000;
}
.section4 h2::after {
    width: 70px;
    height: 6px;
    display: block;
    bottom: -22px;
    border-radius: 3px;
    position: relative;
    border: 0;
    left: 0;
    content: '';
    background-color: #000;
}
.serve-box {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.serve-box:after,
.serve-box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: .7;
    transition: .5s ease-out
}

.serve-box:after {
    background-color: #2b303a
}

.serve-box:before {
    background-color: #d30808;
    transform: scale(0);
    transition: .5s ease-out;
    z-index: 1111111;
    visibility: hidden;
    opacity: .88
}

.serve-box:hover:before {
    visibility: visible;
    transition: .5s ease-out;
    transform: scale(.94)
}

.serve-box:hover:after {
    opacity: 0;
    transition: .5s ease-out
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.serve-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    z-index: 1111111;
    padding: 35px
}

.serve-content img {
    color: #fff;
    width: 64px;
    margin-bottom: 10px;
    display: block
}

.serve-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-top: 10px;
}
/*section4*/




/*section5*/

.section5 {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 80px 0 40px;
    /* background-color: #fff; */
    position: relative;
    
    /* background-image: url(../images/consult_bg.jpg); */
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
    z-index: 1
}
.section5::before {
    position: absolute;
    content: "";
    background-color: rgba(21, 161, 106, 0.95);
    /* background-color: rgba(12, 56, 132,.95); */
    top: 0;
    width: 100%;
    height: 4000%;
    left: 0;
    transform: skewY(67deg);
}

/* .section4:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: .75;
} */

.section5 h2 {
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

/* .section5 h2:before {
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ed4036;
    content: ""
} */

.section5 p {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

.section5 h2 span {
    color: #95c12b;
}

.section5 h2 a {
    color: #555;
    text-decoration: none;
    padding-top: 15px;
    font-weight: 200;
    font-size: 32px;
    position: relative;
    top: -10px;
}

/* .section5 .form-group {
    min-width: 100%;
    padding: 80px 20%;
    background-image: url('../images/contact-bg.png');
    background-position: center;
    background-size: cover;
    margin: auto;
    display: table;
    margin-top: 50px;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
} */

.section5 label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}

.section5 label span {
    color: #95c12b;
}

.section5 input.form-control,
.section5 textarea.form-control {
    background-color: transparent;
    border-radius: 0px;
    height: 50px;
    border: 0px;
    margin-bottom: 25px;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.section5 textarea.form-control {
    height: 120px !important;
}

.section5 .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 14px 30px;
    color: #d30808;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    background-color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

input.subres:hover {
    background-color: #fff;
    color: #0064a8;
}


/*section5*/

/*section5*/
.clientsbx{
    width: 100%;
    display: block;
    padding: 60px 0 0px;
    position: relative;
}
/* .section4:before{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75%;
    height: 50%;
    content: "";
    z-index: -1;
    background-color: #f7f7f9;
} */
.clientsbx h2{
    font-size: 38px;
    color: #ca0808;
    position: relative;
    font-weight: 400;
    margin-top: 0
}
.clientsbx h2::before {
    width: 112px;
    height: 6px;
    display: block;
    bottom: -10px;
    position: absolute;
    border-radius: 3px;
    border: 0;
    left: 0;
    content: '';
    background-color: #000;
}
.clientsbx h2::after {
    width: 70px;
    height: 6px;
    display: block;
    bottom: -22px;
    border-radius: 3px;
    position: relative;
    border: 0;
    left: 0;
    content: '';
    background-color: #000;
}
/* .section4 h1:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 60%;
    margin-right: 113px;
    margin-top: 0px;
    height: 3px;
    width: 100vw;
    background-color: #da2032;
} */

/* .clientsbx ul{list-style: none; width: 100%; clear: both; display: inline-block; 
    margin-top: 20px; text-align: center;}
.clientsbx ul li{display: inline-block; width: 25%; text-align: center; 
    float: left; padding: 40px 40px;
    background-color: #e5eef6;
}
.clientsbx ul li:nth-of-type(2),
.clientsbx ul li:nth-of-type(4),
.clientsbx ul li:nth-of-type(5),
.clientsbx ul li:nth-of-type(7) {
    background: #fff;
}
.clientsbx ul li img{
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;  
    transition: all 0.3s ease 0s;
    width: 100%;
    display: inline-block;
    transition: all 0.3s;
    padding: 10px 10px;
}
.clientsbx ul li:hover img{
    opacity: 1;
    filter: grayscale(0%);
    transition-property: filter;
    transition-duration: 1s;  
} */
.clientsbx ul{list-style: none; width: 100%; clear: both; display: inline-block; 
    margin-top: 0px; text-align: center; 
    /* background-color: #fff; */
/* box-shadow: 0 12px 40px rgba(68,160,176,.15);
border: 1px solid #e2e8f0; */

     overflow: hidden;}
.clientsbx ul li{display: inline-block; width: 20%; text-align: center; 
    float: left; padding: 10px;
    /* background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.03); */
}
/* .clientsbx ul li:nth-of-type(2),
.clientsbx ul li:nth-of-type(4),
.clientsbx ul li:nth-of-type(5),
.clientsbx ul li:nth-of-type(7) {
    background: #fff;
} */
.clientsbx ul li img{
    /* filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;   */
    transition: all 0.3s ease 0s;
    width: 100%;
    display: inline-block;
    /* background-color: #fff; */
    /* opacity: 0.65; */
    transition: all 0.3s;
    padding: 20px 30px;
    /* box-shadow: 0 2px 20px 0 rgba(0,0,0,.2); */
}
.clientsbx ul li:hover img{
    opacity: 1;
    filter: grayscale(0%);
    transition-property: filter;
    transition-duration: 1s;  
}

.clientsbx img {
    width: 100%;
    display: block;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); */
    padding: 15px 30px;
    background-color: #fff;
}

.clientsbx .owl-carousel .owl-stage-outer {
    padding: 20px 0
}
.clientsbx .owl-carousel.owl-drag .owl-item{padding: 0 10px;}

.clientsbx .owl-nav,
.section1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    display: none;
    width: 100%;
}

.clientsbx .owl-prev,
.section1 .owl-prev {
    width: 32px;
    height: 18px;
    left: -60px;
    position: relative;
    background-size: 32px;
    background-position: center;
}

.clientsbx .owl-next,
.section1 .owl-next {
    width: 32px;
    height: 18px;
    position: relative;
    right: -60px;
    background-size: 32px;
    background-position: center;
}

/*--------footer--------*/
.footer{
    clear: both;
    width: 100%;
    display: block; 
    background: #1a2d57;
background: -webkit-gradient(left top,left bottom,color-stop(0,#1a2d57),color-stop(100%,#00060b));
background: -o-linear-gradient(top,#1a2d57 0,#00060b 100%);
background: -webkit-gradient(linear,left top,left bottom,from(#1a2d57),to(#00060b));
background: linear-gradient(to bottom,#1a2d57 0,#00060b 100%);
    padding: 60px 0 20px;
    position: relative;
    background-attachment: scroll;
    overflow: hidden;
    background-size: 100%;
}
.ft_inner1{
    width: 100%;
    display: table;
}
.ftleft1{
    float: left;
    display: inline-block;
    width: 33.33%;
    padding-right: 80px;
}
.fthd1{
    font-size: 18px;
    color: #cd0808;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding: 10px 0;

}
.fthd1:before{
    height: 3px;
    background-color: #b3b3b3;
    content: "";
    width: 60%;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
.ftaddress{
    font-size: 14px;
    clear: both;
    width: 100%;
    display: table;
    color: #fff;
    line-height: 24px;
}
.ftul1{
    clear: both;
    width: 100%;
    list-style: none;
}
.ftul1 li{
    display: block;
    clear: both;
}
.ftul1 li a{
    display: block;
    clear: both;
    color: #fff;
    font-size: 14px;
    padding: 3px 0;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.ftul1 li a:hover{
    color: #fff;
    text-decoration: underline;
}

a.portallogin{
    padding: 10px 25px;
    background-color: #e01a33;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
}
a.portallogin:hover{background-color: #fff; color: #e01a33;}
.ftsocial{
    clear: both;
    list-style: none;
}
.ftsocial li{
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.ftsocial li a{
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #eee;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    border: 1px solid #eee;
    font-size: 18px;
    border-radius: 100%;
}
.ftsocial li a.fb:hover{background-color: #3c5b9b; color: #fff; border-color: #3c5b9b;}
.ftsocial li a.tw:hover{background-color: #2daae1; color: #fff; border-color: #2daae1;}
.ftsocial li a.lin:hover{background-color: #0173b2; color: #fff; border-color: #0173b2;}

.ftaddress h2{
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 24px;
    border-bottom: 1px solid rgba(145, 145, 145, 0.2);
}
.ftaddress h4{margin:0px; font-weight: 600;}
.ftaddress h2{margin-top:0px; font-size: 26px; font-weight: 600;}

.ft_soc{float: right; margin-top: 15px;}
.ft_soc a{text-decoration: none; color: #fff; font-size: 19px; margin-right: 5px;
transition: all 0.3s; width: 36px; height: 36px; display: inline-block; 
text-align: center;
line-height: 36px; background-color: transparent; border: 2px solid #fff;
border-radius: 36px;}
.ft_soc a:hover{}

.mFooter{
    clear: both;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    border-top: 3px solid #b3b3b3;
}
.mFooter a.anch{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    transition: all 0.3s;
    position: relative;
}
.mFooter a:hover{color: #d30808;}
/* .mFooter a:before{
    position: absolute;
    right: 0px;
    top: 5px;
    height: 12px;
    background-color: #ccc;
    content: "";
    width: 1px;
} */
.mFooter a:last-child:before{display: none;}
.ftlogo{float: left; display: inline-block}
.ftlogo img{height: 40px; display: block;}
.mtop{clear: both; display: table; width: 100%; margin-bottom: 20px;}
/*--------footer_end--------*/

/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
.inner_banner::before {
    position: absolute;
    width: 200%;
    height: 150px;
    content: "";
    background-color: rgba(255, 255, 255, 1);
    bottom: -140px;
    left: -100px;
    z-index: 11;
    transform: rotate(4deg);
}
.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    /*background: linear-gradient(to bottom,#00286f7a 0%,rgba(0,0,0,0) 25%, 
        rgba(0,0,0,0) 35%,rgba(0, 0, 0, 0.3) 100%);
    opacity: 0.25;*/
    opacity: 0.6;
    background: #000;
}

.inner_banner img{
    width: 100%;
    /* opacity: 0.4; */
    display: block; 
}
img.innerbannerf{
    position: absolute;
    left: 0px;
    top: 20%;
    width: 350px;
    opacity: 0.5;
    z-index: 9
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 50%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.innertxt1 ul{list-style: none; text-align: center; margin-bottom: 0px; margin-top: 20px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #d30808;    
}
.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: 38px; font-weight: 800; font-family: 'Poppins', sans-serif;
text-transform: uppercase; margin-bottom: 10px; /* border-bottom: 2px solid #e97051; */ display: inline}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }
.abtbtm1 h4{
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;

}
.abtbtm1 h4:before{
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c90808;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: 0;
}


.innertxt1{
   position: absolute; width: 100%; text-align: center; 
    top: 50%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.searchbox {
   width: 100%;
   margin-top: 30px;
}
.searchbox span {
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
}
.banner_fields {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    padding: 15px;
    float: left;
    border: none;
    margin: 0px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.formsubmit {
    margin: 0px 6px;
    width: 15%;
    height: 100%;
    color: #fff;
    border-radius: 2px;
    padding: 15px 20px 15px 16px;
    float: right;
    text-align: right;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../images/search.png) no-repeat right #e76f52;
    transition: ease all .5s;
    background-position: 11% 17px;
}
.formsubmit:hover {
    background: url(../images/search.png) no-repeat right #f4a363;
    transition: ease all .5s;
    background-position: 11% 17px;
}
.searchbox h3 {
    color: #fff;
font-size: 38px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
border-bottom: 2px solid #e97051;
display: inline;
}
.searchbox form{display: table; margin-bottom: 20px; width: 100%;}
/*innerbanner*/



/*asection2*/
.asection2{
    /* padding: 40px 0;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee; */
    background-image: url(../images/bg-section-01.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 60px 0;
    width: 100%;
    display: table;
    background-color: #fff;
}
.asection2 h2{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #d30808;
    line-height: 46px;
    font-size: 32px;
    font-weight: 700;
    display: inline;

    border-bottom: 2px solid #000;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.asection2 p{
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    clear: both;
    margin-top: 20px;
}


.aboutbx3{
    clear: both;
    width: 100%;
    display: table;
    padding: 60px 0;
    background-image: url('../images/bg-service.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.bg-overlay-black{
    background-color: rgba(14, 14, 14, 0.58);
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 60px 0px;
}
.ab3bx1{}
.ab3bx1 h2{
    font-size: 42px;
    line-height: 1.33333;
    font-weight: 800;
    margin-top: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: inline;
    border-bottom: 2px solid #ca0808;
}
.ab3bx1 p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px;
}
.ab3bx2{
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.inner-four-sec {
    background-color: #fff;
    box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    padding: 30px 20px;
    width: 100%;
    /* margin-right: 2%; */
    border-radius: 5px;
    /* margin-top: 4%; */
    text-align: center;
    position: relative;
    padding-bottom: 60px;
    transition: all 0.3s;
}

.item--overlay {
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #c2292e;
    /* background-image: -moz-linear-gradient(left, #e6242a, #c2292e); */
    border-radius: 5px;
    position: absolute;
    transition: all .2s linear 0ms;
    opacity: 0;
    display: none;
}


.inner-four-sec a{
    text-decoration: none;
    color: #000;
}
/* .inner-four-sec:hover .item--overlay {
    background-color: #c2292e;
    opacity: 1;
    position: absolute;
} */


/* .inner-four-sec::before {
    content: '';
    top: 11px;
    right: -11px;
    background-color: #c2292e;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
    display: none;
} */

.inner-four-sec:hover {
    
    z-index: 1;
    background-color: #000;
    transition: all 0.3s;
}
/* .inner-four-sec1:hover{background-color: #00a4e9;}
.inner-four-sec2:hover{background-color: #3faaa5;}
.inner-four-sec3:hover{background-color: #d28115;} */

.inner-four-sec:nth-child(4) {
    margin-right: 0;
}

.inner-four-sec:hover .four-sec-title {
    color: #fff;
}

/* .inner-four-sec:hover .text-gradient {
    background-image: -moz-linear-gradient(left, #fff, #fff);
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} */

.inner-four-sec:hover .para-normal {
    color: #fff;
}

.four-sec-title {
    font-size: 20px;
    font-weight: bold;
}

.text-gradient {
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 65px;
}

.text-gradient1 {
    position: absolute;
    right: 0px;
    background-image: -webkit-linear-gradient(left, #0a5d53, #1AB49A);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 59px;
    opacity: .40;
    bottom: -19px;
}
.four-sec-title {
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 10px;
}
p.para-normal{font-size: 14px; color: #000;
line-height: 24px; padding: 0 10px;}

.ab3ico{
    width: 70px;
    height: 70px;
    display: table;
    margin:  auto;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: left top;
}
.inner-four-sec:hover .ab3ico{
    background-position: left bottom;
}
.ab3ico1{
    width: 55px;
    height: 55px;
    display: table;
    float: right;
    background-repeat: no-repeat;
    background-size: 55px;
    opacity: 0.15;
    position: absolute;
    right: 0px;
    bottom: 0;
    background-position: left top;
}


.servicespg{
    width: 100%;
    display: table;
    padding: 40px 0 40px;
    background-color: #fff;
    background-image: url('../images/bgn-industries.png');
/* background-image: url('../images/h3-shape1.png'); */
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
/* border-bottom: 2px solid #ddd; */
}
.servicespg h2{
    position: relative;
    margin-top: 0px;
    color: #000064;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.servicespg h2:before{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #6cb148;
    content: "";
}
.servicespgbx{
    border-radius: 17px;
    box-shadow: 0 21px 39px -16px rgba(34,48,116,0.5);
    width: 100%;
    padding: 20px;
    background-color: #fff;
    display: table;
    margin-bottom: 30px;
    text-align: center;
}
.servicespgbx img{max-width: 100%; display: table; margin: auto auto 30px;
display: none;}
.servicespgbx h3{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #6cb148;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 38px;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.servicespgbx p{
    color: #626c84;
    font-size: 16px;
    line-height: 25px;
    height: 100px;
    padding: 0 20px;
    overflow: hidden;
    margin: 0 auto 40px 0;
}
.servicespgbx a.cta_button{bottom: auto; left: auto; margin:  auto; display: table;
float: none; right: auto; width: auto;}


.servidpg h3{
    color: #000;
    margin: 0;
    padding-top: 150px;
    position: relative;
    padding-right: 30px;
    margin-top: 100px;
    font-family: 'Poppins', sans-serif;

    font-weight: 300;
    margin: 0px;
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.servidpg h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    width: 1px;
    content: "";
    background-color: #000064;
}
.servidpg h3 img{position: absolute; left: 30px; top:0px; width: 120px;}
.servidpg h4{
    color: #000; font-size: 19px; line-height: 28px;
}
.servidpg h1{
    font-weight: 700;
font-size: 28px;
margin-top: 0px;
margin-bottom: 30px;
color: #ce0b0b;
font-family: 'Poppins', sans-serif;
display: inline;
border-bottom: 2px solid #000;
line-height: 48px;
}
.servidpg p{
    font-size: 16px;
color: #000;
margin-top: 20px;
line-height: 28px;
}
.servidpg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top:20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    clear: both;

}
.servidpg ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 16px;
color: #000;
}
.servidpg ul li:before {
    position: absolute;
    top: 3px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #d30808;
}
.productsbx h2 {
    position: relative;
    margin-top: 0px;
    color: #000061;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.productsbx h2:before{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #6cb148;
    content: "";
}



.careerspg {
    width: 100%;
    display: table;
    padding: 40px 0 40px;
    background-color: #fff;
}
.careerspg1 h2 {
    margin-top: 0px;
margin-bottom: 20px;
color: #d30808;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline;
border-bottom: 2px solid #000;
font-family: 'Poppins', sans-serif;
}
.clientsbx{padding: 50px 0}
.clientsbx img {
    width: 100%;
    display: block;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    padding: 15px 30px;
    background-color: #fff;
}
/* .careerspg1 h2:before{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #6cb148;
    content: "";
} */
.mainjobsbox {
    display: table;
    width: 100%;
    clear: both;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 25px;
    margin-bottom: -1px;
    transition: all .3s;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    text-decoration: none;
    color: #000;
    outline: none;
}
.mainjobsbox:hover {
    background: #f7f7f7;
    transition: all .3s;
}
.companyimage {
    width: 90px;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.companyimage img {
    width: 100%;
}
.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;
font-weight: 800;
color: #000;
position: relative;
margin-bottom: 0px;
font-family: 'Poppins', sans-serif;
}

.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}
.jobloc_map li, .page_ul .jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #3b3b3b;
    clear: none;
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    padding-top: 5px;
    width: auto;
    padding-left: 0px;
}


a.backbtn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px;
    background-color: #c8212f;
    color: #fff;
    text-decoration: none;
}
a.backbtn i{margin-right: 10px;}
.fulltime, .parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #d30808;
}
.parttime {
    background: #ff8800;
}
.jobloc_map li em {
    margin-right: 10px;
    position: relative; top: -3px;
}
.jobloc_map li:before{display: none;}


/*formbox*/

.formbox {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f0f0f0;
}
.formbox h1{
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 0
}
.formbox h2 {
    color: #555;
    font-size:16px;
    margin-top: 0px;
    text-align: left;
    padding-left: 15px;
    font-weight: 400;
    text-transform: capitalize;
    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;*/
    margin-top: 20px;
}
.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: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.formbox .form-group {
    /* padding: 0 7%; */
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 30px;
}

.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: 46px;
    border: 1px solid #000;
    border-radius: 0px;
    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: 0px;
    letter-spacing: 2px;
    margin:  auto;
    background-color: #0b2e4f;
    transition: all 0.3s;
    float: left;
    margin-top: 15px;
}

input.subres:hover {
    background-color: #da2032;
    color: #fff;
}
.jobpositions h2 {
    position: relative;
    margin-top: 40px;
    color: #000;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0
}
.jobpositions h2:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #f15d21;
    content: "";
}
.jobpositions p{font-size: 16px; line-height: 28px; margin-bottom: 30px;}

.contact_block {
    padding: 30px 5px;
    background-color: #fff;
    display: table;
    border: 15px solid #ffd9d9;
    /* margin-top: -120px; */
    position: relative;
    z-index: 9
}
.footer_address ul li {
    list-style: none;
    /* border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; */
    /* float: left; */
   /*  max-height:250px;
    min-height:250px; */
    padding:0px 0;
    padding-left: 80px;
    width: 100%;
    clear: both;
    position: relative;
    display: table;
    text-align: left;
}
.footer_address ul li:last-child {
    border-right: 0 none;
}
.footer_address ul li a{text-decoration: none; display: block;}
.add_icon {
    display: table;
    margin: auto;
    text-align: center;
    width:100px;
}
.add_icon img{
    max-width:100%;
    height: 60px;
    display: inline-block;
}
.footer_address ul li h4 {
    color: #ca0808;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0 0px;
    font-weight:500;
    text-align: left;
}
.footer_address ul li p {
    color: #1e3e4d;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    width:100%;
    float:left;
    text-align: left;
    font-weight:400;
    padding: 0;
    margin-top: 3px;
    padding-right: 35px;
    margin-bottom: 15px
}
.fontaw{
    position: absolute;
    left: -60px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.footer_address h3{
    text-transform: uppercase;
font-size: 21px;
font-weight: 700;
padding-left: 20px;
margin-bottom: 20px;
margin-top: 0;
}
/*formbox*/

/*formbox*/

.formbox {
    width: 100%;
    display: table;
    padding: 50px 0;
    /* background-color: #f0f0f0; */
    background-image: url('../images/landing-section7.jpg');
background-size: cover;
background-repeat: no-repeat;
}

.formbox h2 {
    margin-top: 0px;
margin-bottom: 20px;
color: #d30808;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline;
border-bottom: 2px solid #000;
font-family: 'Poppins', sans-serif;
display: table; 
margin: auto;
}

.formbox h2 span {
    color: #d30808;
}
.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: 'Sofia-Pro-Bold', 'SofiaPro-Bold', 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-control1,
.formbox textarea.form-control1, .modal-body input.form-control1,
.modal-body textarea.form-control1{
    background-color: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
    width: 100%;
    outline: 0
}
.modal-body input.form-control1{height: 45px;}
.formbox textarea.form-control1 {
    height: 120px !important;
}

.formbox .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres1 {
    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: #d30808;
    transition: all 0.3s;
}

input.subres1:hover {
    background-color: #000;
    color: #fff;
}


/*formbox*/


.innersection{
    width: 100%;
    display:  block;
    padding: 40px 0;
    background-image: url('../images/bgn-industries.png');
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
}
.box1_left {
    width: 72%;
    float: left;
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}
.box1_right
{
    width:25%;
    float:right;
    position: sticky;
    top: 100px;
    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 #d30808;
    padding:13px 25px;
    display:table;
    color:#d30808;
    font-size:14px;
    text-align:center;
    text-decoration: none;
    transition:all .5s;
    border-radius:50px;
}
.box1_right ul li a:hover{
    border:1px solid #d30808;
    color:#fff;
    text-decoration:none;
    background:#d30808;
    transition:all .5s;
}
.box1_right ul li a.active{
    border:1px solid #d30808;
    color:#fff;
    background:#d30808;
    transition:all .5s;
    text-decoration:none;
}
.service_list
{
    width:100%;
    float:left;
    border-bottom: 1px solid #e7e5e5;
    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;
    font-family: 'Poppins', sans-serif;
    margin:0px 0px 10px;
}
.box1_left h2{
    margin-top: 0px;
margin-bottom: 20px;
color: #d30808;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline-block;
border-bottom: 2px solid #000;
font-family: 'Poppins', sans-serif;
margin-bottom: 30px;
}
.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: #d30808;
    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;}


.contactpg {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
}
.adbxin{
  -webkit-box-shadow: 70px 70px 50px -70px rgba(0,0,0,.3);
box-shadow: 70px 70px 50px -70px rgba(0,0,0,.3);
  padding: 20px;
  background-color: #fff;
    min-height: 500px; margin-bottom: 30px;
    text-align: left
}
.abouttab1 h2 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    color: #0e2b5c;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: #0e2b5c;
}
.add1{position: relative; margin-bottom: 10px;
border-bottom: 1px solid #eee; width: 100%; padding: 10px 0; padding-left: 75px; }
.add1:before{
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0px;
  top: 20px;
  background-image: url('../images/placeholder.png');
  background-repeat: no-repeat;
  background-size: 40px;
}
.add2:before{
  background-image: url('../images/call.png')
}
.add3:before{
  background-image: url('../images/email.png')
}
.add1:after{
  position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  left: 60px;
  top: 0px;
  background-color: #eee;
}
.add1 p{margin-bottom: 5px; padding:0px; text-align: left;}
.add1 h5{font-size: 21px; margin-top: 0; color: #033c75; font-weight:400; 
    font-family: 'Poppins', sans-serif; margin-bottom: 15px;}

.adbxin h2{font-size: 21px; font-weight: 500; position: relative; line-height: 26px;
padding-bottom: 10px; margin-bottom: 35px; color: #d30808; margin-top: 20px;
text-align: left;
color: #d30808; font-family: 'Poppins', sans-serif;
}
.adbxin h2:before{
  position: absolute; left: 0px; bottom: -10px;
  content: ""; height: 3px; background-color: #000; width: 80px;
}

.abouttab2 h4{font-size: 21px; font-weight: 600; 
margin-bottom: 20px;}
.abouttab2 p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333;
}

.solbxx h2{
    text-align: center;
    color: #F47F1F;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 100px;
    font-family: 'Poppins', sans-serif;
}
.solbxx h2:before{
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    bottom: -10px;
    content: "";
    background-color: #1b21b5;
    height: 2px;
}
.adbxin a {
    color: #033c75;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
}

.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #fff;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}
#header.fixed1 .icon-bar {background: #d20808;}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #000;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  background-image: url('../images/hpat.png');
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 16px; 
    display: block; padding: 10px 15px; text-transform: capitalize; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}
a.closebtn img{width: 26px;}
a.mobilecont{
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #c1161c;
    background-color: #c1161c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}

.aboutbx1{
    background-image: url('../images/a.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 140px 0;
}
.aboutbx1 h2{
    font-size: 38px;
    color: #298fc2;
    position: relative;
    font-weight: 400;
    margin-top: 0
}
.aboutbx1 h2::before {
    width: 112px;
    height: 6px;
    display: block;
    bottom: -10px;
    position: absolute;
    border-radius: 3px;
    border: 0;
    left: 0;
    content: '';
    background-color: #4651b0;
}
.aboutbx1 h2::after {
    width: 70px;
    height: 6px;
    display: block;
    bottom: -22px;
    border-radius: 3px;
    position: relative;
    border: 0;
    left: 0;
    content: '';
    background-color: #4651b0;
}
.aboutbx1 h3{}
.aboutbx1 p{
    color: #d30808;
font-family: 'Poppins', sans-serif;
line-height: 26px;
margin-top: 15px;
font-size: 16px;
margin-bottom: 20px;
display: inline-block;
margin-top: 0;
}
.aboutbx1 a{
    background-color: rgba(0,0,0,0);
color: #d30808;
border: 1px solid #d30808;
font-size: 18px;
padding: 12px 30px;
text-decoration: none;
display: inline-block;
transition: all 0.3s;
font-weight: 500;
}
.aboutbx1 a:hover{background-color: #d30808; color: #fff;}

.abb2{padding-left: 30px;}
.aboutbx2{
    background-image: url('../images/home-city-070c0191.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}
.aboutbx2 h2{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 38px;
    position: relative;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0
}
.aboutbx2 h2:before{
    content: '';
    width: 6px;
    height: 112px;
    border-radius: 3px;
    display: block;
    top: 9px;
    left: -27px;
    position: absolute;
    background: #fff;
}
.aboutbx2 h2:after{
    width: 6px;
    height: 70px;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 9px;
    content: '';
    left: -40px;
    background: #fff;
}
.aboutbx2 h3{color: #fff; margin:10px 0; font-size: 18px;}
.aboutbx2 p{color: #fff; margin-bottom: 20px; margin-top: 20px;}
.aboutbx2 a{
    background-color: rgba(0,0,0,0);
color: #fff;
border: 1px solid #fff;
font-size: 18px;
padding: 12px 30px;
text-decoration: none;
display: inline-block;
transition: all 0.3s;
font-weight: 500;
}
.aboutbx2 a:hover{background-color: #fff; color: #000;}


.innersec1{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
}
.innersec1 h2 {
    position: relative;
    margin-top: 0px;
    color: #000;
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.innersec1 h2:before {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #cd151c;
    content: "";
}
.innersec1 p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 4%;
}
/*.whyUs*/
.whyUs {
    background: #f5f5f5;
    display: table; 
    padding: 60px 0 20px;
    width: 100%;
    overflow: hidden;
}
.whyUs ul{list-style: none;}
.whyUs .whyleft {
    width: 360px;
    float: left;
}
.whyUs .whyright {
    width: calc(100% - 400px);
    float: right;
}
.whyleft h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000;
    padding: 20px;
    line-height: 1;
    position: relative;
}
.whyleft h2 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.whyleft h2:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    content: '';
    border-left: 2px solid #d1151b;
    border-top: 2px solid #d1151b;
}
.whyleft h2:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    content: '';
    border-right: 2px solid #d1151b;
    border-bottom: 2px solid #d1151b;
}
.whyright li {
    width: 48%;
    float: left;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px 5px;
}
.whyright li:nth-child(even) {
    float: right;
}
.whyright .icon {
    width: 70px;
    height: 70px;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
}
.whyright .icon img {
    width: 100%;
}
.whyright .txt {
    float: right;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 50px);
    min-height: 120px;
    margin-bottom: 20px;
}
.whyright .txt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
}
.section3_inner{padding:40px 0 20px;}
.section3_inner:after{display:none;}


a.solbx1{
    padding: 60px 50px 76px;
    text-align: left;
    overflow: visible;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    background-color: #fff;
    position: relative;
    transition: box-shadow .3s;
    font-size: 18px;
    line-height: 28px;
    min-height: 370px;
    width: 100%;
    display: block;
    z-index: 9;
    text-decoration: none;
    color: #000;
    margin-bottom: 30px;
}
a.solbx1:before {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    content: "";
    right: 0;
    width: 245px;
    height: 175px;
    background-image: url("../images/services-desktop-pattern.png");
    background-position: left top;
    pointer-events: none;
}
a.solbx2:before {bottom: auto; top: 0; transform: scaleY(-1);}
a.solbx1::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s;
    will-change: transform;
    background-color: #da2032;
}
a.solbx1:hover:after {transform: scaleX(1); transform-origin: left;}
a.solbx1 h3{
    font-size: 30px;
    color: #000;
    line-height: 36px;
}
a.solbx1 p{
    position: relative;
    padding-right: 50px;
    text-decoration: none;
    float: left;
    margin-bottom: 0px;
    margin-top: 20px;
    display: inline-block;
}
a.solbx1 p:before {
    position: absolute;
    content: '';
    top: 38%;
    right: 0;
    transform: translate(0, -50%);
    height: 2px;
    width: 40px;
    /* margin-top: 20px; */
    background-color: #D9D9D9;
}
a.solbx1 p:after {
    position: absolute;
    content: '';
    top: 38%;
    right: 20px;
    transform: translate(0, -50%);
    height: 4px;
    width: 20px;
    border-radius: 2px;
    background-color: #da2032;
    transition: .35s ease;
}
a.solbx1 p:hover:after {right: 0}
a.solbx1 p span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #da2032;
    overflow: hidden;
    transition: .35s ease;
}
a.solbx1 p span:before, a.solbx1 p span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #da2032;
    transition: .35s ease;
}
a.solbx1 p span:before {
    transform: translateY(0);
}
a.solbx1 p span:after {
    transform: translateY(-200%);
}
a.solbxx{
    width: 100%;
    height: 650px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    color: #fff;
    top: 0;
    margin-bottom: 30px;
}
a.solbxx2{height: 400px;}
.sol_overlay{
    width: 100%;
    display: table;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #d1151b;
    z-index: 9;
    opacity: 0
}
.imgbx1{
    position: relative;
    width: 100%;
    display: block;
}
.solimg1{
    width: 100%;
    height: 650px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
}
a.solbxx2 .solimg1{height: 400px;}
.solimg1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 99;
    content: '';
    background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
    transition: opacity .65s cubic-bezier(.05,0.2,.1,1);
}
.solcont1{
    padding: 30px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 75px;
    transition: all 0.3s;
}
a.solbxx:hover .solcont1{height: 95%;}
.solcont1 img{width: 34px; display: block;}
.solcont1 h3{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}
.solcont1 p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
a.solbxx:hover .solcont1 p{opacity: 1}
a.solbxx:hover .sol_overlay{opacity: .85}
a.solbxx:hover .solimg1::before{opacity: 0}
.solcont1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
.solcont1 ul li{
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
}
.solcont1 ul li:before{
    position: absolute;
    left: 0px;
    top: 16px;
    width: 6px;
    height: 6px;
    background-color: #edb518;
    content: ""
}
.solcont1 span{
    border-bottom: 2px solid #ffd100;
    color: #ffd100;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}
a.solbxx .solcont1 span:hover{color: #fff; border-color: #ffd100;}



.page1 {
    padding: 40px 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: table;
    background-color: #fff;
    width: 100%;
}
.section123 {
    width: 100%;
    float: left;
    position: relative;
}
.page1 h2 {
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 700;
    color: #d30808;
    text-transform: uppercase;
}
.page_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0px;
}
.page_ul ul li {
    width: 100%;
    float: left;
    color: #000;
    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: #f28429;
}
.page_left {
    width: 72%;
    float: left;
}
.page_right {
    width: 25%;
    float: right;
    background: #f5f5f5;
}
.page1 .sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    display: inline-block;
}
.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: 8px 15px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all .5s;
    font-size: 18px;
}
.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: #ef542f;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    /* .header{padding: 0px 15px; position: relative;} */
    .menubar{display: none;}
    .top_social, .top_social ul{display: none;}
    .menu2{display: block; top: 25px; right: 10px; z-index: 99999999999999;}
    .menu{display: none;}
    .top_left{text-align: center; width: 100%;}
    .top_left ul li{display: none;}
    .top_left ul li.mobbtn{display: inline-block; float: none; margin: 0 2px;}
    .top_left ul li.mobbtn a{
        background-color: #012168; padding: 6px 10px;
        color: #fff; text-decoration: none; text-transform: uppercase;
    }
    .top_left ul li.mobbtn:last-child a{background-color: #019cde}
    .top_header{background-color: #fff;text-align: center;}
    .logo a{width: 230px;}
    .banner_hd{font-size: 28px; line-height: 32px; margin-bottom: 10px;}
    .banner_hd br{display: none;}
    .banner_txt{top: 25% !important; padding: 0 15%;}
    .banner_r_more a, .box6 a{font-size: 14px; padding: 8px 30px; padding-right: 60px;}
    .carousel-control.left{left: 0px !important;}
    .carousel-control.right{right: 0px !important;}
    .box2{padding: 20px 0;}
    .box2 h2{font-size: 32px; margin-bottom: 10px;}
    .box2 ul li{width: 100%; clear: both;}
    .box2cont{padding-left: 0px;}
    .box2img{position: relative; clear: both;}
    .box2cont h4{width: 100%; clear: both; display: inline-block; margin-top: 15px; font-size: 21px;}
    .box6 h2{font-size: 28px; line-height: 36px;}
    .box6{padding: 60px 20px;}
    .mFooter{font-size: 14px;}

    .inner_banner ul{padding: 10px;}
    .inner_banner ul li{font-size: 12px;}
    .inner_banner ul li::after{top: -1px;}
    .innertxt1{top: 40%; z-index: 99}
    .inner_banner h1{font-size: 24px;}

    .innerbx1 img{margin-bottom: 15px; width: 100%;}
    .innerbx1 h3{font-size: 26px;}
    .innerbx2{padding: 40px 0}
    .mission-about{margin-top: 65px;}
    .contact-form{margin-top: 20px; padding: 0 10px;}
    .reglogo img{width: 200px;}
    .regform{padding: 20px;}
    .regformbx h3{font-size: 28px;}
    .loginformbx{width:96%; margin:0 2%;}
    .loginpg h4{font-size: 16px; margin-bottom: 40px;}
    img.f1{width: 200px;}
    .banner_hd h2{font-size: 24px;}
    .banner_cont p{font-size: 14px; line-height: 21px;}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img{max-width: 200% !important; width: 200% !important;
        left: -50%; position: relative;}
    .aboutcontent h4{font-size: 18px;}
    .aboutcontent h2{font-size: 24px; line-height: 36px;}
    .aboutcontent p, .abox1 p, a.serbx1 p, .serv1 p{font-size: 14px; line-height: 24px;}
    .aboutcontent a{font-size: 14px; padding: 10px 24px;}
    a.serbx1 h3,.serv1 h4 a{font-size: 18px;}
    .section3 h2, .section2 h2, .clientsbx h1{font-size: 21px;}
    .clientsbx .owl-prev, .section1 .owl-prev{left: 0}
    .clientsbx .owl-next, .section1 .owl-next{right: 0}
    .clientsbx .owl-nav, .section1 .owl-nav{top: 95%}
    .section5{background-position: 70% top;}
    .section5 h2{font-size: 21px; margin-top: 30px;}
    .ftleft1{width: 100%; clear: both; margin-bottom: 20px;}
    .mFooter{height: auto; line-height: 32px; padding: 15px 0; font-size: 12px;}
    .mFooter a::before{top: 10px;}
    .footer::before{background-size: 50%; background-position: right 85%;}

    .inner_banner img{width: 200%; position: relative; left: -50%;}
    img.innerbannerf {
        position: absolute;
        left: 0px;
        top: 40%;
        width: 150px;
        opacity: 0.5;
        z-index: 9;
    }
    .asection2 h2, .aboutbx2 h2, .ab3bx1 h2, .careerspg1 h2{font-size: 21px; line-height: 36px;}
    .asection2 p{font-size: 14px; line-height: 24px;}
    .ab3bx1 p, .aboutbx2 p, .abtbtm1 p, .servidpg p{font-size: 14px !important;}
    .inner-four-sec{margin-bottom: 30px;}
    .abtbtm1 h4{font-size: 16px;}
    .servidpg h3{font-size: 18px; line-height: 32px;}
    .servidpg h4{font-size: 16px;}
    .servidpg h1, .box1_left h2{font-size: 21px; line-height: 38px;}
    .servidpg ul li{font-size: 14px;}
    .servidpg ul li::before{top: 7px;}
    .servidpg h3 img{width: 85px; top: 20px;}
    .clientsbx ul li{width: 50%;}
    .careerspg1 p{font-size: 14px !important;}
    .companyimage{width: 16%;}
    .job_des{width: 84%; padding-left: 2%}
    .com_name{font-size: 16px;}
    ul.jobloc_map li{font-size: 12px;}
    .fulltime, .parttime{top: -20px; font-size: 12px;}
    .box1_left, .box1_right{width: 100%; clear: both; position: relative; top: 0; margin-bottom: 15px;}
    .innerul ul li{font-size: 14px; line-height: 21px;}
    .formbox h2{font-size: 21px;}
    .formbox input.form-control1, .formbox textarea.form-control1, .modal-body input.form-control1, .modal-body textarea.form-control1{font-size: 12px;}
    input.subres1{font-size: 14px;}
    .adbxin h2{font-size: 21px !important;}
    .contactpg{padding: 20px 0}
    .add1 h5, .adbxin a{font-size: 16px;}
    .add1 h5{font-size: 14px !important;}

    .section123 .sec1left, .section123 .sec1right{
        width: 100%; height: auto; position: relative;
        top: auto; padding: 30px 0;
    }
    .section11 .sec1left h2{font-size: 26px;}
    .box1 a .cont h2{margin-top: 0; font-size: 18px;}
    .box1 a .cont{padding-top: 0}
    .section123  h3::after{display: none;}
    .section1 h3{padding-left:0;}
    .section123 .sec1left h2, .section11 .sec1left h2{font-size: 24px;}
    .section123 .sec1left p{font-size: 12px;}

    .section123 .sec1left a{font-size: 14px;}
    .clientsbx h2{font-size: 24px;}
    .clientsbx img{padding: 0}
    .aboutbx2 a{font-size: 12px;}
    .solutionspart .sec1left{padding: 20px;}
    .serve-content h3{font-size: 16px;}
    .section1{ padding: 40px 0; position: relative;}
    .section1:before{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(255, 255, 255, 0.9)
    }
    .aboutcontent p{width: 100%;}
    img.abtimg{position: relative; top: auto; left: auto; width: 100% !important;
        margin-bottom: 20px;}
        .aboutbx2{background-image: none; background-color: #000; padding: 40px 0}
    .innertxt1 ul li::after{top: 3px;}
    .innersec1 h2{font-size: 24px; line-height: 32px;}
    .innersec1 p{font-size: 16px; line-height: 24px;}

    .whyUs .whyleft{width: 100%;}
    .whyUs .whyright, .whyright li{width: 100%; clear: both;}
    .whyleft h2{font-size: 28px;}
    .solcont1 h3{font-size: 21px; line-height: 28px !important;}
    .solcont1 p{font-size: 14px; line-height: 21px;}
    .page_left, .page_right{width: 100%; clear: both;}
    .page_right{margin-top: 40px;}
    .page1 .sticky {
        position: -webkit-relative;
        position: -moz-relative;
        position: -o-relative;
        position: -ms-relative;
        position: relative;
        top: 0px;
    }
    .page1 h2, .jobpositions1 h2{font-size: 24px;}
    .page1, .jobpositions1 p{font-size: 18px; line-height: 26px;}
    .job_des{width: 100%; clear: both; margin-top: 15px;}    
}
/*------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)
{
    .banner_txt{top: 35% !important;}
    .banner_hd{font-size: 48px; line-height: 52px;}
    .box2 ul li{float: left; display: inline-block; clear: none; width: 50%;}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        max-width: 100% !important;
        width: 100% !important;
        left: 0%;
        position: relative;
    }
    .banner_hd h2{font-size: 36px;}
    .aboutimg{height: 500px; display: block;}
}
@media only screen and (min-width : 960px) and (max-width : 1170px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .menu > ul > li{margin:0;}
    .menu > ul > li > a{font-size: 13px; padding: 0 15px;}
    .logo{margin:0; padding: 0}
    .banner_hd h2{font-size: 42px;}
    .menu ul{margin-right: 0}
}
@media only screen and (min-width : 960px) and (max-width : 1140px)
{
    .container{width: 100%; display: block;}
    .top_header, .header .wrapper{padding: 0 20px;}
    .banner_hd{font-size: 55px; line-height: 60px;}
    .box2cont p{min-height: 78px;}
    .aboutcontent h2{font-size: 24px; line-height: 32px;}
    .aboutcontent p{font-size: 14px; line-height: 24px;}
}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    .container{width: 100%; display: block;}
    .banner_hd h2{font-size: 42px;}
}