@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);

:root {
    --ist_green_clo: #49CFCE;
    --ist_blue_clo: #5c94c6;
    --ist_darkblue_clo: #1C4670;
    --ist_light_green_clo: #49CFCE;
    --ist_light_orange_clo: #E89084;
    --ist_white_clo: #fff;
    --ist_black_clo: #000;
    --ist_light_blue_clo: #9ECFFF;
    --ist_light_gray: #EDEDED;
    --ist_dark_gray: #4D4D4D;
    --ist_light_yellow: #c1a843;
    --ist_vilo: #82919e;
    --ist_font_Poppins: Poppins;
    --ist_font_OpenSans: Open Sans;
    --ist_font_title1: 30px;
    --ist_font_title2: 28px;
    --ist_font_title3: 25px;
    --ist_font_title4: 22px;
    --ist_font_title5: 20px;
    --ist_font_para: 17px;
    --ist-space_1: 10px;
    --ist-space_2: 20px;
    --ist-space_3: 30px;
    --ist-space_4: 40px;
    --ist-space_5: 50px;
    --ist-space_6: 60px;
    --ist-space_7: 70px;
    --ist-space_8: 80px;
    --ist-space_9: 90px;
    --ist-space_100: 100px;
    --ist-space_110: 110px;
    --ist-space_120: 120px;
    --ist-space_130: 130px;
    --ist-space_140: 140px;
    --ist-space_150: 150px;
    --inn_bann_gradient: linear-gradient(rgb(54, 242, 218), rgb(0, 74, 120));
    --inn_bann_services: url('../img/inner/services_bann_bg.png') no-repeat
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../fonts/SegoeUI-Regular.eot);
    src: url(../fonts/SegoeUI-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/SegoeUI-Regular.woff2) format('woff2'), url(../fonts/SegoeUI-Regular.woff) format('woff'), url(../fonts/SegoeUI-Regular.ttf) format('truetype'), url(../fonts/SegoeUI-Regular.otf) format('opentype'), url(../fonts/SegoeUI-Regular.svg#SegoeUI-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #6717cd;
    background-image: linear-gradient(90deg, #6717cd 0, #2871fa 100%);
    background-image: -moz-linear-gradient(90deg, #6717cd 0, #2871fa 100%);
    background-image: -webkit-linear-gradient(90deg, #6717cd 0, #2871fa 100%);
    background-image: -ms-linear-gradient(90deg, #6717cd 0, #2871fa 100%);
    border-radius: 50px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

body,
html {
    background: #fff !important;
    box-sizing: border-box;
    color: #4d4d4d;
    font-family: 'Segoe UI' !important;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6em;
    font-kerning: normal;
    word-break: normal;
	scroll-behavior: smooth;
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

p {
    font-size: 15px;
    line-height: 1.6em;
    font-family: 'Segoe UI';
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6em;
    font-family: Raleway, sans-serif
}

.social_links a{
    font-size: 22px;
}
.pdf_btn{
   /* background: #FFF;*/
	/*background-color: rgba(0, 0, 0, 0.3);*/
   /* margin: 10px 0 0;*/
	margin: 6px 0 0;
    border-radius: 50px;
    font-size: 12px;
    color:#ffffff !important;
    padding:5px 15px;
    display: block;
	
}
.pdf_btn:hover{
    color:#49cfce !important;
}

.pdf_btn hr{ width:auto; margin-top: 5px !important; margin-bottom: 0px !important;  border-width: 2px !important; background-color: #FFFFFF; margin-left: 0px;	}
/*
.pdf_btn:hover{
   
	background-color: rgba(0, 0, 0, 0.7);
   
	
}*/
.pdf_btn hr:hover{
    background-color:#49cfce!important; 
}
.flip_catalog,
.flip_catalog2{
	position: absolute;
    left: 18px;
    top: 0;
    background: #181818;
    width: 138px;
    height: 38px;
}
.flip_catalog2{
	    right: 25px;
    left: inherit;
    width: 290px;
}
.clients_sec{
    background: url('../img/clients_bg.jpg') center center fixed;
    background-size: cover;
    padding:70px 0 60px 0;
    z-index: 999;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 6px;
    outline: 0;
    margin: 0px !important;
    font: inherit;
}



#clients_carousel_new .owl-prev span,
#clients_carousel_new .owl-next span{
    opacity: 0;
    width: 30px;
    height: 30px;
    display: block;
}
#clients_carousel_new .owl-prev
{
    position: absolute;
	left:-50px;
	top:30%;
	display: block;
}

#clients_carousel_new .owl-next{
    position: absolute;
	right:-50px;
	top:30%;
}

#clients_carousel_new .owl-prev::before,
#clients_carousel_new .owl-next::before{
    position: absolute;
    font-family: 'FontAwesome';
    /*content: '\f060';*/
   left: 5px;
    top: 7px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color:#04ebfe;
}
#clients_carousel_new .owl-next::before{
    content: '\f105';
}

#clients_carousel_new .owl-prev::before{
    content: '\f104';
}
#clients_carousel_new .owl-prev:hover,
#clients_carousel_new .owl-next:hover{
    background: none;
}





#clients_carousel .owl-prev span,
#clients_carousel .owl-next span{
    opacity: 0;
    width: 30px;
    height: 30px;
    display: block;
}
#clients_carousel .owl-prev,
#clients_carousel .owl-next{
    position: relative;
}
#clients_carousel .owl-prev::before,
#clients_carousel .owl-next::before{
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f0a8';
   left: 5px;
    top: 7px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color:#04ebfe;
}
#clients_carousel .owl-next::before{
    content: '\f0a9';
}
#clients_carousel .owl-prev:hover,
#clients_carousel .owl-next:hover{
    background: none;
}
.list {
    padding-left: 40px
}

.list li {
    position: relative;
    line-height: 35px;
    list-style-type: none
}

.list li::before {
    position: absolute;
    content: '\f046';
    font-family: FontAwesome;
    left: -30px;
    top: 0;
    font-size: 20px;
    color: #49cfce
}

.f_darkblue {
    color: var(--ist_darkblue_clo) !important;
    color: #1c4670
}

.f_white {
    color: #fff !important
}

.bg_white {
    background: #fff
}

.bg_light_gray {
    background: var(--ist_light_gray) !important;
    backface-visibility: #ededed
}

.bg_blue {
    background: #5c94c6 !important
}

.bg_green {
    background: #49cfce !important
}

.bg_light_orange {
    background: #e89084 !important
}

.bg_light_yellow {
    background: #c1a843 !important
}

.bg_vilo {
    background: var(--ist_vilo) !important
}

.ist_line_button {
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 15px;
    height: 30px;
    padding: 5px 15px;
    line-height: 18px;
    background-color: #8a8a8a
}

.over_view a {
    cursor: pointer
}

.ist_line_button:hover {
    border-radius: 5px;
    border: none;
    background: #2a70c6 !important;
    color: #fff
}

.hvr-sweep-to-right:before {
    background-color: #8a8a8a
}

.ist_line_button_white {
    border-radius: 5px;
    border: none !important;
    background: transprent !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px
}

.ist_line_button_white:hover {
    border-radius: 50px;
    border: #fff solid 1px;
    background: #fff !important;
    color: var(--ist_darkblue_clo) !important
}

.page_title {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    padding: 13px 0;
    font-weight: 700 !important;
    position: relative;
    margin-bottom: 0
}

.f_darkblue.page_title a {
    color: #1c4670
}

.page_title_sub {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    padding: 13px 0;
    font-weight: 700 !important;
    position: relative;
    margin-bottom: 0
}

.page_title_sub p {
    font-size: 22px;
    font-weight: 700
}

.border_at_bottom span {
    border-bottom: 2px solid #3231b1;
    padding-bottom: 5px
}

.large_title {
    font-family: Raleway, sans-serif;
    color: #49cfce;
    position: absolute;
    font-size: 70px;
    opacity: .2;
    font-weight: 700;
    left: 30px;
    top: -5px;
    text-transform: uppercase
}

.large_title.sm_title {
    font-size: 50px
}

.icon {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    padding: 10px
}

.dimond-bg-right {
    background-image: url(../img/bg_patterns/dimond_right.png);
    background-repeat: no-repeat
}

.dimond-bg-left {
    background-image: url(../img/bg_patterns/dimond_left.png);
    background-repeat: no-repeat
}

.dimond-bg-both {
    background-image: url(../img/bg_patterns/dimond_both.png);
    background-repeat: no-repeat
}

.dot_img {
    width: 35%;
    height: auto;
    right: -80px;
    top: 0
}

.ist_relative {
    position: relative
}

.ist_absolute {
    position: absolute
}

.ist_list {
    margin: 0;
    padding: 0
}

.ist_list li {
    margin: 5px 5px;
    line-height: 1.6em;
    font-weight: 400
}

.m_seprater {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding: 1em 0
}

.line {
    border-bottom: rgba(0, 0, 0, .5) solid 1px;
    width: 100%
}
.MobileShow{display: none}
.MobileHide{display: block}
@media (max-width:992px) {
    .m_seprater {
        border-bottom: 1px solid rgba(255, 255, 255, .25);
        padding: 1em 0
    
    }
   
}

.border-box-design:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: 0 0;
    border: rgba(0, 0, 0, .2) solid 20px;
    position: absolute;
    top: 25px;
    left: -25px;
    z-index: -1
}

.doted-cover-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(41, 83, 125, .8)
}

.border {
    border: 1px solid #dee2e6 !important
}

.shadow:hover {
    box-shadow: 0 0 0 transparent !important
}

.section-py {
    padding-top: 100px;
    padding-bottom: 100px
}

.industires.section-py .product.section-py {
    padding-bottom: 0
}

.section-py-mid {
    padding-top: var(--ist-space_5);
    padding-bottom: var(--ist-space_5)
}

.section-ptop {
    padding-top: var(--ist-space_100)
}

.section-pbottom {
    padding-bottom: var(--ist-space_100)
}

.section-mtop {
    margin-top: var(--ist-space_100)
}

.section-mtop {
    margin-bottom: var(--ist-space_100)
}

.ist_border-bottom {
    border-bottom: #dee2e6 solid 1px
}

.pdf-btn {
    float: right;
    margin-top: -11px;
    padding: 5px 20px;
    text-align: right;
    position: absolute;
    right: 50px;
    top: 49px;
    z-index: 500
}

.border-animation {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden
}

.border-animation:after,
.border-animation:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ccc
}

.btn:before {
    top: 0
}

.border-animation:after {
    bottom: 0
}

.border-animation:hover>*>:after,
.border-animation:hover>*>:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.border-animation:hover>*>*>:after,
.border-animation:hover>*>*>:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.border-animation>:after,
.border-animation>:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ccc
}

.border-animation>:before {
    left: 0
}

.border-animation>:after {
    right: 0
}

.border-animation>*>:after,
.border-animation>*>:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    height: 2px;
    width: 100%;
    background-color: #168dff
}

.border-animation>*>:before {
    top: 0;
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
    transition: -webkit-transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1)
}

.border-animation>*>:after {
    bottom: 0;
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);
    transition: -webkit-transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1)
}

.border-animation>*>*>:after,
.border-animation>*>*>:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 2px;
    background-color: #168dff
}

.border-animation>*>*>:before {
    left: 0;
    -webkit-transform: translate3d(0, 105%, 0);
    transform: translate3d(0, 105%, 0);
    transition: -webkit-transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1)
}

.border-animation>*>*>:after {
    right: 0;
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
    transition: -webkit-transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1)
}

.cover_gradient_ani {
    background: linear-gradient(306deg, rgba(5, 107, 170, .9), rgba(15, 92, 130, .9));
    background-size: 400% 400%;
    -webkit-animation: AnimationName 18s ease infinite;
    -moz-animation: AnimationName 18s ease infinite;
    animation: AnimationName 18s ease infinite;
    opacity: 1
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0 17%
    }

    50% {
        background-position: 100% 84%
    }

    100% {
        background-position: 0 17%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0 17%
    }

    50% {
        background-position: 100% 84%
    }

    100% {
        background-position: 0 17%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0 17%
    }

    50% {
        background-position: 100% 84%
    }

    100% {
        background-position: 0 17%
    }
}

.box,
.box:hover,
.career-dis-left .ist_list li,
.clients_logo,
.clients_logo:hover,
.hvr-icon-forward,
.ist_career_tab li.active a,
.ist_navbar .nav-item,
.ist_navbar .nav-item .nav-link,
.ist_navbar .nav-item:before,
.ist_navbar .nav-item:hover .nav-link,
.ist_navbar .nav-item:hover:before,
.shadow,
.shadow:hover,
.usecase li a.active,
.usecase li a:hover,
.usecase li:hover {
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.wrapper {
    overflow-x: hidden;
    width: 100%
}

.ist-nav {
    background: rgba(28, 70, 112, 0);
    box-shadow: 0 3px 8px transparent;
    -webkit-box-shadow: 0 3px 8px transparent;
    -moz-box-shadow: 0 3px 8px transparent;
    z-index: 99999;
    min-height: 80px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

#event-popup {
    z-index: 99999999
}

.topfixed {
    background: #114588 !important;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.ist_logo {
    width: 190px;
    height: auto
}

.iso_logo_block {
    display: block;
    width: 150px;
    height: auto;
    top: 90px;
    right: 50px;
    z-index: 1000
}

@media screen and (max-width:767px) {
    .iso_logo_block img {
        width: 35px
    }
	
	.owl-theme .owl-dots{ display:none;}

    .MobileShow{display: block}
    .MobileHide{display: none}
}

@media screen and (max-width:991px) {
    .iso_logo_block {
        top: 5px;
        left: inherit;
        right: 10px;
        width: auto
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    .iso_logo_block img {
        width: 75px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .iso_logo_block img {
        width: 75px
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .iso_logo_block {
        top: 20px;
        right: : 20px
    }

    .iso_logo_block img {
        width: 100px
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .iso_logo_block {
        display: block;
        width: 75px;
        height: auto;
        top: 90px;
        right: 30px
    }

    .iso_logo_block img {
        width: 75px
    }
}

@media screen and (min-width:1280px) and (max-width:1365px) {
    .iso_logo_block {
        width: 120px
    }
}

@media screen and (min-width:1366px) and (max-width:1599px) {
    .iso_logo_block {
        width: 90px
    }
}

.ist_navbar_collapse .ist_navbar_nav {
    background: transprent;
    padding: 0
}

.ist_navbar_collapse .ist_navbar_nav .nav-item {
    margin: 0 5px !important
}

.ist-nav-link,
.social_list li a {
    font-family: 'Segoe UI' !important;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 7px 7px 7px 7px !important;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    border-bottom: rgba(28, 70, 112, 0) 2px solid !important
}

.ist-nav-link:hover,
.ist_active,
.social_list li a:hover {
    color: #fff !important;
    border-bottom: #49cfce 2px solid !important
}

.ist_dropdown a:focus,
.ist_dropdown a:hover {
    color: #fff !important;
    background: #49cfce
}

.over_view .view_catalog {
    position: absolute;
    width: 150px !important;
    height: 50px !important;
    border: 0;
    float: right;
    top: 60px;
    right: 40px;
    background: 0 0;
    z-index: 99;
    padding: 0 !important
}

@media screen and (max-width:991px) {

    .ist_dropdown a:focus,
    .ist_dropdown a:hover {
        color: #fff !important;
        background: 0 0;
        border-bottom: #49cfce 2px solid
    }
}

.ist_nav_toggler .navbar-toggler-icon {
    color: #fff !important;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.ist_navbar_collapse {
    background: transprent
}

.ist_dropdown {
    border-radius: 0 0 3px 3px !important;
    background: #1c4670;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    min-width: 6em
}

.ist_dropdown a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 22px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu+.dropdown-menu {
    top: 4px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    background: #1c4670;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:after {
    display: inline-block;
    float: right;
    content: "";
    margin-top: 5px;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: 0;
    border-left: .3em solid
}

@media screen and (max-width:991px) {
    .dropdown-submenu+.dropdown-menu .dropdown-item {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .dropdown-submenu+.dropdown-menu {
        color: #fff !important;
        border-bottom: #49cfce 2px solid
    }
}

.list-group li {
    list-style-type: none
}

.social {
    display: block;
    padding: 5px 10px;
    font-size: 16px
}

.social_list {
    list-style: none
}

.services {
    position: relative
}

.services img {
    position: relative;
    transition: .5s ease-in-out
}

.services img:hover {
    transform: scale(1.1);
    transition: .5s ease-in-out
}

.carousel-item {
    height: 100vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.carousel-item img {
    width: 100% !important
}

.ist_indicators.carousel-indicators {
    position: absolute;
    right: 0 !important;
    bottom: 50%;
    left: 97%;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 2%;
    flex-direction: column
}

.ist_indicators.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.ist_indicators.carousel-indicators li.active,
.ist_indicators.carousel-indicators li:hover {
    background-color: #49cfce
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 10px
}

.carousel-caption:after,
.carousel-caption:before {
    content: "";
    width: 15%;
    height: 100%;
    position: absolute
}

.carousel-caption:before {
    content: "";
    background: url(../img/caption_bg_left.png);
    background-size: cover;
    left: 0;
    top: 0
}

.carousel-caption:after {
    content: "";
    background: url(../img/caption_bg_right.png);
    background-size: cover;
    right: 0;
    top: 0
}

.carousel_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.carousel_content a,
.carousel_content a:active,
.carousel_content a:focus,
.carousel_content a:hover {
    color: #fff
}

.carousel_content .logo_1 {
    max-width: 200px;
    margin: 20vh 0 40px 30px
}

.carousel_content .esri_world {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.carousel_content .esri_world h1 {
    height: 50px;
    font-size: 40px
}

.carousel_content .esri_world p {
    line-height: 20px;
    font-size: 14px;
    text-align: justify
}

.carousel_content .box {
    padding: 5px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.carousel_content .box::before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: calc(50% - 100px);
    width: 200px;
    height: 3px;
    border-radius: 2px;
    background: #ffa405
}

.carousel_content .box .left_arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 39px;
    width: 100%
}

.carousel_content .box .left_arrow::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 39px;
    width: 39px;
    background: url(../img/slide/slide_10/arrow.png) center center no-repeat
}

.carousel_content .box .left_arrow::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 39px;
    width: 39px;
    transform: rotate(90Deg);
    background: url(../img/slide/slide_10/arrow.png) center center no-repeat
}

.carousel_content .box .right_arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 39px;
    width: 100%
}

.carousel_content .box .right_arrow::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 39px;
    width: 39px;
    transform: rotate(270Deg);
    background: url(../img/slide/slide_10/arrow.png) center center no-repeat
}

.carousel_content .box .right_arrow::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 39px;
    width: 39px;
    transform: rotate(180Deg);
    background: url(../img/slide/slide_10/arrow.png) center center no-repeat
}

.carousel_content .box p {
    text-align: center
}

.carousel_content .logo_2 {
    max-width: 150px
}

.carousel_content .esri_india {
    text-align: center
}

.carousel_content .esri_india a {
    display: block
}

.carousel_content .esri_india a img {
    margin: 0 0 10px 30px
}

.carousel_content .esri_india a p {
    margin-left: 20px;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    background: #2534b3;
    border-radius: 20px
}

@media screen and (max-width:767px) {
    .carousel_content .logo_1 {
        margin: 10px
    }

    .carousel_content .esri_india,
    .carousel_content .esri_world>a>p {
        display: none
    }

    .carousel_content .esri_world .box {
        display: block
    }

    .carousel_content .esri_world h1 {
        height: 28px;
        font-size: 20px
    }

    .carousel_content .esri_world h3 {
        height: 28px;
        font-size: 20px;
        font-size: 20px;
        height: 30px
    }

    .carousel_content .esri_world p {
        font-size: 12px
    }
}

@media screen and (max-width:950px) and (orientation:landscape) {
    .carousel_content .logo_1 {
        margin-top: 20px
    }

    .carousel_content .esri_india>a>p,
    .carousel_content .esri_world>a>p {
        display: none
    }

    .carousel_content .esri_world h1 {
        height: 40px;
        font-size: 30px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .carousel_content .logo_1 {
        margin-top: 20px
    }

    .carousel_content .esri_india>a>p,
    .carousel_content .esri_world>a>p {
        display: none
    }

    .carousel_content .esri_world h1 {
        height: 40px;
        font-size: 30px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .carousel_content .logo_1 {
        margin-top: 20px
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .carousel_content .logo_1 {
        margin-top: 10vh
    }
}

@media screen and (min-width:1600px) {

    .carousel_content .esri_india a p,
    .carousel_content .esri_world a p {
        font-size: 16px;
        line-height: 26px
    }
}

.over_view {
    background-image: url(../img/over_view_bg.png);
    background-size: cover
}

.ist_video_block {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1000;
    margin-top: 20px;
    overflow: visible !important
}

.box-desing {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1
}

.video_button {
    width: 75px;
    height: 75px;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    right: 0;
    background: #49cfce;
    border-radius: 100%;
    position: absolute
}

.video_button i {
    color: #fff;
    font-size: 22px
}

.ist_model {
    background: rgba(0, 0, 0, .8) !important
}

.ist_model .modal-dialog {
    margin-top: 10%;
    z-index: 100000
}

@media (min-width:768px) {

    #product h5,
    .industires_block h5,
    .strength_para,
    .title_industries h3,
    .title_value h3 {
        text-align: center
    }
}

.industires {
    background-image: url(../img/bg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1000
}

.industries_list .row {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center
}

.industries_list .row figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

.industries_list .row figure img {
    position: relative;
    display: block;
    opacity: .9
}

.industries_list .row figure figcaption {
    padding: 15px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.industries_list .row figure figcaption::after,
.industries_list .row figure figcaption::before {
    pointer-events: none
}

.industries_list .grid figure figcaption>a,
.industries_list .row figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.industries_list .row figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.industries_list .row figure h2 {
    word-spacing: -.15em;
    font-weight: 300
}

.industries_list .row figure h2 span {
    font-weight: 800
}

.industries_list .row figure h2,
.industries_list .row figure p {
    margin: 0
}

.industries_list .grid figure p {
    letter-spacing: 1px
}

.industries_list .row figure.effect-ming {
    background: #030c17
}

.industries_list .row figure.effect-ming img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.industries_list .row figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
    padding: 10px
}

.industries_list .row figure.effect-ming h3 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    font-size: 20px;
    font-weight: 700
}

.industries_list .row figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.industries_list .row figure.effect-ming:hover h2 {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    margin: 20% 0 5px 0
}

.industries_list .row figure.effect-ming:hover figcaption::before,
.industries_list .row figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.industries_list .row figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0)
}

.industries_list .row figure.effect-ming:hover img {
    opacity: .4
}

.title_overview p {
    font-size: 17px
}

.service_section_container {
    position: relative;
    padding: 30px 0 30px 0
}

.service_section_container .service_block {
    position: relative
}

.service_section_container .service_block:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 260px;
    top: 12px;
    right: -4px
}

.service_section_container .service_block:last-child:before {
    display: none
}

.service_section .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
    transition: all .5s ease
}

.service_section .inner-box:hover {
    transform: translateY(-20px);
    z-index: 999
}

.service_section .inner-box .image-box {
    position: relative;
    width: 200px;
    height: 221px;
    margin: 0 auto;
    transform: scale(.6)
}

.service_section .inner-box .image-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    box-shadow: 0 40px 150px 70px rgba(0, 0, 0, .4);
    transition: all .5s ease
}

.service_section .inner-box .image-box .bg-pattern {
    position: absolute;
    left: -4px;
    top: 12px;
    right: 0;
    width: 200px;
    height: 221px;
    background-repeat: no-repeat;
    transition: all .5s ease
}

.service_section .inner-box .image-box .overlay-pattern {
    position: absolute;
    left: -4px;
    top: 12px;
    right: 0;
    width: 200px;
    height: 221px;
    transform: translateY(30px);
    background-repeat: no-repeat;
    transition: all .5s ease;
    opacity: 0
}

.service_section .inner-box:hover .image-box .overlay-pattern {
    opacity: 1;
    transform: translateY(0)
}

.service_section .inner-box .image-box .image img {
    position: relative;
    height: 140px;
    width: auto;
    z-index: 1
}

.service_section h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

.service_section a {
    color: #1d165c
}

.service_section .inner-box .lower-content h3 {
    margin-bottom: 7px
}

.service_section .inner-box .lower-content .text {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 5px;
    transform: translateY(15px);
    transition: all .5s ease
}

.service_section .inner-box:hover .lower-content .text {
    opacity: 1;
    transform: translateY(0)
}

.service_section .inner-box .lower-content .text p {
    margin-bottom: 0
}

.service_section .bg-pattern {
    background-image: url(../img/services/icon-bg-1.png);
    background-size: contain
}

.service_section .overlay-pattern {
    background-image: url(../img/services/icon-bg-2.png);
    background-size: contain
}

.clients {
    background-repeat: repeat-x;
    background-position: 0 -10px
}

.clients .dot_img {
    top: -250px
}

#client .item {
    padding: 20px 25px
}

.clients_logo {
    width: 250px !important;
    height: auto;
    margin: 30px 0;
    margin: 0 auto
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .02)
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300
}

.testimonial-name {
    padding: 9px 35px;
    color: #fff;
    font-size: inherit;
    font-style: italic
}

#customers-testimonials .item p {
    padding: 25px;
    display: block
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

#customers-testimonials .item p {
    font-size: inherit;
    text-align: left;
    padding: 0 2em
}

#customers-testimonials .owl-nav {
    top: 40%;
    color: #fff;
    position: absolute;
    font-size: 62px;
    width: 100%;
    opacity: 1
}

#customers-testimonials .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 3px
}

.owl-carousel .owl-item .shadow-effect img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190e7;
    transform: translate3d(0, -50%, 0) scale(.7)
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190e7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px
}

#product {
    background: url(../img/bg_2.png);
    background-size: cover;
    background-attachment: fixed
}

.product_page_banner {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(33, 176, 179, 0) 0, rgba(33, 176, 179, 0) 1%, rgba(33, 176, 179, .95) 43%, #21b0b3 45%);
    background: -webkit-linear-gradient(top, rgba(33, 176, 179, 0) 0, rgba(33, 176, 179, 0) 1%, rgba(33, 176, 179, .95) 43%, #21b0b3 45%);
    background: linear-gradient(to bottom, rgba(33, 176, 179, 0) 0, rgba(33, 176, 179, 0) 1%, rgba(33, 176, 179, .95) 43%, #21b0b3 45%);
    display: block
}

.product_banner_text {
    display: block;
    width: 100%;
    font-family: Oxygen, sans-serif;
    text-shadow: 0 10px 8px rgba(0, 0, 0, .5);
    letter-spacing: 1px;
    font-weight: 700
}

.product_banner_block {
    width: 100%;
    align-items: center !important;
    margin-top: 98px;
    position: relative
}

.product_banner_block:before {
    content: "";
    width: 120%;
    position: absolute;
    border-color: #fff;
    border-width: 3.5px;
    border-style: dotted solid;
    top: 60px;
    left: -10px;
    border-bottom: none;
    border-left: none;
    border-right: none
}

.product_banner_block div {
    border-radius: 100%;
    box-sizing: border-box;
    width: 125px;
    height: 125px;
    background: #fff;
    position: relative;
    align-items: center;
    padding: 37px 5px;
    z-index: 1000
}

.product_banner_block div:before {
    content: '';
    width: 135px;
    height: 135px;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border: #fff dotted 2px;
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: 0;
    right: 0;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    z-index: -1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.product_banner_block div:hover:before {
    -webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1) both;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.product .large_title {
    z-index: 3
}

.pro_icon1 {
    width: 220px !important;
    height: auto !important;
    padding: 10px 20px
}

.pro_icon2 {
    width: 200px !important;
    height: auto !important;
    padding: 10px 20px
}

.pro_icon3 {
    width: 150px !important;
    height: auto !important;
    padding: 10px 20px
}

.pro_icon31 {
    width: 160px !important;
    height: auto !important;
    padding: 10px 20px
}

.pro_icon4 {
    width: 190px !important;
    height: auto !important;
    padding: 10px 20px
}

.pro_icon5 {
    width: 200px !important;
    height: auto !important;
    padding: 10px 20px
}

.pro_icon6 {
    width: 200px !important;
    height: auto !important;
    padding: 10px 20px
}

.product_list {
    list-style: none
}

.product_list>li:before {
    content: "\f105";
    position: absolute;
    font-family: fontawesome;
    left: 25px;
    font-weight: 700
}

.product_list {
    padding: 15px 30px
}

.product_list li {
    font-size: 16px !important;
    font-weight: 400 !important
}

#strength {
    background: url(../img/bg_5.png) no-repeat;
    background-position: 0 60%;
    background-attachment: fixed
}

#value {
    background: url(../img/bg_3.png);
    background-size: cover;
    background-attachment: fixed
}

.professional {
    background: url(../img/page_banner/professional.png);
    background-size: cover;
    background-position: 50%
}

.cloud {
    background: url(../img/page_banner/cloud.png);
    background-size: cover;
    background-position: 50%
}

.servicesp {
    box-shadow: 2px 3px 10px 1px #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom: 2px solid #00fee7
}

.servicesp p {
    padding: 1em
}

.servicesp img {
    padding: 0;
    text-align: center
}

.servicesp .icons {
    border-radius: 10px 0 0 10px
}

.value_head_text {
    height: 75px;
    font-size: 20px
}

.video_model .modal-dialog {
    max-width: 55%;
    margin: 120px auto;
    z-index: 9999999999
}

.video_model .modal-content {
    border: #fff solid 5px
}

.video_model .modal_close {
    background: #fff !important;
    padding: 1px 4px !important;
    color: #000 !important;
    font-weight: 700 !important
}

.video_model .close {
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

@media (max-width:576px) {
    .video_model .modal-dialog {
        max-width: 85%;
        margin: 150px auto
    }
}

.video_model .modal-body {
    position: relative;
    padding: 0
}

.blog,
.events,
.news {
    position: relative
}

.blog img {
    width: 100%
}

.cover_blog,
.cover_events,
.cover_news {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.cover_news {
    background: rgba(92, 148, 198, .2)
}

.cover_events {
    background: rgba(73, 207, 206, .2)
}

.cover_blog {
    background: rgba(234, 218, 215, .2)
}

.new_eve_blog_know {
    bottom: 3px;
    width: 105%
}

.footer-distributed {
    background-color: #042552;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 16px sans-serif;
    border-top: #00fee7 solid 4px;
    padding: 5px 10px;
    color: #fff
}

#footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f8f9fa45
}

.footer-distributed .footer-icons {
    margin-top: 25px
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px
}

.footer-distributed a {
    color: #fff
}

.footer-distributed a:hover {
    color: #49cfce
}

.footer_links li {
    padding: 2px 6px;
    margin-right: -6px;
    border-right: #fff solid 1px
}

.footer_links li:nth-child(6) {
    border-right: none
}

.qu-code {
    width: 100px;
    height: auto;
    position: absolute;
    right: 0;
    top: -80px;
    border: #fff solid 2px;
    border-radius: 10px;
    z-index: 99999999;
    background-image: linear-gradient(90deg, #6717cd 0, #2871fa 100%);
    background-image: -moz-linear-gradient(90deg, #6717cd 0, #2871fa 100%);
    background-image: -webkit-linear-gradient(90deg, #6717cd 0, #2871fa 100%);
    background-image: -ms-linear-gradient(90deg, #6717cd 0, #2871fa 100%)
}

.footer_link_sec {
    display: block
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 50000;
    background-color: #49cfce !important;
    color: #fff !important
}

#inner_banner {
    height: 320px !important;
    background-size: cover;
    background-position: 50%
}

.geo {
    background: url(../img/page_banner/geo.png)
}

.geo2 {
    background: url(../img/page_banner/geo2.png)
}

.geo3 {
    background: url(../img/page_banner/geo3.png)
}

.geo4 {
    background: url(../img/page_banner/geo4.png)
}

.geo5 {
    background: url(../img/page_banner/geo5.png)
}

.webapp {
    background: url(../img/page_banner/web.png);
    background-size: cover;
    background-position: 50%
}

.mobpp {
    background: url(../img/page_banner/mob.png)
}

.appintel {
    background: url(../img/page_banner/app.png)
}

.robo {
    background: url(../img/page_banner/robo.png)
}

.casestudy {
    background: url(../img/page_banner/case.png)
}

.product {
    background: url(../img/page_banner/product.png)
}

.career_ban {
    background: url(../img/page_banner/careers.png)
}

.aboutus_ban {
    background: url("../img/page_banner/about-us.jpg")
}
.blog_ban {
    background: url("../img/page_banner/blog.jpg")
}
.training_ban {
    background: url("../img/page_banner/training-capacity.jpg");
}



.ceo_ban {
    background: url("../img/page_banner/ceo-msg.jpg")
}

.uc2023_ban {
    background: url("../img/esriuc2023.png")
}

.whoweare_ban {
    background: url("../img/page_banner/who-we-are.jpg")
}
.utility_network_ban {
    background: url(../img/page_banner/utility_network.jpg)
}

.contact {
    background: url(../img/page_banner/contact.png)
}

.news {
    background: url(../img/page_banner/news.png)
}

.events {
    background: url(../img/page_banner/event.png)
}

.videos {
    background: url(../img/page_banner/video.jpg)
}

.ai {
    background: url(../img/page_banner/ai.png)
}

.esri_2020_ban {
    background: url(../img/page_banner/esri_2020.jpg)
}


.certi {
    background: url("../img/page_banner/certi.jpg")
}

#contact {
    background-position: 0 60%;
    background-attachment: fixed
}

#contact .large_title {
    top: 10px !important;
    left: calc(75% - 42%)
}

.contact_inner_banner {
    margin-top: 20px
}

.addres_h {
    min-height: 360px
}

.addres_h p {
    font-size: 14px !important
}

.flags {
    width: 75px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px
}

.mobile_indian {
    display: none
}

.india_only_desktop {
    display: block
}

.contect_section .flag_block {
    position: absolute;
    top: -35px;
    left: 30px;
    width: 275px;
    padding: 15px 30px 10px 30px;
    border-top: none;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    clear: both;
    background: #1c4670;
    color: #fff;
    z-index: 999;
    display: inline-block;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, .5)
}

.contect_section .flag_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: transparent transparent #6fa1d2 transparent;
    z-index: -1
}

.flag_block_uae {
    left: 30px !important
}

.flag_block.india_only_desktop {
    left: 70% !important
}

.communication_block {
    min-height: 120px;
    height: auto;
    width: 100%
}

@media screen and (max-width:1023px) {
    .addres_h {
        min-height: 340px
    }

    .communication_block {
        min-height: 60px;
        height: auto;
        width: 100%
    }
}

.product .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px
}

.product .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #4d4d4d;
    width: 100%
}

.product .nav-tabs .nav-link:hover {
    color: #fff !important
}

.product .nav-tabs .nav-link.active {
    color: #dbf5f0 solid 1px;
    border: #dbf5f0 solid 1px
}

.product .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 35px
}

.product .tab-content>.active {
    display: block;
    background: #fff;
    min-height: 350px
}

.product .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    padding-right: 0;
    margin-top: 60px
}

.ist_product_content {
    border-left: #dbf5f0 solid 1px
}

.product_title_pan {
    padding: 25px 0 !important
}

.product_icon {
    width: 200px;
    height: auto;
    border: #fff solid 3px;
    background: #fff
}

.product_link {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.braein .ist_list {
    margin: 35px 0;
    padding: 0
}

.effect-layla figcaption {
    padding: 3em
}

.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.effect-layla p {
    text-transform: none;
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.effect-layla h2,
.effect-layla img {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

.effect-layla figcaption::after,
.effect-layla figcaption::before,
.effect-layla img,
.effect-layla p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.effect-layla:hover img {
    opacity: .7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect-layla:hover figcaption::after,
.effect-layla:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.effect-layla:hover h2,
.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect-layla:hover figcaption::after,
.effect-layla:hover h2,
.effect-layla:hover img,
.effect-layla:hover p {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.Ist_videos_block {
    width: 100%;
    min-height: 240px
}

.video_title_block {
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 5px;
    max-height: 40px;
    font-weight: 700 !important;
    background: #49cfcf;
    background: -moz-linear-gradient(top, #49cfcf 0, #fff 98%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #49cfcf), color-stop(93%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #49cfcf 0, #fff 98%, #fff 100%);
    background: -o-linear-gradient(top, #49cfcf 0, #fff 98%, #fff 100%);
    background: -ms-linear-gradient(top, #49cfcf 0, #fff 98%, #fff 100%);
    background: linear-gradient(to bottom, #49cfcf 0, #fff 98%, #fff 100%)
}

.careers .aside {
    background-image: url(../img/bg_7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -160px
}

.career_img {
    margin-top: 0;
    Margin-left: 30px
}

.usecase li {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
    border-bottom: 1px solid #dee2e6;
    position: relative
}

.usecase li:last-child {
    border-bottom: none
}

.usecase li a {
    color: #4d4d4d;
    padding: 9px 29px !important;
    text-decoration: none;
    display: block;
    width: 100%
}

.usecase li a:before {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 15px;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 10px
}

.career-dis-left {
    border-right: 1px solid #dee2e6
}

.career-dis-left .ist_list {
    padding: 0
}

.career-dis-left .ist_list li {
    padding: 0 !important
}

.usecase li a.active,
.usecase li:hover {
    background: #49cfce;
    color: #fff !important;
    border-bottom: #dbf5f0 solid 1px !important;
    text-decoration: none
}

.ist_career_tab li.active a,
.usecase li a:hover {
    color: : #fff
}

.ist_career_tab li {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
    border-bottom: 1px solid #dee2e6
}

.ist_career_tab li a {
    color: #4d4d4d;
    padding: 9px 26px !important;
    text-decoration: none;
    display: block;
    width: 100%
}

.ist_career_tab li a:before {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 15px;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 10px
}

.career-dis-left {
    border-right: 1px solid #dee2e6
}

.career-dis-left .ist_list {
    padding: 0
}

.career-dis-left .ist_list li {
    font-weight: 400;
    padding: 0 !important
}

.ist_career_tab li a.active {
    background: #49cfce;
    color: #fff !important;
    border-bottom: #49cfce solid 1px !important;
    text-decoration: none
}

.hvr-icon-forward.active {
    background: #49cfce;
    color: #fff !important;
    border-bottom: #49cfce solid 1px !important;
    text-decoration: none
}

.ist_career_tab li a:hover,
.ist_career_tab li.active a {
    color: : #fff
}

.event_tab_block {
    background: #ededed
}

.event_tab_block #nav-tab a {
    color: #4d4d4d;
    padding: 15px !important;
    text-decoration: none;
    font-weight: 700;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0, #fff 89%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #dbdbdb), color-stop(89%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #dbdbdb 0, #fff 89%, #fff 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #fff 89%, #fff 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #fff 89%, #fff 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #fff 89%, #fff 100%)
}

.event_tab_block #nav-tab .nav-link.active {
    background: #49cfcf;
    background: -moz-linear-gradient(top, #49cfcf 0, #fff 93%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #49cfcf), color-stop(93%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #49cfcf 0, #fff 93%, #fff 100%);
    background: -o-linear-gradient(top, #49cfcf 0, #fff 93%, #fff 100%);
    background: -ms-linear-gradient(top, #49cfcf 0, #fff 93%, #fff 100%);
    background: linear-gradient(to bottom, #49cfcf 0, #fff 93%, #fff 100%)
}

.event_tab_content {
    border-left: #dee2e6 solid 1px;
    border-right: #dee2e6 solid 1px;
    border-bottom: #dee2e6 solid 1px
}

.case_list {
    padding-left: 0 !important
}

.more_indu {
    display: block
}

.more_indu li {
    padding: 10px 20px
}

.more_indu_mobile {
    display: none
}

@media (max-width:576px) {
    .section-py {
        padding-top: var(--ist-space_70);
        padding-bottom: var(--ist-space_70)
    }

    .large_title {
        display: none
    }

    .page_title {
        font-size: 25px !important;
        padding: 13px 0;
        margin-bottom: 0 !important
    }

    .ist_logo {
        width: 150px;
        height: auto
    }

    .ist_navbar_nav {
        width: 100% !important;
        max-height: 320px;
        overflow-y: auto
    }

    .ist-nav-link,
    .social_list li a {
        padding: 0 7px 7px 7px !important
    }

    .m_text_justify {
        text-align: justify !important
    }

    .ist_indicators.carousel-indicators {
        right: 0 !important;
        bottom: 0;
        z-index: 15;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        flex-direction: row;
        width: 100%;
        left: 0
    }

    .ist_indicators.carousel-indicators li {
        width: 5px;
        height: 2px
    }

    .ist_model .modal-dialog {
        z-index: 100000
    }

    .catlog {
        display: none
    }

    .product_link {
        position: relative;
        bottom: 10px;
        width: 100%
    }

    .value_head_text {
        height: auto !important
    }

    #footer {
        margin-top: 10px
    }

    .footer_logo {
        width: 187px;
        margin-top: 15px;
        height: auto;
        margin: 0 auto
    }

    .qu-code {
        width: 90px;
        height: auto;
        position: absolute;
        right: 0;
        top: -70px;
        left: calc(50% - 45px);
        border: var(--ist_darkblue_clo) solid 5px;
        border-radius: 10px;
        background: var(--ist_darkblue_clo)
    }

    .footer_link_sec {
        display: none
    }

    .career_img {
        width: 250px;
        height: auto;
        margin: 0 auto;
        margin-top: 0;
        margin-left: 50px
    }

    .addres_h p {
        font-size: 13px !important
    }

    .contact_inner_banner {
        margin-top: 90px;
        height: 350px !important
    }

    .geo_banner_owl {
        margin-top: 75px !important
    }

    .more_indu {
        display: none
    }

    .more_indu_mobile {
        display: block
    }

    .ai,
    .appintel,
    .career_ban,
    .casestudy,
    .contact,
    .events,
    .geo,
    .mobpp,
    .news,
    .product,
    .robo,
    .videos,
    .webapp {
        background-position: 50%
    }

    #inner_banner {
        height: 125px !important;
        margin-top: 75px !important
    }

    .top_box h3 {
        background: #32cdbf;
        position: absolute;
        top: -35px;
        width: 100% !important;
        right: 0;
        padding: 20px 20px !important;
        line-height: 25px;
        font-size: 1.3em;
        text-align: center
    }

    .Ist_videos_block {
        width: 100%;
        min-height: 175px !important
    }

    .video_title_block h5 {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .qu-code {
        display: none
    }

    .large_title {
        font-size: 55px !important;
        left: 10px !important;
        top: 15px !important
    }

    .ist-nav {
        height: 80px
    }

    .social_list {
        padding: 5px 0
    }

    .ist_navbar_collapse .ist_navbar_nav {
        Width: 100%;
        background: #1c4670 !important;
        padding: 10px 10px 30px 10px
    }

    .ist-nav-link,
    .ist_dropdown a,
    .social_list li a {
        font-weight: 400;
        font-size: 15px
    }

    .ist_indicators.carousel-indicators {
        right: 0 !important;
        bottom: 0;
        z-index: 15;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        flex-direction: row;
        width: 100%;
        left: 0
    }

    .ist_indicators.carousel-indicators li {
        width: 5px;
        height: 2px
    }

    .product_text p {
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto !important
    }

    .value_head_text {
        height: auto !important
    }

    .footer_link_sec {
        display: none
    }

    .news_block .carousel-item,
    .news_block.carousel-inner {
        height: 1000px !important;
        padding-bottom: 100px
    }

    .more_indu {
        display: none
    }

    .more_indu_mobile {
        display: block
    }

    .ai,
    .appintel,
    .career_ban,
    .casestudy,
    .contact,
    .events,
    .geo,
    .mobpp,
    .news,
    .product,
    .robo,
    .videos,
    .webapp {
        background-position: 50%
    }

    .rob_img3 {
        display: none
    }

    .Ist_videos_block {
        width: 100%;
        min-height: 190px
    }

    .video_title_block h5 {
        font-size: 14px
    }

    .owl-carousel button.owl-dot {
        padding: 2px !important;
        margin: 0 2px !important
    }
}

@media screen and (max-width:991px) {
    .navbar>div {
        position: relative
    }

    .ist_navbar_collapse {
        position: absolute;
        top: 60px;
        right: 0;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width:320px) and (max-width:850px) and (orientation:landscape) {
    .industries_list .row figure.effect-ming p a {
        font-size: 17px;
        position: relative;
        top: -15px
    }

    .ist_navbar_collapse .ist_navbar_nav {
        overflow-y: scroll;
        height: calc(100vh - 100px)
    }

    .ist-nav-link,
    .social_list li a {
        padding: 4px !important
    }
}

@media (max-width:992px) {
    .section-py {
        padding-top: var(--ist-space_70);
        padding-bottom: var(--ist-space_70)
    }

    .large_title {
        display: none
    }

    .page_title {
        font-size: 29px;
        padding: 13px 0;
        margin-bottom: 0 !important
    }

    .ist-nav {
        height: 80px
    }

    .social_list {
        padding: 5px 0
    }

    .ist_navbar_collapse .ist_navbar_nav {
        Width: 50%;
        background: #1c4670 !important;
        padding: 10px 10px 30px 10px
    }

    .industries_list .row figure.effect-ming:hover h2 {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        margin: 7% 0 5px 0;
        font-size: 18px;
        font-weight: 600px
    }

    .industries_list .row figure.effect-ming p a {
        font-size: 17px
    }

    .industries_list .row figure.effect-ming p {
        padding: .5em;
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    .value_head_text {
        height: auto !important
    }

    .pdf-btn {
        background: #114588;
        background: -moz-linear-gradient(top, #114588 0, #2a70c6 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, #114588), color-stop(100%, #2a70c6));
        background: -webkit-linear-gradient(top, #114588 0, #2a70c6 100%);
        background: -o-linear-gradient(top, #114588 0, #2a70c6 100%);
        background: -ms-linear-gradient(top, #114588 0, #2a70c6 100%);
        background: linear-gradient(to bottom, #114588 0, #2a70c6 100%);
        border-radius: 5px;
        color: #fff;
        float: right;
        font-size: 10px;
        font-weight: 700;
        margin-top: -11px;
        padding: 5px 20px;
        text-align: right;
        position: absolute;
        right: 10px;
        width: 100px;
        height: 40px;
        top: 30px;
        z-index: 500
    }

    .product_text p {
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 140px
    }

    .product_page_banner {
        display: none !important
    }

    .mobile_indian {
        display: block
    }

    .india_only_desktop {
        display: none !important
    }

    .flag_block_uae {
        right: 50px !important
    }

    #news_pan .carousel-inner {
        padding-bottom: 25px
    }

    .more_indu {
        display: none
    }

    .more_indu_mobile {
        display: block
    }

    .ai,
    .appintel,
    .career_ban,
    .casestudy,
    .contact,
    .events,
    .geo,
    .mobpp,
    .news,
    .product,
    .robo,
    .videos,
    .webapp {
        background-position: 50%
    }
}

@media (max-width:1200px) {
    .section-py {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .large_title {
        display: none
    }

    .page_title {
        font-size: 29px;
        padding: 13px 0;
        margin-bottom: 0 !important
    }

    .ist-nav {
        height: 80px;
        background: #114588 !important
    }

    .carousel,
    .carousel-item {
        height: auto !important
    }

    .carousel {
        margin-top: 10px
    }

    .carousel-caption:after,
    .carousel-caption:before {
        content: ""
    }

    .carousel-caption {
        font-size: 16px;
        font-weight: 700;
        padding: 10px
    }

    .value_head_text {
        height: auto
    }

    .news_block .carousel-item,
    .news_block.carousel-inner {
        height: auto !important;
        padding-bottom: 100px
    }

    .pdf-btn {
        color: #fff;
        float: right;
        margin-top: -11px;
        padding: 5px 20px;
        text-align: right;
        position: absolute;
        right: 50px;
        top: 16px;
        z-index: 500
    }

    .product_text p {
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 120px
    }

    .ai,
    .appintel,
    .career_ban,
    .casestudy,
    .contact,
    .events,
    .geo,
    .mobpp,
    .news,
    .product,
    .robo,
    .videos,
    .webapp {
        background-position: 50%
    }

    .geo_banner_owl {
        margin-top: 75px !important
    }

    .Ist_videos_block {
        width: 100%;
        min-height: 250px
    }

    .video_title_block h5 {
        font-size: 12px
    }
}

@media screen and (max-width:850px) and (orientation:landscape) {
    header .carousel {
        margin-top: 80px
    }

    .section-py {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width:850px) and (orientation:portrait) {
    header .carousel {
        margin-top: 80px
    }

    .section-py {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    header .carousel {
        margin-top: 80px
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) and (orientation:portrait) and (orientation:landscape) {
    .section-py {
        padding-top: 30px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .formlogoSection>.logoimage {
        max-width: 100% !important;
        height: auto !important
    }
}

.ist_text_lj {
    text-align: justify !important
}

@media (max-width:576px) {
    .ist_text_lj {
        text-align: left !important
    }

    .carousel {
        margin-top: 10px;
        margin-bottom: 0
    }

    .addres_h {
        min-height: 310px
    }

    button.close {
        margin: -7% -7% !important
    }

    .ist_model .modal-dialog {
        margin-top: 30%;
        z-index: 100000
    }
}

@media (min-width:577px) and (max-width:1023px) {
    .ist_model .modal-dialog {
        margin-top: 30%;
        z-index: 100000
    }

    button.close {
        margin: -7% -7% !important
    }
}

@media (width:1024px) {
    .social {
        display: none
    }
}

@media (min-width:1200px) {
    .modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem
    }
}

@media (min-width:768px) {
    #news_pan .carousel-inner {
        height: 100% !important;
        padding-bottom: 100px
    }
}

.card h5 {
    font-size: 15px
}

@media screen and (min-width:992px) {
    .predictive {
        max-width: 650px
    }

    .datascience {
        padding: 1em;
        max-width: 700px
    }
}

.sidebar__inner .casestudies .list-group-item {
    width: 100%;
    height: 50px;
    display: table;
    padding: 0 1.25rem 0 50px
}

.sidebar__inner .casestudies .list-group-item a {
    display: table-cell;
    line-height: 18px;
    height: 100%;
    color: #343a40;
    font-weight: 700;
    margin: 0;
    vertical-align: middle
}

.sidebar__inner .casestudies .list_items {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ccc
}

.sidebar__inner .casestudies .list_items:hover {
    background: #49cfce;
    box-shadow: 2px 3px 10px #ccc
}

.sidebar__inner .casestudies .list_items a:hover {
    text-decoration: none
}

.sidebar__inner .casestudies .list_items:before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 8px;
    width: 30px;
    box-shadow: 2px 3px 10px #ccc;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    top: 8px
}

.sidebar__inner .casestudies .list_items.list1:before {
    background: url('../img/solutions/casestudies/Building Enterprise GIS System.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list2:before {
    background: url('../img/solutions/casestudies/Field Survey and Assessment.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list3:before {
    background: url('../img/solutions/casestudies/Mobile Field Inspection Solution.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list4:before {
    background: url('../img/solutions/casestudies/Field Inspection Solution for Utility.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list5:before {
    background: url('../img/solutions/casestudies/Special Olympics World Games.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list6:before {
    background: url('../img/solutions/casestudies/Live Birds Tracking Application.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list7:before {
    background: url('../img/solutions/casestudies/GIS Foundation Services for Utility.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list8:before {
    background: url('../img/solutions/casestudies/Basket Ball Sports Analytics.png') center center no-repeat;
    background-size: contain
}

.sidebar__inner .casestudies .list_items.list9:before {
    background: url('../img/solutions/casestudies/Enterprise GIS System for Food Control Authority.png') center center no-repeat;
    background-size: contain
}

.bg2 {
    border-right: 5px solid #49cfce !important;
    background-image: -moz-linear-gradient(-139deg, #ecedea 0, #f8f8f6 50%, #dcdbd8 100%);
    background-image: -webkit-linear-gradient(-139deg, #ecedea 0, #f8f8f6 50%, #dcdbd8 100%);
    background-image: -ms-linear-gradient(-139deg, #ecedea 0, #f8f8f6 50%, #dcdbd8 100%);
    border-radius: 10px;
    padding: 5px;
    border-radius: 10px;
    padding: 5px
}

.bg2 img {
    border-radius: 6px 6px 0 0
}

.bg {
    padding: 10px 3em 10px;
    border-radius: 15px;
    border: 3px dotted #ccc
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    display: table
}

.nav-tabs {
    background-color: #ccc
}

.nav-tabs li {
    width: 33.333%
}

.nav-tabs li a {
    line-height: 18px;
    text-align: center;
    padding: 5px 8px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    transition: .5s ease-in-out
}

.nav-tabs .nav-item a:hover {
    background-color: #49cfce;
    color: #fff;
    transition: .5s ease-in-out
}

.form-iframe {
    height: 611px !important
}

.jumbotron {  color: white;
  
  height: 100vh;
	position: relative;
	padding-right: 15px;
    padding-left: 15px;
	width: 100vw;
}

.jumbotron .container{ position: absolute; 
  top: 75%;
  transform: translateY(-65%);
padding-right: 15px;
    padding-left: 30px;
	max-width: 98%;
	 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
}

.geo-spat-sol{
	background-image: url("../img/geo-spat-bg.jpg");
 
	
}

.gis-app-dev{
background-image: url("../img/gis-app-dev-bg.jpg");
	
}

.utility-net{
background-image: url("../img/utility-net-bg.jpg");
	
}

.gis-cons{
background-image: url("../img/gis-cosn-bg.jpg");
	
}

.gis-impl{
background-image: url("../img/gis-impl-bg.jpg");
	
}

.app-int-serv{
background-image: url("../img/app-int-serv-bg.jpg");
	
}
.web-mobile-app{
background-image: url("../img/web-mobile-app-bg.jpg");
	
}

.prof-serv{
background-image: url("../img/prof-serv-bg.jpg");
	
}

.cloud-infra-serv{
background-image: url("../img/cloud-infra-serv-bg.jpg");
	
}

.btn-hero{background-color: #DCDCDC; padding:.5rem 1rem; color:#333333; font-size: 1.2rem; border:none; border-radius:0px;}

.jumbotron h1{font-family: 'Segoe UI' !important; font-weight: 900 !important}

@media screen and (max-width:767px) and (orientation:landscape) {
    .over_view a {
        display: block;
        text-align: center
    }

    #inner_banner {
        height: 260px !important
    }
}

@media screen and (max-width:767px) {
    .nav-tabs li {
        width: 33.333%;
        border: 1px solid #fff;
        border-radius: 0;
        height: 50px
    }

    .nav-tabs li a {
        padding: 5px;
        font-size: 11px;
        line-height: 18px;
        min-height: 50px;
        height: auto
    }

    .nav-tabs .nav-link.active {
        background-color: #114588 !important;
        color: #fff;
        height: 50px;
        display: table-cell;
        vertical-align: middle
    }

    .industries_list .row figure.effect-ming:hover figcaption::before {
        display: none
    }

    .form-iframe {
        height: 670px !important
    }
}

@media screen and (min-width:1200px) {
    .form-iframe {
        height: 632px !important
    }
}

@media screen and (min-width:1400px) {
    .form-iframe {
        height: 654px !important
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .over_view .view_catalog {
        top: 35px !important
    }
}

@media screen and (min-width:768px) and (max-width:1200px) (orientation:portrait) {
    .gsr .nav-tabs li {
        width: 33.333%
    }

    .gsr .nav-tabs li a {
        min-height: 30px
    }

    .gsr .nav-tabs .nav-link .active {
        min-height: 30px
    }

    .gsr .nav-tabs .nav-link.active {
        background-color: #114588 !important;
        color: #fff;
        min-height: 45px;
        height: auto
    }
}

@media screen and (min-width:1200px) {
    .gsr .nav-tabs li {
        width: 16.666%;
        border-right: 1px solid #fff;
        border-radius: 0 !important
    }
}

.gsr .nav-tabs .nav-link.active {
    background-color: #114588 !important;
    color: #fff;
    height: 50px;
    display: table-cell;
    vertical-align: middle
}

.gis {
    border: 1px solid #114588;
    border-radius: 0 0 10px 10px;
    padding: 1em
}

.geos .gisimg,
.gis .gisimg,
.sdi .gisimg {
    width: 60px;
    border: 5px solid #fff;
    box-shadow: 2px 3px 10px #d2d2d2;
    border-radius: 10px
}

.geos2 .gisimg2,
.geos3 .gisimg2,
.gis .gisimg2 {
    border: 5px solid #fff;
    box-shadow: 2px 3px 10px #d2d2d2;
    border-radius: 10px
}

.geolist .gislist,
.gma .gislist {
    box-shadow: 2px 3px 10px #d2d2d2;
    border-radius: 10px;
    padding: 10px 30px
}

@media screen and (min-width:992px) {
    .gis .situation {
        width: 80%
    }

    .gistabs {
        position: relative;
        max-height: 950px;
        overflow-y: auto
    }

    .bgi {
        position: relative
    }

    .bgi:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        opacity: .5;
        height: 100%;
        background: url(../img/solutions/bg.png) bottom center no-repeat;
        background-size: cover
    }
}

@media screen and (max-width:1023px) and (min-width:850px) {
    .iso_logo_block {
        top: 100px
    }
}

.clients .owl-carousel .item-image {
    z-index: 99999
}

.clients .owl-carousel .item-image img {
    position: relative;
    border: 5px solid #fff;
    padding: 2px;
    z-index: 99999;
    border-radius: 10px
}

.clients .owl-carousel .item {
    padding: 1em;
    color: #fff
}

.clients .owl-carousel .item-text {
    padding: 1em;
    background: #fff;
    z-index: -10;
    margin-top: -50px;
    padding: 4em 5px 0 5px;
    border-radius: 20px;
    min-height: 200px;
    color: #111
}

#customers-testimonials .item p {
    font-size: 18px !important;
    text-align: center;
    padding: 0 5px
}

@media screen and (min-width:360px) and (max-width:740px) and (orientation:landscape) {
    .clients .page_title {
        padding: 5px 0 0
    }
}

@media screen and (max-width:410px) {
    .industries_list .row figure.effect-ming h3 {
        margin: 10% 0 10px 0
    }
}

@media screen and (min-width:1190px) and (max-width:1365px) {
    .clients .pagetitle {
        top: 152px
    }
}

.clients .new_pagetitle {
    font-size: 20px;
    font-weight: 700;
    color: #04d8c6;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    position: relative;
    top: -10px
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
    .clients .page_title {
        padding: 5px 0
    }
}

@media screen and (min-width:1920px) {
    .qu-code {
        right: -50px
    }
}

@media screen and (min-width:1200px) and (max-width:1285px) {
    .nav-tabs li a {
        padding: 5px 3px
    }
}

.right_pic {
    width: 40%;
    max-width: 300px;
    padding: 10px 0 10px 20px;
    float: right
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .right_pic {
        float: none;
        width: 100%;
        margin: 0 auto;
        display: block
    }
}

@media screen and (min-width:1920px) {
    .right_pic {
        width: 40%;
        max-width: 250px
    }
}





.sitecore {
    background: url(../img/page_banner/site.png);
    background-size: cover;
    background-position: 50%

}

.sharepoint {
    background: url(../img/page_banner/sharepoint.png);
    background-size: cover;
    background-position: 50%
}


.features-item{margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid rgba(0, 0, 0, 0.2) }