body{font-family: 'Inter', 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: 'Inter', sans-serif;}


#preloader {
    position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}

#status {
    width:120px;
    height:120px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/log1.jpg); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100%;
    margin:-80px 0 0 -50px; /* is width and height divided by two */
    animation: zoominoutsinglefeatured 2s infinite ;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

/* .container{max-width: 1240px; margin: auto; display: table;} */
/*--------header-----------*/
.header{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
    /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}
#header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 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/logo.png);
    background-repeat: no-repeat;
    background-position: left 13px;
    width: 185px;
    display: table;
    transition: all 0.3s ease 0s;
    height: inherit;
    background-size: 100%;
}
#header.fixed1 .logo{height: 80px; transition: all 0.3s ease 0s;}
#header.fixed1 .logo a{background-image: url(../images/logo1.png); 
    background-size: 100%;
background-position: left center; transition: all 0.3s ease 0s;}

.menu{
    float: right;
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 25px;
    height: 90px;
    font-weight: 400;
    line-height: 90px;  
    position: relative;
}
.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;
    /* opacity: 0.5; */
    transition: 200ms ease all;
    transform: scale(.5);
    transform-origin: 50% 50%;
    z-index: 5;
box-shadow: none;
background-color: #f4691a;

}
.menu > ul > li:hover > a, .menu > ul > li > a.active{color: #fff;}
.menu > ul > li:hover > a{color: #f4691a;}
.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.contactli > a i{margin-right: 5px;}
.menu > ul > li.contactli > a:hover{
    background-color: #fff;
    color: #ed681c
}
.menu > ul > li.contactli > a:hover svg{fill: #ed681c;}
#header.fixed1 .menu > ul > li.contactli > a:hover svg{fill: #fff;}


#header.fixed1 .menu > ul > li > a{height: 80px; line-height: 80px; color: rgb(3, 68, 137); 
    text-transform: capitalize;
}
#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: #ed681c; border-color: #ed681c;
}

#header.fixed1 .menu > ul > li > a:hover, #header.fixed1 .menu > ul > li > a.active{
    color: #ed681c;}
#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: #fff; 
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
}
ul.submenu1 li{
    display: table;
    clear: both;
    width: 100%;    
}
ul.submenu1 li a{
    text-decoration: none;
    color: #ec681c !important;
    font-size: 14px;
    line-height: 24px;
    padding: 10px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: rgb(3, 68, 137) !important;
}
ul.submenu1 li:last-child a{
    
}

.menurt1{float: right; display: inline-block; margin-right: 30px;
padding: 20px 0 0;}
.menurt1 a.phonebx, .menurt1 a.msgbx{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	padding-top: 11px;
    padding-left: 10px;
	/* border: 2px solid #000; */
	font-size: 15px;
	float: left;
	margin-right: 15px;
	transition: all 0.3s;
    /* font-weight: 600; */
}
.menurt1 a.msgbx{color: #fff; border: 0px; padding: 8px 15px;
border-radius: 30px; font-size: 16px; margin-right: 0px;
background-color: #3894ce; font-weight: 400;
}

.menurt1 a.phonebx img {
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -2px;
}
/*------header_end--------*/



/*home_link*/
/* .home_link {
    overflow: hidden;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.home_link:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background-color: #000;
    opacity: 0.5
} */
/* .hl_video {
}
.hl_video video {
    width: 100%;
    display: block;
}
.hl_circle {
    width: 75%;
    padding-top: 15%;
    left: 5%;
    font-size: 24px;
    text-align: left;
    color: #fff;
    top: 0px;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
}
.hl_circle h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Gotham-Bold';
    margin-bottom: 0px;
}
.hl_circle a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 40px;
    margin-top: 20px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hl_circle a:hover {
    color: #fff;
    background: #1f70a3;
    border-color: #1f70a3;
} */
/*home_link*/

/*------bannerbox---------*/
.bannerbox{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 200px;
    background-color: #7694ca;
    /* height: 120vh; */
    /* overflow: hidden; */
}
.bannerbox:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    /* background: linear-gradient(to bottom,#7694ca 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 35%,#7694ca 100%); */
    background: linear-gradient(to bottom,#00286f7a 0%,rgba(0,0,0,0) 25%,
        rgba(0,0,0,0) 35%,rgba(118, 146, 194) 100%);
    top: 0px;
    left: 0px;
    z-index: 1;
}
.bannerbox:after{
    width: 100%;
    height: 225px;
    content: "";
    /* background-color: #fc5c01; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, #7694ca 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,#7694ca 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,#7694ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    position: absolute;
    left: 0px;
    bottom: 200px;
    z-index: 1;
    /* background-image: url('../images/bottom_left_grey.png');
    background-repeat: no-repeat;
    background-size: 100%; */
}
.bannerboxcont{
    position: absolute;
    left: 5%;
    top: 25%;
    width: 90%;
    text-align: center;
    z-index: 2
}


/* .banner_txt {
    top: 160px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
    left: 28%;
    z-index: 999999;
    margin: auto;
} */
.banner_hd h2{
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 96px;
    position: relative;
    padding-bottom: 0px;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 20px;
}
/* .banner_hd h2 span{font-weight: 300; font-size: 80px; font-family: 'Inter', sans-serif;} */
/* .bannertxt h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 447px;
    height: 7px;
    margin: 0 0 0 -223px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
} */
.banner_cont p{
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
}
/* .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: #ed681c;
    display: inline-block;
    font-size:16px;
    transition: all 0.3s;
    border-radius: 30px;
    border: 2px solid #ed681c;
    position: relative;
    /* background-color: #fbb03b; */
}
.banner_r_more a:hover{
    transition: all 0.3s;
    background-color: #fff;
    border-color: #fff;
    color: #ed681c; 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: 100px 0 60px;
    background-color: #fff;
    position: relative;
    border-top-right-radius: 200px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    background-image: url('../images/work-left.png');
    background-repeat: no-repeat;
    background-position: left 90%;
}
.sf{
    position: absolute;
    left: -50px;
    top: -200px;
    z-index: 99999
}
.sf img{}
.aboutcontent{
    width: 100%;
}
.aboutcontent h4{
    /* color: #ed681c;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px; */
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #ed681c;
    padding: 0 27px;
    position: relative;
    border-left: 4px solid #033f8a;
    padding: 15px;
    margin: 0 0 30px;
    font-size: 24px;
}
/* .aboutcontent h4:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 80px;
    height: 2px;
    background-color: #033f8a;
    content: "";
} */
.aboutcontent h2{font-weight: 300; margin: 0px; font-size: 42px; line-height: 56px; 
position: relative; color: #033f8a; font-family: 'Inter', 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: #000; margin-top: 15px; 
font-size: 16px; line-height: 28px; margin-bottom: 0}

.aboutcontent a{
    text-decoration: none;
    clear: both;
    display: table;
    background-color: #ed681c;
    color: #fff;
    border: 1px solid #ed681c;
    padding: 15px 25px;
    font-weight: 300;
    border-radius: 30px;
    transition: all 0.3s;
}
.aboutcontent a:hover{background-color: #fff; color: #ed681c}
.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: 90%; display: table; margin: auto; opacity: 0.5}
.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: 'Inter', sans-serif;} */
.abox1 h4{
    color: #ed681c;
    font-family: 'Inter', 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: #033f8a;
    content: "";
}
.abox1 h4 span{width: 100%; display: block; color: #ed681c; font-size: 16px;
margin-bottom: 20px;}
.abox1 p{
    color: #000;
margin-top: 15px;
font-size: 16px;
line-height: 32px;
height: 125px;
overflow: hidden;
}
.abox1 a{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #ed681c;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    color: #ed681c;
    transition: all 0.3s;
}
.abox1 a:hover{
    background-color: #ed681c;
    color: #fff;
}
/*section1*/


/*section2*/
.section2{
    width: 100%;
    display: table;
    padding: 40px 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;
}
.sec2inner{
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 12px 40px rgba(68,160,176,.15);
    border: 1px solid #e2e8f0;
}
.section2 h2{
    font-family: 'Inter', sans-serif;

    font-weight: 600;
    color: #ed681c;
    padding: 0 27px;
    position: relative;
    border-left: 4px solid #033f8a;
    padding: 15px;
    margin: 0 0 30px;
    font-size: 26px;
}
a.serbx1{
    width: 100%;
    display: flex;
    transition: all 0.3s;
    background-color: #fff;
    border-right: 1px solid #f2f2f4;
    border-bottom: 1px solid #f2f2f4;
    padding: 25px;
    color: #000;
    text-decoration: none;
}
a.serbx1:hover{background-color: #f3f3f5;}
a.serbx1:nth-child(2n){border-right: 0}
a.serbx1 h3{font-family: 'Inter', sans-serif; margin-bottom: 15px;
margin-top: 0px; color: #034489; font-size: 22px;}
a.serbx1 p{
    color: #000; margin-top: 15px; height: 78px; overflow: hidden;
font-size: 15px; line-height: 26px; font-weight: 400;
}
a.serbx1 img{width: 80%; display: table; margin: auto;}
/*section2*/

/*section3*/
.section3{
    width: 100%;
    display: table;
    padding: 60px 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;
    /* background-size: cover; */
    /* background-image: url('../images/bg2.svg');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat; */
    /* background-image: url("../images/bg-section-01_02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.section3 h2{
    font-family: 'Inter', sans-serif;

    font-weight: 600;
    color: #ed681c;
    padding: 0 27px;
    position: relative;
    border-left: 4px solid #033f8a;
    padding: 15px;
    margin: 0 0 30px;
    font-size: 26px;
}
.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: #ed681c;
    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;
    font-family: 'Inter', sans-serif;
}

.serv1{/* padding: 20px; */ background-color: #fff; 
    box-shadow: 5px 5px 15px 0px rgba(64,84,178,0.35);
    /* padding: 20px; */
    overflow: hidden;
    background: #ffe4db;
    border-radius: 10px;
  /* box-shadow: 0 0 25px rgba(218, 218, 218, 0.5); */
margin-bottom: 20px;transition: all 0.3s}
.serv1 a img{width: 100%; display: block; transition: all 0.3s}
.serv1:hover a img{transform: scale(1.1); transform: rotate(-3deg) scale(1.1);}
a.simbbx{display: block; position: relative;}
span.hex a {
    display: block;
    /* overflow: hidden; */
}
.scont{
    padding: 20px; display: block;
    background-color: #fff;
    border-radius: 100% 0 0 0;
}
.imgico{
  /* background-color: #fff !important; */
font-size: 40px;
height: 90px;
line-height: 90px;
width: 70px;
text-align: center;
position: absolute;
bottom: -44px;
left: 10px;
}
.imgico::after {
    /* content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -50px; */
    position: absolute;
    content: "";
    background-image: url(../images/feature-shape.png);
    background-repeat: no-repeat;
    width: 69px;
    height: 61px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.imgico img{width: 30px !important; display: inline-block !important;
position: relative; z-index: 9;}
.serv1 h4{margin-bottom: 10px; margin-top: 30px;}
.serv1 h4 a {
   font-family: 'Inter', sans-serif;
margin-bottom: 0px;
margin-top: 0px;
color: #034489;
font-size: 22px;
text-decoration: none;
}
.serv1 h4 a:hover{color: #ed681c;}
.serv1 p {
    color: #000; margin-top: 5px; height: 78px; overflow: hidden; 
font-size: 15px; line-height: 26px; font-weight: 400; margin-bottom: 15px;
}
span.icon:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.serv1 .col-sm-3{padding: 10px;}
a.serva{
    text-decoration: none;
    clear: both;
    display: table;
    background-color: #fff;
    color: #ed681c;
    border: 1px solid #ed681c;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 30px;
    transition: all 0.3s;
}
a.serva:hover{background-color: #ed681c; color: #fff}
/*section3*/


/*section4*/
.section4{
    width: 100%;
    display: table;
    padding-bottom: 50px;
    background-image: url('../images/tech.jpg');
    background-position: right 50px;
    background-repeat: no-repeat;
}
.sec4left{
    float: left;
    display: inline-block;
    width: 60%;
    padding: 60px;
    background: linear-gradient(137.86deg,#0266ab,#06468a 23.75%,#ed681c);
}
.section4 h2{position: relative; width: 100%; text-align: left; color: #fff; 
    font-weight: 400; font-family: 'Inter', sans-serif;
margin-bottom: 30px; font-size: 36px; text-transform: capitalize; margin-top: 0}
.section4 h2:before{
    position: absolute;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #fff;
    content: "";
    bottom: -10px;
}
.section4 ul{list-style: none; width: 100%; clear: both; display: inline-block; margin-top: 20px;}
.section4 ul li{display: inline-block; width: 25%; text-align: center; float: left; margin-bottom: 30px;}
.section4 ul li img{
    /* filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;   */
    transition: all 0.3s ease 0s;
    width: 90%;
    display: inline-block;
    /* background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.2); */
    padding: 10px;
}
.section4 ul li img:hover{filter: grayscale(0); opacity: 1;}

.section4 a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin: auto;
    font-weight: 500;
    display: table;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 40px 10px;
    transition: all 0.3s ease 0s;
    float: left;
}
.section4 a:hover{color: #ed681c; background-color: #fff;}

.section4 h5{font-size: 16px; font-weight: 400; font-family: 'Inter', sans-serif;
color: #fff; line-height: 26px;}
/*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(237, 104, 28, 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: 'Inter', 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: #ed681c;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    background-color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    border-radius: 5px;
}

input.subres:hover {
    background-color: #fff;
    color: #0064a8;
}


/*section5*/

/*section5*/
.clientsbx{
    width: 100%;
    display: block;
    padding: 60px 0;
    position: relative;
    background-image: url('../images/landing-section7.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #f3f3f5; */
    /* background-color: #f8f8f8; */
    /* background: #172962 url('../images/pattern_01.png') 50% 50% repeat; */
}
/* .section4:before{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75%;
    height: 50%;
    content: "";
    z-index: -1;
    background-color: #f7f7f9;
} */
.clientsbx h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #ed681c;
    padding: 0 27px;
    position: relative;
    border-left: 4px solid #033f8a;
    padding: 15px;
    margin: 0 0 10px;
    font-size: 26px;
}
/* .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%;
    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; 

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0063a8+0,163482+100 */
background: #0063a8; /* Old browsers */
background: -moz-linear-gradient(left,  #0063a8 0%, #163482 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0063a8 0%,#163482 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0063a8 0%,#163482 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a8', endColorstr='#163482',GradientType=1 ); /* IE6-9 */


    /* background-color: #f1f6fc;
    background-image: url(../images/bg17.png);
    background-position: left top;
    background-repeat: no-repeat; */
    padding: 30px 0 20px;
    position: relative;
    /* background-attachment: scroll; */
    overflow: hidden;
    background-size: 100%;

}
.footer:before{
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/log.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15%;
    /* opacity: 0.2 */
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.ft_inner1{
    width: 100%;
    display: table;
}
.ftleft1{
    float: left;
    display: inline-block;
    width: 30%;
    padding-right: 10px;
}
.fthd1{
    font-size: 14px;
    letter-spacing: 1px;
    color: #ec681d;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.ftaddress{
    font-size: 14px;
    clear: both;
    width: 100%;
    display: table;
    color: #fff;
    line-height: 22px;
}
a.phone{
    font-size: 14px;
    clear: both;
    width: 100%;
    display: table;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
    padding: 10px 0
}
a.phone i{color: #ec681d; margin-right: 10px; font-size: 16px;}
.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: #ec681d;
    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{clear: both; display: block; margin-top: 10px;}
.ft_soc a{text-decoration: none; color: #fff; font-size: 19px; margin-right: 5px;
transition: all 0.3s; width: 32px; height: 32px; display: inline-block; text-align: center;
line-height: 36px;
border-radius: 5px;}
.ft_soc a:hover{}

.mFooter{
    clear: both;
    width: 100%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgba(145, 145, 145, 0.2);
}
.mFooter a{
    text-decoration: none;
    color: #034489;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    transition: all 0.3s;
    position: relative;
}
.mFooter a:hover{color: #ec681d;}
.mFooter a:before{
    position: absolute;
    right: 0px;
    top: 20px;
    height: 12px;
    background-color: #ccc;
    content: "";
    width: 1px;
}
.mFooter a:last-child:before{display: none;}
/*--------footer_end--------*/

/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: 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 */
}

.inner_banner img{
    width: 100%;
    opacity: 0.8;
    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;
    margin-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;
    border-bottom: 2px solid #e9651a;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:first-child{border-bottom: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: -20px;
    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: 'Inter', 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; }



.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: #ed681c;
    line-height: 46px;
    font-size: 32px;
    font-weight: 700;
    display: inline;

    border-bottom: 2px solid #033f8a;
    font-family: 'Inter', 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;
}


.aboutbx2{
    background-color: #fff;
    /* background-image: url(../images/h8-bg-section2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    width: 100%;
    display: table;
    padding: 60px 0;
}
.aboutbx2 img{width: 100%; display: block;}
.aboutbx2 h2{
    font-weight: 700;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #ed681c;
    font-family: 'Inter', sans-serif;
    display: inline;
border-bottom: 2px solid #033f8a;
line-height: 48px;
}
.aboutbx2 p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
}
.abtbtm1{margin-top: 30px;}
.abtbtm1 h4{
    font-size: 19px;
    font-weight: 800;
    color: #033f8a;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    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: #ec5d25;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: 0;
}
.abtbtm1 p{color: #000; line-height: 28px; font-size: 15px; margin-top: 10px;}


.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: 'Inter', sans-serif;
    display: inline;
    text-transform: capitalize;
    border-bottom: 2px solid #ed681c;
}
.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: #033f8a;
    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;height: 190px;}

.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: 'Inter', 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: 'Inter', 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: #000064;
    margin: 0;
    padding-top: 150px;
    position: relative;
    padding-right: 30px;
    margin-top: 100px;
    font-family: 'Inter', sans-serif;

    font-weight: 300;
    margin: 0px;
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    position: relative;
    color: #033f8a;
    font-family: 'Inter', 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: #ed681c;
font-family: 'Inter', sans-serif;
display: inline;
border-bottom: 2px solid #033f8a;
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: #ed681c;
}
.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: 'Inter', 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: #fafafa;
}
.careerspg1 h2 {
    margin-top: 0px;
margin-bottom: 20px;
color: #ed681c;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline;
border-bottom: 2px solid #033f8a;
font-family: 'Inter', sans-serif;
}
/* .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: #033f8a;
position: relative;
margin-bottom: 0px;
font-family: 'Inter', 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: #ed681c;
}
.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; */
    background-image: url('../images/landing-section7.jpg');
background-size: cover;
background-repeat: no-repeat;
}

.formbox h2 {
    margin-top: 0px;
margin-bottom: 20px;
color: #ed681c;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline;
border-bottom: 2px solid #033f8a;
font-family: 'Inter', sans-serif;
display: table; 
margin: auto;
}

.formbox h2 span {
    color: #ed681c;
}
.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%;
}
.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: #ed681c;
    transition: all 0.3s;
}

input.subres1:hover {
    background-color: #033f8a;
    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 #ed681c;
    padding:13px 25px;
    display:table;
    color:#ed681c;
    font-size:14px;
    text-align:center;
    text-decoration: none;
    transition:all .5s;
    border-radius:50px;
}
.box1_right ul li a:hover{
    border:1px solid #ed681c;
    color:#fff;
    text-decoration:none;
    background:#ed681c;
    transition:all .5s;
}
.box1_right ul li a.active{
    border:1px solid #ed681c;
    color:#fff;
    background:#ed681c;
    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: 'Inter', sans-serif;
    margin:0px 0px 10px;
}
.box1_left h2{
    margin-top: 0px;
margin-bottom: 20px;
color: #ed681c;
line-height: 46px;
font-size: 32px;
font-weight: 700;
display: inline-block;
border-bottom: 2px solid #033f8a;
font-family: 'Inter', 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: #ed681c;
    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: 'Inter', 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: 'Inter', 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: #ed681c; margin-top: 20px;
text-align: left;
color: #ed681c; font-family: 'Inter', sans-serif;
}
.adbxin h2:before{
  position: absolute; left: 0px; bottom: -10px;
  content: ""; height: 3px; background-color: #033f8a; 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: 'Inter', 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: #ed681c;}
/* .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: #033f8a;
  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 #ed681c;
    background-color: #ed681c;
    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;
}

/* ===========================
   ====== 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: 170px;}
    .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;}
}
/*------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;}
}