

html::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f39c12;
}

/*-- Reset Code --*/

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    /* font-family: 'verdana'; */
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    font-weight: 300;
    text-align:  justify;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 29px;
    color: rgb(70,69,63);
    font-family: "verdana";
}


ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}


.star{
    color: red;
    font-size: 12px;
    /* text-align: end; */
    margin-top: -61px;
    margin-left: 139px;
}
.star_message{
    margin-top: 25px;
    background-color: #ffffff;
    padding: 5px;
    color: #46463a;
    text-align: left;
    font-size: 8px;
}
/*-- //Reset Code --*/

/*-- banner --*/

.banner-webl {
    background: url(../images/bg2.jpg) no-repeat right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 800px;
}

.banner-left-wthree {
    padding-top: 15em;
    max-width: 700px;
}

.banner-left-wthree h3 {
    font-size: 60px;
    letter-spacing: 1px;
}

.banner-left-wthree h5 {
    font-size: 26px;
    letter-spacing: 2px;
}

.banner-left-wthree p {
    color: #e8e8e8;
}



a.btn {
    background: #8BC34A;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 23px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.job_offerings_page a.btn {
    background: #8BC34A;
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

a.btn:hover {
    /* background: #F44336; */
    /* -webkit-transform: translateY(10px); */
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    /* transform: translateY(10px); */
}
.banner label{
    /* text-align: left; */
    font-size: 14.5px;
    margin-left: 12px;
    /* margin-top: 5px; */
}

/*-- //banner --*/


/*clientele*/
.clientele_image{
    /* margin-top: 60px; */
}

.clientele_image img{
    height: 114px;
    width: 137px;
    /* padding:  5px; */
    margin-bottom: 35px;
    margin-top: 27px;
}
.clientele_page .banner_image{
    background-size: 100%;
    width: 100%;
    max-height: 402px;
}

/*#clientele_banner{
    margin-top: 180px;
}*/
/*//clientele*/











.gallery-text-agile {
    background: rgba(244, 67, 54, 0.74);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.51);
}

.gallery-text-agile h4 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

/*-- //gallery --*/

/*-- stats --*/

.numscroller {
    font-size: 46px;
    color: #8BC34A;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.66);
}

.right-text-about p {
    font-size: 15px;
}

/*-- //stats --*/

/*-- middle --*/

.middle-ugral {
    background: url(../images/test1.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.middle-ugral p {
    line-height: 50px;
    font-size: 30px;
    /* max-width: 800px; */
    text-shadow: 1px 1px 1px #000;
}

/*-- //middle --*/

/*-- services --*/

.welcome-grid h4 {
    font-size: 26px;
    letter-spacing: 1px;
    color: #2b2a2a;
}

.welcome-grid i {
    color: #f44336;
    font-size: 42px;
}

/*-- //services --*/



/*-- team --*/

.team{
    /* margin-top: 140px; */
}
.team {
    background: #F9F9F9;
}

.team-agile-img {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-agile-img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-agile-img:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-agile-img:hover:before {
    background-color: rgba(45, 134, 193, 0.54);
}

.team-agile-img:hover .view-caption {
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.view-caption {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    height: 25%;
    left: 0;
    padding: 18px;
    padding: 13px 8px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}

.view-caption .ugrals-info {
    float: left;
}

.view-caption .ugrals-info h4 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0px;
}

.view-caption .ugrals-info p {
    color: #000;
    font-size: 1em;
}

.view-caption ul {
    float: right;
    display: inline-block;
}

.view-caption ul li {
    display: inline-block;
}

.view-caption ul li a {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #f44336;
    display: inline-block;
    margin: 0 2px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    width: 28px;
    font-size: 13px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.view-caption ul li a:hover {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*-- //team --*/

/*-- contact --*/

.contact-agileits-ugralayouts h5 {
    color: #424242;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.midd-contact h6 {
    font-size: 22px;
    letter-spacing: 1px;
}

.midd-contact {
    border-left: 2px solid #F44336 !important;
}

p.para-agileits-ugralayouts i {
    color: #8bc34a;
}

p.para-agileits-ugralayouts a {
    color: #999;
}
/*p.para-agileits-ugralayouts a:hover, .ugral-footer ul li a:hover, p.copy-right-grids a:hover {
    color: #d4d4d4;
}*/

h4.contact-title {
    letter-spacing: 1px;
}

.map iframe {
    outline: none;
    border: none;
    width: 100%;
    height: 400px;
}

.form-bg-ugrals input[type="text"],
.form-bg-ugrals input[type="email"],
.form-control,
.form-bg-ugrals textarea {
    padding: 8px 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
}

.form-bg-ugrals textarea {
    resize: none;
    height: 10em;
}

.form-bg-ugrals input[type="submit"] {
    background: #8bc34a;
    color: #fff;
    font-size: 15px;
    width: 100%;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 12px 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.form-bg-ugrals input[type="submit"]:hover {
    background: transparent;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

/*-- //contact --*/

/*-- title style --*/


h3.tittle {
    position: relative;
    color: #36ba93;
    font-size: 35px;
    letter-spacing: 1px;
    z-index: 1;
}

h3.tittle span {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    color: #ffcc78;
    z-index: -1;
    font-size: 60px;
    line-height: .5;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

h5.tittle {
    position: relative;
    color: #36ba93;
    font-size: 22px;  
    letter-spacing: 1px;
    z-index: 1;

}

.stats_card h5.tittle {   
    color: #36ba93;
    font-size: 15px;   
    text-transform: capitalize;
}
.stats_card h5.tittle a:hover {   
    color: rgb(54, 186, 147);
}

h5.tittle span {
    position: absolute;
    top: 0px;
    left: 1%;
    right: 0;
    color: #ffcc78;
    z-index: -1;
    font-size: 40px;
    line-height: .5;
    /* margin-left: 50px; */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.about_us_page span.core_values{
    top: 2px;
    left: 10%;
}
.geo_technical_engineering_page span.field_test{
    top: 2px;
    left: 4%;
}
.geo_technical_engineering_page span.lab_test_on_soil{
    top: 2px;
    left: 6%;
}
.geo_technical_engineering_page span.lab_test_on_rock{
    top: 2px;
    left: 6%;
}
.geo_technical_engineering_page span.lab_test_on_water{
    top: 2px;
    left: 6%;
}
.material_testing_page span.coarse_aggregate{
    top: 2px;
    left: 11%;
}
.material_testing_page span.fine_aggregate{
    top: 2px;
    left: 11%;
}
.material_testing_page span.nondestructive_testing{
    top: 2px;
    left: 9%;
}
.material_testing_page span.lab_test_on_soil{
    top: 2px;
    left: 9%;
}
.material_testing_page span.lab_test_on_rock{
    top: 2px;
    left: 9%;
}
.material_testing_page span.coarse_aggregate{
    top: 2px;
    left: 9%;
}
.job_offerings_page span.job_offerings{
    top: 2px;
    left: 9%;
}

.dge_page .dge_test_on_soil{
    top: 2px;
    left: 23%;
}

.team-grids{
    padding:30px;
}

/*-- //title style --*/

/*-- video section --*/

.video-ugral {
    background: rgba(0, 0, 0, 0.28);
}

h2.video-agile {
    letter-spacing: 1px;
    font-size: 31px;
    line-height: 1.6;
}

/*-- //video section --*/

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/



/*--Contact --*/
.contact p.sub {
    font-size: 15px;
}
.contact-weblayouts span {
    color: #f44b50;
    margin-right: 8px;
    text-align: center;
}
.contact-weblayouts span.sub_title{
    color: #e8a232;
    margin-right: 8px;
    text-align: center;
}
p.sub {
    font-size: 13px;
    margin-top: 1em;
    color: rgb(74,72,66)!important;
}
.add .icon,.sub .icon {
    font-size: 16px!important;
}
p.add {
    font-size: 13px;
    margin-top: 9px;
    color: rgb(74,72,66)!important;
}
a.mail {
    color: #47443a;
    text-decoration:none;
}
a.mail:hover {
    color: #ffb900;
}
p.sub i,p.add i {
    width: 28px;
    height: 28px;
    background: #111;
    line-height: 30px;
    border-radius: 50%;
    /* margin-left: 14px; */
    text-align: center;
    color: #fff;
}
.contact-weblayouts h3 {
    margin-bottom: 0.5em!important;
}
.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"], .mail-grid1-form textarea {
    outline: none;
    border: none;
    font-size: 15px;
    color: #888;
    padding: 7px 12px;
    background: #f9fcfd;
    border: 1px solid #ddd;
    width: 100%;
    letter-spacing: 1px;
}
.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"] {
    margin-bottom: 1em;
}
.mail-grid1-form textarea {
    margin: 0 0 1em;
    min-height: 100px;
    resize: none;
}
.mail-grid1-form input[type="submit"] {
    outline: none;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    letter-spacing: .5px;
    padding: 5px 35px;
    background: #f44b50;
    font-size: 13px;
    border: 6px solid #f44b50;
    border-radius: 5px;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.mail-grid1-form input[type="submit"]:hover {
    background: #ffffff;
    border-color: 2px solid #f44b50;
    border: 6px solid #f44b50;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}
p.para-agileits-weblayouts {
    font-size: 17px;
    line-height: 2em;
    margin-top: 1em;
    color: rgb(74,72,66);
    letter-spacing: 1px;
}
.agileits-weblayouts-map iframe {
    border: none;
    width: 100%;
    height: 400px;
}
h4.agile_sub_tittle {
    margin-bottom: 1em;
    color: rgb(70,69,63);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

#cssmenu a.social {
    /* margin-top: 10px; */
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 2.3;
    border-radius: 50px;
}

#cssmenu a.social:hover {
    color: #fff;
}
#cssmenu .ugra_agile_facebook{
    color:#3b5998;
    border: 1px solid #3b5998;
}
#cssmenu .agile_twitter{
    color:#1da1f2;
    border: 1px solid #1da1f2;
}
#cssmenu .agile_linkedin{
    color:#283e4a;
    border: 1px solid #283e4a;
}

#cssmenu .agile_youtube{
    color:#ec3b3b;
    border: 1px solid #ff0000;
}
#cssmenu .ugra_agile_google{
    color:#F44336;
    border: 1px solid #F44336;
}

.stats-ugralayouts  .table th {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #ffffff;
    font-size: 15px;
}






/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill: #36ba93;opacity:.3;}
.jssora106 .a {fill:none;stroke: #e5a22f;stroke-width: 730px;stroke-miterlimit: 10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity: 0.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border: 2px solid #fff;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color: #ffffff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
#jssor_1{
    position:relative;
    top:0px;
    left:0px;
    width:980px;
    height:480px;
    margin: 0 auto 50px! important;
}


#jssor_2{
    position:relative;
    top:0px;
    left:0px;
    width:980px;
    height:480px;
    margin: 0 auto 50px! important;
}
/*bod_page*/

.bod_page .bod_img{
    width: 171px;
    border-radius: 2px;
    /* border: #e6a233 3px solid; */
} 
.bod_page .text-about{
    padding-top: 10px;
    padding-bottom: 10px;
}
/*//bod_page*/





.banner .btn {
    display: inline-flex;
    padding: 10px;
    font-weight: bold;
    color: white;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */
    padding-top: 4.6px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




.btn-group{
    width: 101%;
}
.btn-group .btn{
    /*width: 14.28%;*/
    font-weight:600; 
}


.btn-green{
    background-color: #ce2fd0;
    color: #fff!important;
    background-color: rgba(19, 208, 152, 0.71);
    color: #fff!important;
    border: 1px solid white !important;
}

.btn-green:hover,.btn-green:focus,.btn-green:active {

    background-color: #ce2fd0;

    color: #fff!important;

    background-color: rgb(228, 163, 49);

    color: #ffffff!important;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2px rgba(255, 193, 7, 0);
}
.btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 0.2px rgba(255, 193, 7, 0);
}

.btn-banner{
    height: 61.5px;
    color: #fff!important;
    background-color: rgba(19, 208, 152, 0.71) !important;
    color: #fff!important;
    border: 1px solid white !important;
}

.btn-banner:hover,.btn-banner:focus,.btn-banner:active {color: #fff!important;background-color: rgb(228, 163, 49)!important;color: #ffffff!important;}

.btn-banner:not(:disabled):not(.disabled):active:focus, .btn-banner:not(:disabled):not(.disabled).active:focus, .show > .btn-banner.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2px rgba(255, 193, 7, 0);
}
.btn-banner:focus, .btn-banner.focus {
    box-shadow: 0 0 0 0.2px rgba(255, 193, 7, 0);
}


.banner img{
    margin-top: 0px;
    height: 46px;
    width: 46px;
    margin-right: 10px;
}




html,body{
    /*font-family: "verdana",sans-serif;*/
    /* font-family: "verdana"; */
    /* font-size: 112.5%; */
    -ms-text-size-adjust: 100%;
    /* -webkit-text-size-adjust: 100%; */
    /* line-height: 1.33333em; */
}
html,body{
    overflow-x: hidden;
}
.video p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #ffffff;
}
#about .text-about{
    text-align: justify;
    margin-bottom: 15px;
}

.geotechnical_onshore_page .about_us .text-about{
    margin-bottom: 10px;
}








/*-- banner-slider --*/
.weblayouts-banner-top1{
    background: url(../images/banner/slider3.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}

.weblayouts-banner-top2{
    background: url(../images/banner/slider2.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}
.weblayouts-banner-top3{
    background: url(../images/banner/slider.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}
.weblayouts-banner-top4{
    background: url(../images/banner/slider4.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}
.weblayouts-banner-top5{
    background: url(../images/banner/slider5.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}
.weblayouts-banner-top6{
    background: url(../images/banner/slider6.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}
.weblayouts-banner-top7{
    background: url(../images/banner/slider7.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}
.weblayouts-banner-top8{
    background: url(../images/banner/slider8.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}
.weblayouts-banner-top9{
    background: url(../images/banner/slider9.jpg) no-repeat 0px 0px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    min-height: 460px;
}


.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(images/dott.png)repeat 0px 0px; */
    background-size: 2px;
    background-color: #ffffff00;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.webl-slide-text {
    margin-top: 18em;
}
.webl-slide-text h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #292828;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.webl-slide-text p {
    /* width: 50%; */
    color: #d6d6d6;
    letter-spacing: 5px;
    text-shadow: 1px 1px 0.8px rgba(140, 140, 140, 0.01);
    -webkit-animation-delay: 1.1s;
    animation-delay: 0.1s;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #fff;
    text-transform: capitalize;
    background-color: #76767640;
    padding-left: 10px;
    padding-right:  10px;
}
.webl-slide-text p.heading_bottom{
    border: none;
    color: #eee;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 28px;
    width: 70%;
    margin: 0 auto;
    text-transform: lowercase;
}
a.button-style {
    color: #d6d6d6;
    letter-spacing: 2px;
    text-shadow: 1px 1px 4.8px rgba(3,3,3,.3);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-size: 15px;
    border: 1px solid #fff;
    text-transform: capitalize;
    padding: 10px 30px;
}
a.button-style:hover{
    background: #f85a40;
    border: 1px solid #f85a40;
}
/*-- //banner-slider --*/

#navbarSupportedContent{
    padding: 2px;
    background: linear-gradient(rgba(52, 152, 219, 0.96), rgb(41,128,185));
}

/*.navbar-img img{
    margin-left: 90px;
}*/

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
}
#navbarSupportedContent ul {
    margin-right: 0rem !important;
}
#navbarSupportedContent ul li {
    margin-bottom: 0.3rem !important;
    margin-right: 6.3px !important;
    margin-left: 7px !important;
}

.banner{
    margin-top: 155px;
    box-shadow: 0px 0px 4px 0px rgb(199, 199, 199);
}

.banner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}

.float-right{
    float: right;
}

.stats-grid-ugra-agile embed{
    width: 538px;
    height:330px;
}




@media(max-width: 509px) {
    .banner{
        margin-top: 252px;
    }
}
@media(max-width: 1332px) {
    .banner{
        margin-top: 205px;
    }
}
@media(max-width: 1240px) {
    .banner{
        margin-top: 237px;
    }
}
@media(max-width: 1033px) {
    .banner{
        margin-top: 288px;
    }
}
@media(max-width: 1017px) {
    .banner{
        margin-top: 164px;
    }
}



@media(max-width: 1270px) {
    .stats-grid-ugra-agile embed{
        width:450px;
        height:300px;
    }
}
@media(max-width: 995px) {
    .stats-grid-ugra-agile embed{
        width:400px;
        height:280px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1270px;
    } 
}
@media (max-width: 991px){
    .mb-sm-5, .my-sm-5 {
        margin-top: 50px;
        margin-bottom: 3rem;
    } 
}

.video{
    min-height: 393px;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}



/*about us*/
.sub-title{
    color: #555555;
    font-weight: normal;
}

.stats-ugralayouts ul{
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: rgb(70,69,63);
    margin-top: 5px;
    margin-left: 30px;
}

/* .about_us .text-about>p:first-child{
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    box-sizing: inherit;
} */

/* #about{ */
    /* margin-top:0px; */
/* } */
/* .about_us{
    margin-top: 299px;
} */


.stats-ugralayouts{
    margin-top: 150px;
}
.stats_contents{
    margin-top: 164px;
}
/*.services_page .about_us{
    margin-top: 138px;
}*/


.text_black{
    color: rgb(55, 52, 42);
}
.text_orange{
    color: rgb(230, 162, 51);
}
.text_green{
    color: rgb(54, 186, 147);
}


.about_img{
    /* width: 352px; */
    /* height: 334px; */
    /* margin-top: 0px; */
}


.bod_page h6{
    color: rgb(54, 186, 147);
    font-family: monospace;
    font-weight: 550;
}

.bod_page .sub_p{
    color: #e6a132;
    font-family: monospace;
    font-weight: 550;   
}




.clientele_page .clientele{
    margin-top:15px;
}
.transportation_page h6,.buildings h6,.rd_page h6{
    margin-top: 20px;
    margin-bottom: 10px;
    color:  slategrey;
}

.rd_page p{
    margin-bottom: 10px;
}

.transportation_page .stats-grid-ugra-agile iframe,.stats-grid-ugra-agile iframe {
    width: 100%;
    height: 400px;
}

.stats-ugralayouts .table-striped tbody tr:nth-of-type(odd) {
    background-color: #36bc9591;
}
.stats-ugralayouts  .table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}
.stats-ugralayouts .table-striped th, .stats-ugralayouts .table-striped td {
    padding: 0.3rem;
    text-align: start;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
    font-size: 12px;
    color: #46463c;
    font-weight: bold;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 3px 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.list-group-item a{
    text-transform: capitalize;
    color: rgb(54, 186, 147);
    font-weight:600;
    font-size:13px;
}
.list-group-item:hover a{
    color: rgb(230, 161, 50);
}
.list-group li:nth-of-type(odd) {
    background-color: #e8e8e84f;
}
.stats_contents .list-group {
    box-shadow: 0px 0px 3px 0px rgba(199, 199, 199, 0.48);
}
/*.list-group li:nth-of-type(even) {
    background-color: #fdd4904f;
}*/
.list-group-item:first-child,.list-group-item:last-child  {
    border-radius: 2px;

}

.stats_card {
    /* border: 1px solid rgb(224, 224, 224); */
    padding: 9px;
    /* min-height: 500px; */
    /* max-height: 700px; */
    /* min-height: -webkit-fill-available; */
    background-color: rgba(248, 248, 248, 0.02);
    border-radius: 2px;
    box-shadow: 0px 0px 3px 0px rgb(199, 199, 199);
}


/*--responsive--*/

@media(max-width: 1280px) {
    .banner-ugral {
        min-height: 700px;
    }
    .banner-left-wthree {
        padding-top: 13em;
    }
    .banner-left-wthree h3 {
        font-size: 56px;
    }
}

@media(max-width: 1080px) {
    .banner-ugral {
        min-height: 640px;
    }
    .banner-left-wthree {
        padding-top: 11em;
    }
    .view-caption {
        padding: 11px 10px;
    }
    .view-caption .ugrals-info h4 {
        font-size: 1em;
    }
    .map iframe {
        height: 300px;
    }
    .banner-left-wthree h3 {
        font-size: 53px;
    }
}

@media(max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 25px 13px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    div#navbarSupportedContent {
        background: rgba(0, 0, 0, 0.82);
    }
    .navbar-light .navbar-toggler {
        color: rgb(41,128,185)! important;
        background-color:  white;
        border: 2px solid rgb(41,128,185)! important;
        border-radius: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 14px 0;
    }
    i.fas.fa-bars {
        padding: 3px 0;
    }
    .middle-ugral p {
        font-size: 28px;
    }
    .team-grids {
        padding: 0 .5em;
    }
    .view-caption ul li a {
        margin: 0 1px;
        height: 25px;
        line-height: 26px;
        width: 25px;
        font-size: 11px;
    }
    .view-caption {
        padding: 6px 2px;
    }
    .gallery-grids {
        padding: 0 .5em;
    }
    .gallery-text-agile h4 {
        font-size: 19px;
    }

@media(max-width: 900px) {
    .banner {
        margin-top: 195px;
    }
    .banner-left-wthree h3 {
        font-size: 52px;
    }
    .banner-left-wthree h5 {
        font-size: 24px;
    }
    .banner-ugral {
        min-height: 580px;
    }
    .banner-left-wthree {
        padding-top: 10em;
    }
    h3.tittle span {
        font-size: 90px;
    }
    h3.tittle {
        font-size: 36px;
    }
}

@media(max-width: 736px) {
    .banner{

    }
    .banner-left-wthree h3 {
        font-size: 46px;
    }
    .banner-left-wthree h5 {
        font-size: 22px;
    }
    p {
        font-size: 14px;
    }
    .banner-ugral {
        min-height: 540px;
    }
    .banner-left-wthree {
        padding-top: 9em;
    }
    .right-text-about p {
        font-size: 15px;
    }
    .middle-ugral p {
        font-size: 24px;
    }
    .welcome-grid h4 {
        font-size: 22px;
    }
    .welcome-grid {
        padding: 0 .5em;
    }
    .welcome-grid i {
        font-size: 34px;
    }
    .view-caption {
        padding: 8px 14px;
    }
    .gallery-text-agile h4 {
        font-size: 13px;
    }
    h2.video-agile {
        font-size: 28px;
    }
}

@media(max-width: 667px) {
    .banner-ugral {
        min-height: 490px;
    }
    .banner-left-wthree h3 {
        font-size: 42px;
    }
    .banner-left-wthree {
        padding-top: 8em;
    }
    .team-grids {
        padding: 0 1em;
    }

}

@media(max-width: 640px) {
      .banner{
        margin-top: 274px;
    }
    .numscroller {
        font-size: 40px;
    }
    .right-text-about p {
        font-size: 14px;
    }
}

@media(max-width: 600px) {
     .stats-ugralayouts{
        margin-top: 290px;
    }
    a.btn {
        font-size: 15px;
    }
    .map iframe {
        height: 270px;
    }
    .weblayouts-banner-top1,.weblayouts-banner-top2,.weblayouts-banner-top3,.weblayouts-banner-top4
    ,.weblayouts-banner-top5,.weblayouts-banner-top6,.weblayouts-banner-top7{
        min-height: 200px;
    }
    .home_page #about{       

        margin-top: 20px; 
    }
}

@media(max-width: 568px) {
   
    .gallery{
        margin-top: 236px;
    }
      .stats-ugralayouts{
        margin-top: 290px;
    }
    .stats_contents {
        margin-top: 286px;
    }
    .banner {
        margin-top: 274px;
    }
    .view-caption .ugrals-info h4 {
        font-size: 18px;
    }
    .banner-left-wthree h3 {
        font-size: 39px;
    }
    .banner-left-wthree h5 {
        font-size: 20px;
    }
    .banner-left-wthree p {
        font-size: 13px;
    }
    .banner-ugral {
        min-height: 460px;
    }
    h3.tittle {
        font-size: 32px;
    }
    h3.tittle span {
        font-size: 75px;
    }
    .numscroller {
        font-size: 38px;
    }
    .middle-ugral p {
        font-size: 20px;
    }
    .welcome-grid {
        padding: 0 1em;
    }
    .gallery-grids {
        padding: 0 1em;
    }
    .gallery-text-agile h4 {
        font-size: 21px;
    }
    h2.video-agile {
        font-size: 25px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
    .navbar-light .navbar-brand {
        font-size: 44px;
    }
    i.fas.fa-bars {
        padding: 2px 0;
    }
    
}

@media(max-width: 480px) {
    
    .gallery{
        margin-top: 236px;
    }
      .stats-ugralayouts{
        margin-top: 290px;
    }
    .stats_contents {
        margin-top: 286px;
    }
    .banner {
        margin-top: 274px;
    }
    .view-caption .ugrals-info h4 {
        font-size: 18px;
    }
    .banner-left-wthree h3 {
        font-size: 39px;
    }
    .banner-left-wthree h5 {
        font-size: 20px;
    }
    .banner-left-wthree p {
        font-size: 13px;
    }
    .banner-ugral {
        min-height: 460px;
    }
    h3.tittle {
        font-size: 24px;
    }
    h3.tittle span {
        font-size: 50px;
    }
    .numscroller {
        font-size: 38px;
    }
    .middle-ugral p {
        font-size: 20px;
    }
    .welcome-grid {
        padding: 0 1em;
    }
    .gallery-grids {
        padding: 0 1em;
    }
    .gallery-text-agile h4 {
        font-size: 21px;
    }
    h2.video-agile {
        font-size: 25px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
    .navbar-light .navbar-brand {
        font-size: 44px;
    }
    i.fas.fa-bars {
        padding: 2px 0;
    }
    
}

@media(max-width: 440px) {
    .gallery{
        margin-top: 236px;
    }
    .stats-ugralayouts{
        margin-top: 290px;
    }
    .stats_contents {
        margin-top: 295px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 17px;
    }
    .view-caption {
        padding: 8px 7px;
    }
  
    .job_offerings_page a.btn{
        margin-bottom:10px;
    }
    .stats-grid-ugra-agile iframe {
        width: 388px;
        height: 235px;
    }
    .banner {
        margin-top: 242px;
    }
}

@media(max-width: 414px) {
    .stats-ugralayouts {
        margin-top: 253px;
    }
    .stats_contents {
        margin-top: 259px;
    }
    .gallery{
        margin-top: 195px;
    }
    .banner {
        margin-top: 164px;
    }
    .banner img {
        margin-left: 83px;
    }

    .navbar-light .navbar-brand {
        font-size: 40px;
    }
    .banner-left-wthree h3 {
        font-size: 34px;
    }
    .banner-left-wthree h5 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .banner-left-wthree p {
        font-size: 12px;
    }
    a.btn {
        padding: 10px 16px;
    }
    .banner-ugral {
        min-height: 410px;
    }
    .banner-ugral {
        min-height: 410px;
    }
    .right-text-about p {
        font-size: 13px;
    }
    p {
        font-size: 13px;
    }
    .numscroller {
        font-size: 36px;
    }
    .middle-ugral p {
        font-size: 18px;
    }
    .view-caption .ugrals-info h4 {
        font-size: 14px;
    }
    .view-caption {
        padding: 6px 7px;
    }

    
    .job_offerings_page a.btn{
        margin-bottom:10px;
    }
    .stats-grid-ugra-agile iframe {
        width: 380px;
        height: 237px;
    }
    .banner {
        margin-top: 242px;
    }
}

@media(max-width: 400px) {
    .gallery{
        margin-top: 236px;
    }
    .banner {
        margin-top: 283px;
    }
/*    #clientele_banner {
        margin-top: 244px;
    }*/
    .about_us_page .about_us{
        margin-top: 265px;
    }
    .life_at_mpac_page .about_us{
        margin-top: 255px;
    }
    .bod_page .about_us{
        margin-top: 250px;
    }
    

    .job_offerings_page a.btn{
        margin-bottom:10px;
    }

    .stats-ugralayouts {
        margin-top: 300px;
    }


    h3.tittle {
        font-size: 21px;
    }
    h5.tittle {
        font-size: 18px;
    }
    .contact-weblayouts .agile_sub_tittle{
        font-size: 16px;
    }
    .contact-weblayouts .para-agileits-weblayouts{
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .banner-left-wthree h3 {
        font-size: 28px;
    }
    .banner-left-wthree h5 {
        font-size: 17px
    }
    .banner-left-wthree p {
        font-size: 11px;
        line-height: 1.8;
    }
    .banner-ugral {
        min-height: 370px;
    }
    .banner-left-wthree {
        padding-top: 6em;
    }

    h3.tittle span {
        font-size: 45px;
    }
    h5.tittle span {
        font-size: 33px;
    }
    .numscroller {
        font-size: 32px;
    }
    .stats-grid-ugra-agile p {
        font-size: 12px;
    }
    .right-text-about p {
        font-size: 12px;
    }
    .middle-ugral p {
        font-size: 15px;
    }
    h2.video-agile {
        font-size: 21px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 15px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 13px;
    }
    .form-bg-ugrals input[type="submit"] {
        font-size: 14px;
        padding: 11px 0;
    }
    .map iframe {
        height: 220px;
    }
    
    }
    .view-caption {
        height: 15%;
    }
    .stats-grid-ugra-agile iframe {
        width: 368px;
        height: 210px;
    }


}


@media(max-width: 384px) {
    /*     .stats_contents {
        margin-top: 459px;
    }*/
    .stats-ugralayouts {
        margin-top: 300px;
    }
    .right-text-about p {
        font-size: 13px;
    }
    .welcome-grid,
    .team-grids {
        flex: 100%;
        max-width: 100%;
    }
    .welcome-grid:nth-child(2),
    .welcome-grid:nth-child(6) {
        margin-top: 1.5rem;
    }
    .gallery-text-agile h4 {
        font-size: 19px;
    }
    h2.video-agile {
        font-size: 23px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 16px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 14px;
    }
    .map iframe {
        height: 240px;
    }
    
    p.copy-right-grids {
        font-size: 13px;
    }
    .view-caption {
        padding: 14px 14px;
        height: 30%;
    }
    .view-caption .ugrals-info h4 {
        font-size: 18px;
    }
    .team-grids:nth-child(2) {
        margin-top: 1.5rem;
    }
    .stats-grid-ugra-agile iframe {
        width: 287px;
        height: 136px;
    }
}


@media(max-width: 375px) {
    /*      .stats_contents {
        margin-top: 459px;
    }*/
    .banner {
        margin-top: 242px;
    }
    .stats-ugralayouts {
        margin-top: 290px;
    }

    .about_us_page .about_us{
        margin-top: 265px;
    }
    .life_at_mpac_page .about_us{
        margin-top: 255px;
    }
    .bod_page .about_us{
        margin-top: 250px;
    }
   
    

    h3.tittle {
        font-size: 21px;
    }
    h5.tittle {
        font-size: 18px;
    }
    .contact-weblayouts .agile_sub_tittle{
        font-size: 20px;
    }
    .contact-weblayouts .para-agileits-weblayouts{
        font-size:17px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .banner-left-wthree h3 {
        font-size: 28px;
    }
    .banner-left-wthree h5 {
        font-size: 17px
    }
    .banner-left-wthree p {
        font-size: 11px;
        line-height: 1.8;
    }
    .banner-ugral {
        min-height: 370px;
    }
    .banner-left-wthree {
        padding-top: 6em;
    }

    h3.tittle span {
        font-size: 45px;
    }
    h5.tittle span {
        font-size: 33px;
    }
    .numscroller {
        font-size: 32px;
    }
    .stats-grid-ugra-agile p {
        font-size: 12px;
    }
    .right-text-about p {
        font-size: 12px;
    }
    .middle-ugral p {
        font-size: 15px;
    }
    h2.video-agile {
        font-size: 21px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 15px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 13px;
    }
    .form-bg-ugrals input[type="submit"] {
        font-size: 14px;
        padding: 11px 0;
    }
    .map iframe {
        height: 220px;
    }
   
    .view-caption {
        height: 15%;
    }
    .regstr-r-ugra-agileits {
        margin-top: 1.5rem !important;
    }
    .stats-grid-ugra-agile iframe {
        width: 336px;
        height: 226px;
    }
}
@media(max-width: 370px) {
    .banner {
        margin-top: 242px;
    }
     .stats-ugralayouts {
        margin-top: 290px;
    }

    .about_us_page .about_us{
        margin-top: 252px;
    }
    .life_at_mpac_page .about_us{
        margin-top: 255px;
    }
    .bod_page .about_us{
        margin-top: 250px;
    }
   
    

    h3.tittle {
        font-size: 21px;
    }
    h5.tittle {
        font-size: 18px;
    }
    .contact-weblayouts .agile_sub_tittle{
        font-size: 16px;
    }
    .contact-weblayouts .para-agileits-weblayouts{
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .banner-left-wthree h3 {
        font-size: 28px;
    }
    .banner-left-wthree h5 {
        font-size: 17px
    }
    .banner-left-wthree p {
        font-size: 11px;
        line-height: 1.8;
    }
    .banner-ugral {
        min-height: 370px;
    }
    .banner-left-wthree {
        padding-top: 6em;
    }

    h3.tittle span {
        font-size: 45px;
    }
    h5.tittle span {
        font-size: 33px;
    }
    .numscroller {
        font-size: 32px;
    }
    .stats-grid-ugra-agile p {
        font-size: 12px;
    }
    .right-text-about p {
        font-size: 12px;
    }
    .middle-ugral p {
        font-size: 15px;
    }
    h2.video-agile {
        font-size: 21px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 15px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 13px;
    }
    .form-bg-ugrals input[type="submit"] {
        font-size: 14px;
        padding: 11px 0;
    }
    .map iframe {
        height: 220px;
    }
   
  
    .view-caption {
        height: 15%;
    }
    .stats-grid-ugra-agile iframe {
        width: 287px;
        height: 136px;
    }
}

@media(max-width: 360px) {
    .stats_contents {
        margin-top: 295px;
    }
    .banner {
        margin-top: 285px;
    }
     .stats-ugralayouts {
        margin-top: 290px;
    }

/*    #clientele_banner {
        margin-top: 290px;
    }*/

    .about_us_page .about_us{
        margin-top: 298px;
    }
    .life_at_mpac_page .about_us{
        margin-top: 303px;
    }
    .bod_page .about_us{
        margin-top: 330px;
    }
    .gallery{
        margin-top: 233px;
    }
    .team_page .team{
        margin-top: 232px;
    }
 

    h3.tittle {
        font-size: 20px;
    }
    h5.tittle {
        font-size: 18px;
    }
    .contact-weblayouts .agile_sub_tittle{
        font-size: 18px;
    }
    .contact-weblayouts .para-agileits-weblayouts{
        font-size: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .banner-left-wthree h3 {
        font-size: 28px;
    }
    .banner-left-wthree h5 {
        font-size: 17px
    }
    .banner-left-wthree p {
        font-size: 11px;
        line-height: 1.8;
    }
    .banner-ugral {
        min-height: 370px;
    }
    .banner-left-wthree {
        padding-top: 6em;
    }

    h3.tittle span {
        font-size: 40px;
    }
    h5.tittle span {
        font-size: 33px;
    }
    .numscroller {
        font-size: 32px;
    }
    .stats-grid-ugra-agile p {
        font-size: 12px;
    }
    .right-text-about p {
        font-size: 12px;
    }
    .middle-ugral p {
        font-size: 15px;
    }
    h2.video-agile {
        font-size: 21px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 15px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 13px;
    }
    .form-bg-ugrals input[type="submit"] {
        font-size: 14px;
        padding: 11px 0;
    }
    .map iframe {
        height: 220px;
    }
  
    .view-caption {
        height: 15%;
    }
    .stats-grid-ugra-agile iframe {
        width: 326px;
        height: 247px;
    }

    .issuuembed {
        height: 200px;
        width: 100%;
    }
}


@media(max-width: 345px) {

    .stats_contents {
        margin-top: 295px;
    }
    .banner {
        margin-top: 285px;
    }
    .stats-ugralayouts {
        margin-top: 290px;
    }

    .about_us_page .about_us{
        margin-top: 298px;
    }
    .life_at_mpac_page .about_us{
        margin-top: 303px;
    }
    .bod_page .about_us{
        margin-top: 330px;
    }
    .gallery{
        margin-top: 233px;
    }
    .team_page .team{
        margin-top: 232px;
    }
 

    h3.tittle {
        font-size: 20px;
    }
    h5.tittle {
        font-size: 18px;
    }
    .contact-weblayouts .agile_sub_tittle{
        font-size: 18px;
    }
    .contact-weblayouts .para-agileits-weblayouts{
        font-size: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .banner-left-wthree h3 {
        font-size: 28px;
    }
    .banner-left-wthree h5 {
        font-size: 17px
    }
    .banner-left-wthree p {
        font-size: 11px;
        line-height: 1.8;
    }
    .banner-ugral {
        min-height: 370px;
    }
    .banner-left-wthree {
        padding-top: 6em;
    }

    h3.tittle span {
        font-size: 40px;
    }
    h5.tittle span {
        font-size: 33px;
    }
    .numscroller {
        font-size: 32px;
    }
    .stats-grid-ugra-agile p {
        font-size: 12px;
    }
    .right-text-about p {
        font-size: 12px;
    }
    .middle-ugral p {
        font-size: 15px;
    }
    h2.video-agile {
        font-size: 21px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 15px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 13px;
    }
    .form-bg-ugrals input[type="submit"] {
        font-size: 14px;
        padding: 11px 0;
    }
    .map iframe {
        height: 220px;
    }

    .view-caption {
        height: 15%;
    }
    .stats-grid-ugra-agile iframe {
        width: 326px;
        height: 247px;
    }

    .issuuembed {
        height: 200px;
        width: 100%;
    }
}
@media(max-width: 335px) {
    .banner {
        margin-top: 242px;
    }
/*    #clientele_banner {
        margin-top: 244px;
    }*/
    .about_us_page .about_us{
        margin-top: 253px;
    }
    .life_at_mpac_page .about_us{
        margin-top: 255px;
    }
    .bod_page .about_us{
        margin-top: 250px;
    }
   

    h3.tittle {
        font-size: 21px;
    }
    h5.tittle {
        font-size: 18px;
    }
    .contact-weblayouts .agile_sub_tittle{
        font-size: 20px;
    }
    .contact-weblayouts .para-agileits-weblayouts{
        font-size:17px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .banner-left-wthree h3 {
        font-size: 28px;
    }
    .banner-left-wthree h5 {
        font-size: 17px
    }
    .banner-left-wthree p {
        font-size: 11px;
        line-height: 1.8;
    }
    .banner-ugral {
        min-height: 370px;
    }
    .banner-left-wthree {
        padding-top: 6em;
    }

    h3.tittle span {
        font-size: 45px;
    }
    h5.tittle span {
        font-size: 33px;
    }
    .numscroller {
        font-size: 32px;
    }
    .stats-grid-ugra-agile p {
        font-size: 12px;
    }
    .right-text-about p {
        font-size: 12px;
    }
    .middle-ugral p {
        font-size: 15px;
    }
    h2.video-agile {
        font-size: 21px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 15px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 13px;
    }
    .form-bg-ugrals input[type="submit"] {
        font-size: 14px;
        padding: 11px 0;
    }
    .map iframe {
        height: 220px;
    }
   
    .view-caption {
        height: 15%;
    }
    .stats-grid-ugra-agile iframe {
        width: 295px;
        height: 179px;
    }
}


@media(max-width: 320px) {
/*    #clientele_banner {
        margin-top: 232px;
    }*/
    .about_us_page .about_us{
        margin-top: 260px;
    }
    .bod_page .about_us{
        margin-top: 250px;
    }
    
 
   
    .stats-grid-ugra-agile iframe {
        width: 287px;
        height: 203px;
    }


    h3.tittle {
        font-size: 21px;
    }
    h5.tittle {
        font-size: 18px;
    }
    .contact-weblayouts .agile_sub_tittle{
        font-size: 16px;
    }
    .contact-weblayouts .para-agileits-weblayouts{
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .banner-left-wthree h3 {
        font-size: 28px;
    }
    .banner-left-wthree h5 {
        font-size: 17px
    }
    .banner-left-wthree p {
        font-size: 11px;
        line-height: 1.8;
    }
    .banner-ugral {
        min-height: 370px;
    }
    .banner-left-wthree {
        padding-top: 6em;
    }

    h3.tittle span {
        font-size: 45px;
    }
    h5.tittle span {
        font-size: 33px;
    }
    .numscroller {
        font-size: 32px;
    }
    .stats-grid-ugra-agile p {
        font-size: 12px;
    }
    .right-text-about p {
        font-size: 12px;
    }
    .middle-ugral p {
        font-size: 15px;
    }
    h2.video-agile {
        font-size: 21px;
    }
    .contact-agileits-ugralayouts h5 {
        font-size: 15px;
    }
    .form-bg-ugrals input[type="text"],
    .form-bg-ugrals input[type="email"],
    .form-control,
    .form-bg-ugrals textarea {
        font-size: 13px;
    }
    .form-bg-ugrals input[type="submit"] {
        font-size: 14px;
        padding: 11px 0;
    }
    .map iframe {
        height: 220px;
    }
  
    .view-caption {
        height: 15%;
    }
}



/*--//responsive--*/
