body {
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "pnum";
    font-feature-settings: "pnum";
    font-variant-numeric: proportional-nums
}

.MainSliderAnimation {
    width: 100%;
    z-index: 0;
    height: 80vh;
    overflow: hidden
}

.MainSliderAnimation svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.path1 {
    stroke-dasharray: 1000;
    -webkit-animation: animate1 1s infinite linear;
    animation: animate1 50s infinite linear;
    -moz-animation: animate1 50s infinite linear;
    -o-animation: animate1 50s infinite linear
}

.path2 {
    stroke-dasharray: 1000;
    -webkit-animation: animate2 1s infinite linear;
    animation: animate2 30s infinite linear;
    -moz-animation: animate2 30s infinite linear;
    -o-animation: animate2 30s infinite linear;
    display: none
}

@keyframes animate1 {
    to {
        stroke-dashoffset: 10000
    }
}

@-moz-keyframes animate1 {
    to {
        stroke-dashoffset: 10000
    }
}

@-webkit-keyframes animate1 {
    to {
        stroke-dashoffset: 10000
    }
}

@keyframes animate2 {
    to {
        stroke-dashoffset: -10000
    }
}

@-moz-keyframes animate2 {
    to {
        stroke-dashoffset: -10000
    }
}

@-webkit-keyframes animate2 {
    to {
        stroke-dashoffset: -10000
    }
}

.outer {
    height: 80vh
}

.GraySkewBackground {
    z-index: 1;
    height: 80vh;
    width: 100%;
    background: rgb(232, 232, 232, .9);
    -webkit-clip-path: polygon(0 0, 77% 0, 26% 100%, 0 100%);
    clip-path: polygon(0 0, 65% 0, 16% 100%, 0 100%)
}

.GraySkewBackground svg {
    display: none
}

.RoundNumberInSlider {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    border: 25px solid #105CAA;
    top: -50px;
    position: absolute;
    left: 50%
}

.RoundNumberInSlider span {
    margin-left: 30%;
    font-size: 125px;
    font-weight: bold;
    color: #105CAA;
    line-height: 153px
}

.showroundnumber {
    position: absolute;
    -webkit-transition: all 2000ms linear;
    -moz-transition: all 2000ms linear;
    -ms-transition: all 2000ms linear;
    -o-transition: all 2000ms linear;
    transition: all 2000ms linear
}

.hideroundnumber {
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    transition: all 2000ms linear
}

.TextSlider {
    width: 100%;
    height: 50vh;
    z-index: 3
}

.TextSlider h2 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 37px;
    margin-top: 50px
}

.TextSlider p {
    margin-top: 15px;
    font-size: 12px;
    font-family: Raleway;
    line-height: 30px;
    color: #4B4B4B;
    font-weight: 600;
    direction: ltr
}

.TextSlider span {
    color: #105CAA
}

.TextSlider button {
    text-transform: uppercase;
    padding: 7px 12px;
    color: #4B4B4B;
    background: transparent;
    border: 2px solid #C8C8C8;
    transition: .4s ease all;
    margin-top: 10px;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 600
}

.TextSlider button:hover,
.TextSlider button:focus,
.TextSlider button:active {
    color: #105CAA;
    border: 2px solid #105CAA;
    outline: 0
}

.owl-carousel {
    text-align: left
}

#IOT {
    float: left;
    margin-top: 4px
}

.TopCarousal .owl-item {
    padding-left: 2%
}

.bottomrightButtons {
    width: 12%;
    height: 25%;
    background-color: #105CAA;
    bottom: -12%;
    right: -5%;
    position: absolute;
    transform: rotate(43deg);
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg)
}

.bottomrightButtons .owl-dots {
    position: absolute;
    left: 28.5%;
    transform: translateY(-50%)
}

.bottomrightButtons .owl-dots button {
    border-radius: 50%;
    padding: 5px;
    background: transparent;
    border: 5px solid gray;
    margin: 5px;
    outline: 0;
    border-bottom: 4px solid #105CAA;
    border-left: 4px solid #105CAA;
    transform: rotate(-52deg);
    transition: .3s ease all
}

.bottomrightButtons .owl-dots button.active {
    border: 5px solid #1a5da9;
    background: #fff
}

.ArrowButtons {
    height: 150px;
    width: 150px;
    background-color: transparent;
    z-index: 5
}

.outer .nextbutton {
    height: 100px;
    width: 100px;
    z-index: 6;
    color: #105CAA;
    left: 17.7%;
    top: 65%
}

.outer .prevtbutton {
    height: 100px;
    width: 100px;
    z-index: 7;
    color: #105CAA;
    left: 19.7%;
    top: 63%
}

.outer .nextbutton button,
.outer .prevtbutton button {
    outline: 0;
    background: transparent;
    border: 0;
    font-size: 50px
}

.whyalberunitech {
    position: relative;
    background: linear-gradient(to bottom, #fff, #f6f9fd)
}

.whyalberunitech .backgroundtop {
    position: absolute
}

.whyalberunitech .backgroundtop img {
    width: 75%;
    height: 75%
}

.whyalberunitech .backgroundbottom {
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: 20%
}

.whyalberunitech .backgroundbottom img {
    width: 50%;
    height: 50%;
    float: right
}

.whyalberunitech .whydetail {
    margin-top: 65px;
    margin-bottom: 100px
}

.whydetail div {
    z-index: 2
}

.main_section_heading {
    font-size: 28px;
    font-weight: 600;
    font-family: Raleway;
    color: #2d2d59;
    letter-spacing: 1px
}

.sub_heading {
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 25px;
    color: #49495c;
    word-spacing: 2px
}

.whyalberunitech .main_icon {
    margin-top: 100px;
    height: 62px
}

.about_card {
    width: 83%;
    float: right;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 #a5a3a357;
    -webkit-box-shadow: 0 8px 16px 0 #a5a3a357;
    -moz-box-shadow: 0 8px 16px 0 #a5a3a357
}

.clr {
    color: #105CAA;
    font-size: 14px;
    font-family: Poppins;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .8px
}

.about_heading {
    font-family: Poppins;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: -3px;
    font-weight: 500;
    color: #055f80
}

.subheading-2 {
    padding-bottom: 10px
}

.about_details {
    font-size: 13px;
    line-height: 25px;
    font-family: Poppins;
    margin-top: 5px;
    font-weight: 400;
    color: #4B4B4B
}

.card_details {
    padding: 5px 30px;
    margin-top: 40px;
    margin-bottom: 57px
}

.card_details q {
    margin-top: 20px;
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
    font-weight: 400;
    color: #707070
}

.card_details h5 {
    margin: 25px 0 10px;
    font-family: Poppins;
    font-size: 20px;
    font-size: 16px;
    color: #454545
}

.card_details h3 {
    font-size: 14px;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    color: #474747
}

.vc_middle {
    padding-right: 2%;
    margin-top: 16%;
    width: 85%;
    float: left
}

.more_link {
    font-size: 13px;
    line-height: 18px;
    color: #3799d3;
    transition: .6s ease all
}

.more_link:hover {
    text-decoration: none
}

.more_linkspan1 {
    float: left;
    font-family: Poppins;
    font-weight: 600
}

.img_arrow_normal {
    width: 15px;
    height: 11px;
    margin-top: 11px;
    margin-left: 229px !important;
    background-repeat: no-repeat
}

#change_clr {
    transition: .6s ease all
}

.more_link:hover #change_clr {
    fill: #23527c
}

.techBanner {
    background-color: #edf2f6;
    position: relative
}

.animation_asd_bg {
    background-image: url(../../Images/LandingPage/difficult.svg);
    clip-path: polygon(100% 0, 100% 83%, 0 100%, 0 0);
    height: 700px
}

.more_linktech {
    font-size: 14px;
    line-height: 18px;
    color: #3799d3;
    transition: .6s ease all;
    font-family: Poppins;
    font-weight: 600
}

.more_linktech:hover {
    text-decoration: none
}

.img_arrow_normaltech {
    width: 15px;
    height: 11px;
    margin-top: -17.5px;
    margin-left: 54px !important
}

#change_clr1 {
    transition: .6s ease all
}

.more_linktech:hover #change_clr1 {
    fill: #23527c
}

.rotating-home1 {
    position: absolute;
    display: block;
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear
}

.rotating-home2 {
    position: absolute;
    display: block;
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear
}

.rotating-home:first-of-type {
    display: none
}

#img1 {
    position: absolute;
    top: 26%;
    left: 83%
}

#img2 {
    position: absolute;
    left: 54.3%;
    top: 70%
}

#img3 {
    position: absolute;
    top: 105%;
    left: 23%
}

#img4 {
    position: absolute;
    left: 63.5%;
    top: 6%
}

#img5 {
    position: absolute;
    left: 38.5%;
    top: 5%
}

#img6 {
    position: absolute;
    left: 76.3%;
    top: 102%
}

#img7 {
    position: absolute;
    left: 88.5%;
    top: 46.8%
}

#img8 {
    position: absolute;
    top: 73%;
    left: 22.5%
}

#img9 {
    position: absolute;
    top: 35.5%;
    left: 36.5%
}

#img10 {
    position: absolute;
    top: 54%;
    left: 70%
}

#img11 {
    position: absolute;
    top: 53%;
    left: 34%
}

#img12 {
    position: absolute;
    top: 31%;
    left: 64%
}

#img13 {
    position: absolute;
    left: 85%;
    top: 3%
}

#img14 {
    position: absolute;
    left: 22%;
    top: 28%
}

#img15 {
    position: absolute;
    left: 21%;
    top: 2%
}

#img16 {
    position: absolute;
    left: 51%;
    top: 49%
}

.rotating-home1.showimg,
.rotating-home2.showimg {
    position: absolute;
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear
}

.rotating-home1.hiddenp,
.rotating-home2.hiddenp {
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01)
}

.rotating-home1 span,
.rotating-home2 span {
    position: absolute;
    opacity: 0;
    width: max-content;
    background-color: #fff;
    padding: 5px 10px;
    margin-top: 0;
    float: left;
    font-size: 12px;
    color: #545454;
    font-weight: 200;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -37px;
    font-family: Poppins;
    transition: .6s ease all;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025)
}

.rotating-home1 span::after,
.rotating-home2 span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: 50%;
    transform: translateX(-50%)rotate(45deg);
    background: #fff
}

.rotating-home1:hover span,
.rotating-home2:hover span {
    opacity: 1;
    margin-top: 10px;
    transition: .6s ease all
}

.help-block,
.has-error .form-control-feedback {
    display: none !important
}

.technologydetail {
    padding: 7%
}

.hire_txt_tw {
    font-family: Poppins;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: -13px;
    font-weight: 500;
    color: #055f80
}

.tech_text {
    color: #105CAA;
    font-size: 14px;
    font-family: Poppins;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .8px
}

.expert-txt {
    margin-bottom: 16px;
    width: 71%;
    line-height: 25px;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 400;
    color: #525f7f
}

.IndustriesSection {
    position: absolute;
    z-index: 10;
    top: 0;
    margin-top: 660px;
    width: 100%;
    background-color: white;
    height: 900px;
    background-color: #f6f9fd
}

.IndustriesSection::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: top left;
    transform: skewY(-8deg);
    background-color: #f6f9fd
}

.IndustriesSection .topleft {
    width: 14%;
    position: absolute;
    top: -2.5%;
    transform: rotate(1.5deg)
}

.IndustriesSection .topright {
    position: absolute;
    width: 14%;
    right: 0;
    top: -19.5%
}

.indust_heaingchild .main_icon {
    height: 62px
}

.industries_details {
    padding: 0
}

.industries_details h5 {
    font-family: Poppins;
    font-size: 15px;
    color: #2d2d59;
    font-weight: 500;
    letter-spacing: .7px;
    margin-top: 15px
}

.industries_details p {
    font-size: 13px;
    color: #697591;
    line-height: 30px;
    font-family: Poppins;
    margin-top: 20px
}

.industries_details .mainsectionIndustries {
    margin-top: 50px;
    margin: auto
}

.industries_details img {
    height: 40px
}

.IndustriesSection .sub_heading {
    margin-bottom: 70px
}

.ServicesSection {
    margin-bottom: 100px;
    position: relative
}

.ServicesSection .main_icon {
    height: 62px
}

.ServicesSection .sub_heading {
    margin-bottom: 30px
}

#svg1 {
    fill: none;
    stroke: rgb(148, 148, 148);
    stroke-miterlimit: 10;
    stroke-width: 1.04128px;
    fill-rule: evenodd;
    stroke-dasharray: 1000, 627.721;
    animation: dash 5s linear infinite
}

#svgCircle1,
#svgCircle {
    fill: #105CAA;
    visibility: hidden;
    opacity: 0;
    animation: circle 5s linear infinite
}

#svg2 {
    fill: none;
    stroke: rgb(148, 148, 148);
    stroke-miterlimit: 10;
    stroke-width: 1.0389px;
    fill-rule: evenodd;
    stroke-dasharray: 1000, 679.232;
    animation: dash 5s linear infinite
}

@keyframes circle {
    0% {
        visibility: hidden;
        opacity: 0
    }
    60% {
        visibility: hidden;
        opacity: 0
    }
    100% {
        visibility: inherit;
        opacity: 1
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 0, 627.721
    }
    100% {}
}

.typewrite {
    color: #105CAA
}

.typewrite:hover {
    text-decoration: none;
    color: #105CAA
}

.service_detail {
    font-size: 25px;
    font-weight: 500;
    color: #49495c;
    padding-top: 1%;
    margin: 0;
    margin-bottom: 12px;
    font-family: Poppins
}

.service_detail1 {
    font-size: 25px;
    font-weight: 600;
    color: #49495c;
    margin: 0;
    margin-bottom: 35px;
    text-transform: uppercase
}

.service_btn {
    text-transform: uppercase;
    border: 2px solid #7b7b7b8c;
    color: #7b7b7b;
    font-size: 12px;
    font-family: Montserrat;
    padding: 7px 15px;
    font-weight: 400;
    transition: .4s ease all
}

.service_btn:hover {
    text-decoration: none;
    color: #105CAA;
    border: 2px solid #105CAA
}

.svg {
    position: relative
}

#svg-slide {
    visibility: inherit;
    opacity: 1;
    overflow: visible;
    opacity: 1;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 52%;
    left: 50%
}

.active1 {
    display: block !important
}

#svg-slide .li {
    display: none
}

.animate_img {
    opacity: 1;
    animation: img 5s linear infinite;
    padding: 10% 16%
}

@keyframes img {
    0% {
        opacity: 0;
        visibility: hidden
    }
    50% {
        opacity: 0;
        visibility: hidden
    }
    70% {
        opacity: 1;
        visibility: inherit
    }
    100% {
        opacity: 1;
        visibility: inherit
    }
}

.ServicesSection .bottomLeftBackground {
    position: absolute;
    left: 2px;
    bottom: 0
}

.ServicesSection .bottomLeftBackground img {
    width: 70%
}

.WhatPeopleSay {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f6f9fd
}

.WhatPeopleSay .main_box {
    width: 950px;
    z-index: 2;
    border-radius: 8px
}

.wps {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: table;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    padding-right: 15%;
    border-radius: 8px
}

.wps::before {
    content: '';
    position: absolute;
    background: #105CAA;
    top: 0;
    right: 15%;
    width: 300%;
    height: 100%;
    display: table-cell;
    z-index: -1;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -ms-transform: skewX(-12deg)
}

.WhatPeopleSay .item h2 {
    font-size: 16px;
    font-family: Raleway;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 65px;
    color: #2d2d59;
    text-transform: uppercase
}

.WhatPeopleSay .item h3 {
    font-size: 14px;
    margin-top: 0;
    color: #696969;
    font-family: Raleway;
    font-weight: 500
}

.WhatPeopleSay .owl-dots {
    margin-top: 15px
}

.WhatPeopleSay .item p {
    margin-top: 18px;
    font-size: 14px;
    font-family: Raleway;
    color: #696969;
    font-weight: 500
}

.wps h2 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 28px;
    margin-left: 5px
}

.wps h3 {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    margin-top: -8px;
    padding-bottom: 10px
}

.comment {
    text-align: center
}

.testi_slider {
    padding: 99px 73px 44px 20px
}

.testimonial_width .testimonial_width {
    width: 100%
}

.testimonial .owl-dots button {
    outline: 0 !important
}

.testimonial .owl-dot span {
    width: 40px !important;
    height: 40px !important;
    background-size: cover !important;
    margin: 3px !important
}

.testimonial .owl-dot:nth-child(1)span {
    background-image: url('../../Images/LandingPage/testimonial_001.png') !important
}

.testimonial .owl-dot:nth-child(2)span {
    background-image: url(../../Images/LandingPage/testimonial_001.png) !important
}

.testimonial .owl-dot:nth-child(3)span {
    background-image: url(../../Images/LandingPage/testimonial_003.png) !important
}

.testimonial .owl-dot:nth-child(4)span {
    background-image: url(../../Images/LandingPage/testimonial_001.png) !important
}

.testimonial .owl-dot:nth-child(5)span {
    background-image: url(../../Images/LandingPage/testimonial_001.png) !important
}

.testimonial .owl-dot.active span:focus {
    outline: 0 !important
}

.testimonial .owl-nav {
    top: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    width: 100%;
    font-size: 40px
}

.WhatPeopleSay .owl-dots {
    position: absolute;
    top: -50px
}

.WhatPeopleSay .owl-dots .owl-dot {
    border: 1px solid lightgray;
    border-radius: 50%;
    margin-left: 27px
}

.main_box {
    background: #fff;
    padding: 0;
    box-shadow: 0 6px 12px 0 #a5a3a357;
    -webkit-box-shadow: 0 6px 12px 0 #a5a3a357;
    -moz-box-shadow: 0 6px 12px 0 #a5a3a357
}

.main_box .owl-nav button {
    outline: 0 !important;
    border: 0;
    background: none
}

.main_box {
    position: relative
}

.main_box .owl-prev {
    left: -2%;
    position: absolute;
    top: 42%;
    transform: translateX(-50%);
    z-index: 1
}

.main_box .owl-next {
    right: -3%;
    position: absolute;
    top: 42%;
    transform: translateX(-50%);
    z-index: 1
}

.main_box .owl-prev .circle {
    position: absolute;
    left: 0
}

.main_box .owl-next .circle {
    position: absolute;
    right: 0
}

.circle {
    background: #fff;
    color: black;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    z-index: 99999999;
    position: relative;
    transition: .5s ease all;
    box-shadow: 0 8px 12px 0 #a5a3a357;
    -webkit-box-shadow: 0 8px 12px 0 #a5a3a357;
    -moz-box-shadow: 0 8px 12px 0 #a5a3a357
}

.circle:hover {
    box-shadow: 0 8px 12px 0 #a5a3a357, inset 0 8px 12px 0 #a5a3a357;
    -webkit-box-shadow: 0 8px 12px 0 #a5a3a357, inset 0 8px 12px 0 #a5a3a357;
    -moz-box-shadow: 0 8px 12px 0 #a5a3a357, inset 0 8px 12px 0 #a5a3a357
}

.circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.owl-nav button {
    border-radius: 50% !important
}

.whatSectionBgImage {
    position: absolute;
    width: 100%;
    z-index: 1
}

.whatSectionBgImage img {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 15%
}

#svg {
    width: 108%;
    height: 108%;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(-90deg);
    -webkit-transform: translate(-50%, -50%)rotate(-90deg);
    -ms-transform: translate(-50%, -50%)rotate(-90deg)
}

#demos:hover #circle {
    animation-play-state: paused
}

#circle {
    fill: transparent;
    stroke: #105CAAa3;
    stroke-dasharray: 0 100;
    stroke-width: 31.8px;
    animation: fillup 5s linear infinite
}

@keyframes fillup {
    to {
        stroke-dasharray: 100 100
    }
}

.ContactUsSection {
    position: relative;
    background-color: lightgray;
    padding-bottom: 60px;
    background-color: #edf3fc
}

.ContactUsSectionMainBody .container {
    margin-bottom: 200px
}

.ContactUsSectionInnerBody {
    padding-top: 100px
}

.ContactUsSectionMainBody img {
    height: 62px
}

.its_row {
    margin-bottom: 50px
}

.ContactUsSection .headings .col-xs-12 {
    margin-bottom: 50px
}

.address-txt {
    display: block;
    margin-left: 5%;
    font-family: Poppins;
    font-size: 12px;
    color: #5b5b6b;
    margin-top: 20px
}

.cntct_first {
    margin-top: 15px !important
}

.home_page_info input {
    height: 38px
}

.home_page_info input,
.home_page_info textarea {
    border: solid 1px #b9b9b9;
    border-radius: 3px;
    color: #49495c;
    background-color: #edf3fc;
    resize: none
}

.home_page_info input::placeholder,
.home_page_info textarea::placeholder {
    color: #999;
    font-weight: 300
}

.txt_areacont {
    border-radius: 5px !important;
    background-color: #edf2f7
}

.contact_input {
    border-radius: 5px !important;
    height: 50px;
    background-color: #edf2f7
}

.pding_left_zero {
    padding-left: 0
}

.send_message_btn {
    padding: 12px 18px;
    border: 0;
    background: #105CAA;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.4S ease all;
    border-radius: 0;
    font-family: Raleway;
    font-size: 10px;
    font-weight: 700
}

.SubscribeSection {
    position: absolute;
    z-index: 10;
    top: 0;
    margin-top: 935px;
    width: 100%;
    background-color: white;
    height: 280px
}

.SubscribeSection::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: top left;
    transform: skewY(-10deg)
}

.SubscribeSection .topleft {
    width: 14%;
    position: absolute;
    top: -3vh;
    left: 0;
    transform: rotate(-1deg)
}

.SubscribeSection .topright {
    position: absolute;
    width: 14%;
    right: 0;
    top: -82%;
    transform: rotate(0)
}

.build_btn {
    height: 40px;
    width: 80%;
    border: 0;
    background: #105CAA;
    color: #fff;
    font-family: Raleway;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.4S ease all;
    float: left
}

.mail_input input {
    font-size: 15px;
    box-shadow: 0 3px 11px 1px #a5a3a347;
    font-family: Raleway;
    text-indent: 50px;
    height: 40px;
    border-radius: 0 !important;
    border-color: #fff
}

.lets_text {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: Raleway;
    font-weight: 600;
    color: #2d2d59;
    letter-spacing: 1px
}

.contact_us_botom_secion {
    margin-top: 35px
}

@media only screen and (min-width:1200px) {
    .navbar:not(:root: root), .safari_only::after {
        transform:skew(-47deg, 0)
    }
    .RoundNumberInSlider:not(:root:root),
    .safari_only {
        left: 46%
    }
    .outer .nextbutton:not(:root:root),
    .safari_only {
        left: 18%;
        top: 80%
    }
    .outer .prevtbutton:not(:root:root),
    .safari_only {
        left: 19.8%;
        top: 87%
    }
    .bottomrightButtons:not(:root:root),
    .safari_only {
        bottom: -14%;
        right: -6%
    }
    .bottomrightButtons .owl-dots:not(:root:root),
    .safari_only {
        left: 23.5%
    }
    .IndustriesSection .topright:not(:root:root),
    .safari_only {
        top: -19.4%
    }
    .SubscribeSection .topright:not(:root:root),
    .safari_only {
        top: -77%
    }
    .whyalberunitech .backgroundtop img:not(:root:root),
    .safari_only {
        width: 59%
    }
}

@media only screen and (min-width:1300px) {
    .navbar:not(:root: root), .safari_only {
        transform:skew(-46deg, 0)
    }
    .outer .nextbutton:not(:root:root),
    .safari_only {
        left: 21%;
        top: 80%
    }
    .outer .prevtbutton:not(:root:root),
    .safari_only {
        left: 22.5%;
        top: 87%
    }
    .bottomrightButtons .owl-dots:not(:root:root),
    .safari_only {
        left: 37%
    }
    .IndustriesSection .topright:not(:root:root),
    .safari_only {
        top: -20.6%
    }
    .SubscribeSection .topright:not(:root:root),
    .safari_only {
        top: -82%
    }
    .whyalberunitech .backgroundtop img:not(:root:root),
    .safari_only {
        width: 59%
    }
}

@media only screen and (min-width:1250px)and (max-width:1359px)and (min-height:511px)and (max-height:588px) {
    .bottomrightButtons {
        width: 15%;
        right: -7%
    }
    .bottomrightButtons .owl-dots button {
        padding: 4px
    }
    .navbar::after {
        transform: skew(-45deg, 0)
    }
    .RoundNumberInSlider {
        left: 46%
    }
    .outer .nextbutton {
        left: 17.7%;
        top: 80%
    }
    .outer .prevtbutton {
        left: 20.7%;
        top: 87%
    }
    .whyalberunitech .backgroundtop img {
        width: 59%
    }
    .IndustriesSection .topright {
        top: -19.5%
    }
    .SubscribeSection .topright {
        top: -77.5%
    }
    .pd_right {
        padding-left: 65px;
        padding-right: 65px
    }
}

@media only screen and (min-width:1250px)and (max-width:1359px)and (min-height:589x)and (max-height:802px) {
    .navbar::after {
        transform: skew(-43.5deg, 0)
    }
    .RoundNumberInSlider {
        left: 45%
    }
    .whyalberunitech .backgroundtop img {
        width: 60%;
        transform: rotate(-3deg);
        margin-top: 10px
    }
    .TopCarousal .owl-item {
        padding-left: 2.1%
    }
    .bottomrightButtons {
        bottom: -15%;
        right: -6%
    }
    .outer .nextbutton {
        left: 18.7%;
        top: 80%
    }
    .outer .prevtbutton {
        left: 22.7%;
        top: 84%
    }
    .IndustriesSection .topright {
        top: -19.5%
    }
    .SubscribeSection .topright {
        top: -78%
    }
}

@media only screen and (min-width:1250px)and (max-width:1148px)and (min-height:813px) {
    .navbar::after {
        transform: skew(-38deg, 0)
    }
    .whyalberunitech .backgroundtop img {
        width: 59%;
        margin-top: 13px
    }
    .bottomrightButtons {
        width: 19%;
        right: -10%;
        bottom: -15%;
        position: absolute;
        transform: rotate(-51deg);
        -webkit-transform: rotate(-51deg);
        -ms-transform: rotate(-51deg)
    }
    .RoundNumberInSlider {
        left: 47%
    }
    .bottomrightButtons .owl-dots {
        left: 45%
    }
    .TopCarousal .owl-item {
        padding-left: 2.1%
    }
    .outer .nextbutton {
        left: 17.7%
    }
    .outer .prevtbutton {
        left: 22.5%
    }
    .IndustriesSection .topright {
        top: -19.5%
    }
    .SubscribeSection .topright {
        top: -77%
    }
    .SubscribeSection .topleft {
        top: -7%
    }
}

@media only screen and (min-width:1300px) {
    .outer .nextbutton:not(:root: root), .safari_only {
        left:23%
    }
    .outer .prevtbutton:not(:root:root),
    .safari_only {
        left: 23.5%
    }
    .outer .nextbutton {
        left: 22%;
        top: 73%
    }
    .outer .prevtbutton {
        left: 24%;
        top: 78%
    }
    .IndustriesSection .topright {
        top: -19.9%
    }
    .SubscribeSection .topright {
        top: -78%;
        transform: rotate(-1deg)
    }
}

@media only screen and (min-width:1360px) {
    .navbar::after {
        transform: skew(-47deg, 0)
    }
    .outer .nextbutton {
        left: 22%;
        top: 73%
    }
    .outer .prevtbutton {
        left: 25.5%;
        top: 78%
    }
    .bottomrightButtons {
        width: 14%;
        bottom: -12%;
        right: -6%
    }
    .RoundNumberInSlider {
        left: 47%
    }
    .IndustriesSection .topright {
        top: -20.5%
    }
}

@media only screen and (min-width:1366px) {
    .IndustriesSection .topright:not(:root: root), .safari_only {
        top:-21.5%
    }
    .SubscribeSection .topright:not(:root:root),
    .safari_only {
        top: -86.7%
    }
    .navbar::after {
        transform: skew(-50deg, 0)
    }
    .IndustriesSection .topright {
        top: -20.5%
    }
    .SubscribeSection .topleft {
        top: -9%
    }
    .SubscribeSection .topright {
        top: -82%;
        transform: rotate(-1deg)
    }
    .bottomrightButtons {
        width: 13%;
        bottom: -13%;
        right: -6%
    }
    .RoundNumberInSlider {
        left: 51%
    }
    .outer .nextbutton {
        left: 21%;
        top: 75%
    }
    .outer .prevtbutton {
        left: 23.8%;
        top: 80%
    }
    .whyalberunitech .backgroundtop img {
        width: 60%;
        margin-top: 20px
    }
    .pd_right {
        padding-left: 0
    }
}

@media only screen and (min-width:1440px) {
    .navbar::after {
        transform: skew(-47deg, 0)
    }
    .outer .nextbutton {
        left: 22%
    }
    .outer .prevtbutton {
        left: 24.5%
    }
    .navbar ul {
        margin-left: 35px
    }
    .IndustriesSection .topright {
        top: -21.7%
    }
    .SubscribeSection .topright {
        top: -87%
    }
}

@media only screen and (min-width:1500px) {
    .RoundNumberInSlider:not(:root: root), .safari_only {
        left:50%
    }
    .outer .prevtbutton:not(:root:root),
    .safari_only {
        left: 28%
    }
    .IndustriesSection .topright:not(:root:root),
    .safari_only {
        top: -23.8%
    }
    .SubscribeSection .topright:not(:root:root),
    .safari_only {
        top: -94.7%
    }
    .outer .prevtbutton:not(:root:root),
    .safari_only {
        left: 24.5%;
        top: 78%
    }
    .IndustriesSection .topright:not(:root:root),
    .safari_only {
        top: -23.3%
    }
    .SubscribeSection .topright:not(:root:root),
    .safari_only {
        top: -92.2%;
        transform: rotate(-1deg)
    }
}

@media only screen and (min-width:1600px) {
    .navbar::after {
        transform: skew(-49deg, 0)
    }
    .IndustriesSection .topright {
        width: 13%;
        top: -24%
    }
    .IndustriesSection .topleft {
        width: 13%
    }
    .SubscribeSection .topleft {
        width: 13%;
        top: -9%;
        transform: rotate(0)
    }
    .bottomrightButtons .owl-dots {
        left: 32.5%
    }
    .whyalberunitech .backgroundtop img {
        width: 75%
    }
    .outer .nextbutton {
        left: 22%;
        top: 75%
    }
    .outer .prevtbutton {
        left: 24.5%;
        top: 79%
    }
    .TopCarousal .owl-item {
        padding-left: 2.9%
    }
    .navbar ul {
        margin-left: 14%
    }
    .SubscribeSection::before {
        transform: skewY(-9deg)
    }
}

@media only screen and (min-width:1900px) {
    .navbar:not(:root: root), .safari_only::after {
        transform:skew(-47deg, 0)
    }
    .RoundNumberInSlider:not(:root:root),
    .safari_only {
        left: 52%
    }
    .outer .nextbutton:not(:root:root),
    .safari_only {
        left: 23%;
        top: 80%
    }
    .outer .prevtbutton:not(:root:root),
    .safari_only {
        left: 24%;
        top: 85%
    }
    .bottomrightButtons:not(:root:root),
    .safari_only {
        bottom: -14%;
        right: -6%
    }
    .bottomrightButtons .owl-dots:not(:root:root),
    .safari_only {
        left: 37%
    }
    .IndustriesSection .topright:not(:root:root),
    .safari_only {
        top: -28.4%
    }
    .SubscribeSection .topright:not(:root:root),
    .safari_only {
        top: -91%
    }
    .whyalberunitech .backgroundtop img:not(:root:root),
    .safari_only {
        width: 70%
    }
    .SubscribeSection:not(:root:root),
    .safari_only::before {
        transform: skewY(-8deg)
    }
}

@media only screen and (min-width:1920px)and (min-height:1080px) {
    .navbar::after {
        transform: skew(-45deg, 0)
    }
    .navbar ul li a {
        font-size: 13px
    }
    .TopCarousal .owl-item {
        padding-left: 2.8%
    }
    .outer .nextbutton {
        left: 24%
    }
    .RoundNumberInSlider {
        left: 53%
    }
    .bottomrightButtons .owl-dots {
        left: 35.5%
    }
    .IndustriesSection .topright {
        top: -28.5%
    }
    .SubscribeSection .topright {
        top: -93%;
        transform: rotate(1deg)
    }
    .SubscribeSection .topleft {
        top: -9%;
        transform: rotate(1deg)
    }
    .SubscribeSection::before {
        transform: skewY(-8deg)
    }
    .technologydetail {
        padding: 8%
    }
}

@media only screen and (min-width:1920px)and (min-height:1200px) {
    .IndustriesSection .topright {
        top: -29%
    }
    .SubscribeSection .topright {
        top: -93%
    }
}

@-moz-document url-prefix() {
    .wps::before {
        content: '';
        position: absolute;
        background: #105CAA;
        top: 0;
        right: 15%;
        width: 87%;
        height: 100%;
        display: table-cell;
        z-index: -1;
        -webkit-transform: skewX(0);
        transform: skewX(0)
    }
}

.GraySkewBackground svg:not(:root:root),
.safari_only {
    display: block !important
}

@supports(-ms-ime-align:auto) {
    .GraySkewBackground svg {
        display: block !important
    }
    .outer .nextbutton {
        display: none
    }
    .outer .prevtbutton {
        display: none
    }
}

.bv-form .help-block {
    display: none !important
}

.rotating-home1,
.rotating-home2 {
    border-radius: 50%;
    box-shadow: -3px 7px 18px -2px #b6b6abee
}

#img1 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-100px -10px
}

#img2 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-10px -100px
}

#img3,
#img15 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-100px -100px
}

#img4 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-190px -10px
}

#img5 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-190px -100px
}

#img6 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-10px -190px
}

#img7 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-100px -190px
}

#img8 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-190px -190px
}

#img9 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-280px -10px
}

#img10 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-280px -100px
}

#img11 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-280px -190px
}

#img12 {
    width: 66px;
    height: 66px;
    background: url(../../Images/LandingPage/Icons.png)-190px -280px
}

#img13 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-10px -280px
}

#img14 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-100px -280px
}

#img16 {
    width: 70px;
    height: 70px;
    background: url(../../Images/LandingPage/Icons.png)-10px -10px
}

.AboutIcon {
    margin: auto;
    width: 62px;
    height: 62px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -370px
}

.ServicesIcon {
    margin: auto;
    width: 62px;
    height: 62px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -452px
}

.IndustriesIcon {
    margin: auto;
    width: 62px;
    height: 62px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -862px
}

.ContactIcon {
    margin: auto;
    width: 62px;
    height: 62px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -534px
}

.ContactMapIcon {
    width: 62px;
    height: 62px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -616px
}

.ContactMobileIcon {
    width: 62px;
    height: 62px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -698px
}

.ContactMailIcon {
    width: 62px;
    height: 62px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -780px
}

.IndustryIcon001 {
    width: 40px;
    height: 40px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -10px
}

.IndustryIcon002 {
    width: 40px;
    height: 40px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -70px
}

.IndustryIcon003 {
    width: 40px;
    height: 40px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -130px
}

.IndustryIcon004 {
    width: 40px;
    height: 40px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -190px
}

.IndustryIcon005 {
    width: 40px;
    height: 40px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -250px
}

.IndustryIcon006 {
    width: 40px;
    height: 40px;
    background: url(../../Images/LandingPage/OtherIconsSprite.png)-10px -310px
}