/*
Theme Name: Comulations Theme
Theme URI: https://comulations.com
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 7.0
Version: 1.0
*/

/* Hide scrollbar for Chrome, Safari and Opera */
.hd-scroll::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge, and Firefox */
.hd-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.hd-scroll {
    overflow: auto;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-direction: row-reverse;
    }
}
/* #testimonial-carousel-two .owl-dots:first-of-type {
    display: none !important;
} */
/* .owl-dots:last-of-type {
    display: none !important;
} */
/* 	.owl-dots:nth-of-type(2) {
    display: none !important;
} */

.arr-icn{
	height:15px;
	width:20px;
}

.nav-link-two{
	color:black !important;
}

.arr-pad{
	padding-left:12px;
}

.accomp-row{
	margin-left: -8% !important;
}

/*Blue Line*/

.col-md-3.accomp {
   border-left: 2px solid #0555FF !important;
   }

.initial-sty{
	display:initial !important;
}

.para-resp-foot-div{
	display:flex;
	flex-direction:row;
}

.para-haed-fot{
	font-family: proxima-nova-semibold-webfont !important;
	font-size:14px;
	font-weight:500;
	color:#ffffff !important;
	line-height:24px;
}

.para-sub-fot{
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#fff !important;
	opacity:0.7;
}

.width-var-1{
	width:28%;
}

.width-var-2{
	width: 13.5%;
}

.width-var-3{
	width: 12%;
}

.divider-div{
	width:100%;
	height:1px;
	background-color: #fff;
	opacity:0.1;
	margin-top:1%
}

@media screen and (min-width:990px) and (max-width: 1200px){
	.width-var-2{
		width: 16%;
	}
}


@media screen and (min-width:760px) and (max-width: 990px){
	.width-var-2{
		width: 22%;
	}
}

@media screen (max-width: 760px){
	.width-var-2{
		width: 40%;
	}
}

@media screen and (min-width:990px) and (max-width: 1200px){
	.width-var-3{
		width: 16%;
	}
}

@media screen and (min-width:760px) and (max-width: 990px){
	.width-var-3{
		width: 31%;
	}
}

@media screen (min-width: 760px){
.hero-button {
    width: 410px !important;
}
}

@media screen (max-width: 760px){
	.width-var-3{
		width: 40%;
	}
	
	.nav-link{
		color:black;
	}
}




@media screen and (min-width:995px) and (max-width: 1195px){
	.width-var-1{
		width:42%;
	}
}

@media screen and (min-width:760px) and (max-width: 995px){
	.width-var-1{
		width:85%;
	}
}

@media (max-width: 767px){
	.width-var-1{
		width:85%;
	}
	
	.para-resp-foot-div{
		display:flex;
		flex-direction:column;
	}
}

@media (max-width: 767px){
	.arr-icn{
		height:15px;
		width:30px;
	}
	
	.col-2{
		padding-left:7px !important;
	}
}

.service-information-block {
    padding: 80px 0 10px;
}

.block-indivisual {
    padding: 20px 30px;
}

.owl-theme .owl-dots .owl-dot span{
	background: #fff !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.our-service-wrapper .mid-border-button a {
    width: 18%;
}

.sfcm.sfsi_wicon {
    width: 30px !important;
    height: 30px;
}

.individual-info {
    padding: 20px 0 0;
}

.individual-info .why-choose {
    padding: 20px 0 0;
}

.individual-info .why-choose li::before {
    content: "\f111";
    font-family: 'fontawesome';
    color: #00AEEF;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    position: relative;
    font-size: .57rem;
    top: -1.2px;
    left: 1px;
}

.image-video-text-grid .tech-skill-expert-two .skill_single {
    margin: 12px 12px 0;
}

.image-video-text-grid .tech-skill-expert-two .skill_single iframe {
    margin-bottom: 20px;
}

.image-video-text-grid {
    padding: 30px 0 40px;
}

.faq-wrapper {
    padding: 70px 0 80px;
	background: linear-gradient(to bottom, #f3f6fb, #FFFFFF);
}

.service_full_img .img-full {
    margin-bottom: 30px;
}

.cumutxt li::before {
    content: "\f111";
    font-family: 'fontawesome';
    color: #00AEEF;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    position: relative;
    font-size: .57rem;
    top: -1.2px;
    left: 1px;
}

.cont-main{
	color:red !important;
}

.cumutxt li {
    padding-bottom: 4px;
}

header nav .navbar-nav .dropdown-menu h5 {
    font-weight: 700;
}

.individual-info {
    display: block;
}

.individual-info .serv-content-text ul li {
    padding-bottom: 4px;
	list-style:disc !important;
	font-size:"24px" !important;
}

.individual-info .serv-content-text ul li::before {
/*     content: "\f111"; */
    font-family: 'fontawesome';
    color: #00AEEF;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    position: relative;
    font-size: .57rem;
    top: -1.2px;
    left: 1px;
/* 	list-style-type: disc !important; */
}

.fnt-icn{
	font-size:22px !important;
}

.marg-ic{
	margin-left:-6px;
}

.benifits-techno {
    display: block;
}

 .benifits-techno ul {
    margin-bottom: 2vh;
    margin-top: 4vh;
  }

.cumutxt {
    margin-left: 19px;
}

.individual-info .serv-content-text ul {
    margin-left: 19px;
}

.full-video-block iframe {
    width: 100%!important;
    height: 600px!important;
}

.individual-info .serv-content-text ul {
    display: block;
	margin-bottom:2vh;
}

.individual-info .serv-content-text ol {
    margin-left: 19px;
}

.individual-info .serv-content-text ol li {
    color: #445463;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
	list-style:none !important;
}

.cumutxt {
    margin-bottom: 50px;
}

.android-dev-process {
    padding: 12px 0 0px;
}

.individual-info .serv-content-text {
    margin-bottom: -10px !important;
}

.headline-area h2 {
    font-size: 2rem !important;
	line-height:0px !important

}

.qtn-sty h3{
	font-size:20px !important;
}

.port-cover-wrap .cover-block .grid-text ul li {
    margin-right: 40px;
}

@media (max-width: 767px) {
    .full-video-block iframe {
        width: 100%!important;
        height: 300px!important;
    }
	
	.marg-ic{
		margin-left:-1px;
	}

    .navbar-nav .dropdown.has-mega-menu.show {
        height: 376px;
        overflow: auto;
    }
    .image-video-text-grid .tech-skill-expert-two .skill_single {
        width: calc(47% - 16px);
    }
    .image-video-text-grid .tech-skill-expert-two .skill_single iframe {
        margin-bottom: 16px;
        height: 150px;
    }
    .individual-info .serv-content-text ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .blog-wrapper .exp-blog .item_exper a img {
        height: 170px;
    }
    .portfolio-tab-wrapper .headline-area h2 span a {
        border: none;
        padding: 0;
    }
    .portfolio-tab-wrapper .headline-area h2 span a img {
        display: none;
    }
    .portfolio-tab-wrapper .headline-area h2 span {
        float: right;
        margin: 0;
    }
    .individual-info .serv-content-text ol li {
        font-size: 14px;
        line-height: 20px;
    }
    .next-prev-scroll .port-Slider-block ul li h5 {
        display: none;
    }
    .cumutxt {
        margin-bottom: 30px;
    }
    .port-cover-wrap .cover-block .grid-text ul li {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
	.container{
		margin-top:15%;
	}
    .individual-info .serv-content-text iframe {
        height: 300px!important;
        width: 100%!important;
    }
    .port-detail-bottom .text-display iframe {
        height: 300px!important;
        width: 100%!important;
    }
    p {
        font-size: 16px!important;
        line-height: 23px!important;
    }
    .inner-portfolio-list .tab-wrapper .nav.nav-tabs li {
        padding: 0 .2rem 0 0;
    }
    .inner-portfolio-list .tab-wrapper .nav.nav-tabs li a {
        font-size: 15px;
        padding: 12px 14px;
    }
    .inner-portfolio-list .port-listing-wrapper .port-single a h5 {
        font-size: 17px;
        line-height: 24px;
    }
    .port-cover-wrap .cover-block .grid-text ul li h5 {
        font-size: 15px;
        line-height: 21px;
    }
}

.inner-portfolio-list .tab-wrapper .nav.nav-tabs a.active {
    font-weight: 600;
}

.inner-portfolio-list .tab-wrapper .nav.nav-tabs li.active a {
    font-weight: 600;
}


.contact-us-wrapper .c_vector {
    width: auto;
}

.port-cover-wrap .cover-block .grid-text ul li {
    margin-right: 62px;
}

.port-cover-wrap .cover-block .grid-text ul li h5 {
    font-family: 'proxima-nova-bold-webfont';
}

.faq-wrapper .faq-list .accordion .card h2 span {
    width: 100%;
    padding-right: 60px;
}

.individual-info,
.benifits-techno {
    width: 100%;
    float: left;
}

.android-dev-process .d-head-area,
.android-dev-process .d-mid-area {
    z-index: 9;
}

.individual-info .serv-content-text {
    margin-bottom: 40px;
}

.technical-wrapper {
    display: block;
    width: 100%;
    float: left;
}

.next-prev-scroll .port-Slider-block {
    padding: 0;
}

.next-prev-scroll .port-Slider-block ul li {
    border-right: 1px solid #E5E9F2;
    padding: 60px 0;
}

.next-prev-scroll .port-Slider-block ul li p {
    text-align:inherit !important;
}

.next-prev-scroll .port-Slider-block ul li:last-child {
    border-right: none;
}

.wpcf7-form #form-fill .single-job-form h5 span {
    font-size: 13px;
}

.portfolio-tab-wrapper .profolio-grid .single-portfolio {
    height: 440px;
}

.portfolio-tab-wrapper .profolio-grid .single-portfolio a h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.codedropz-upload-inner h3 {
    font-size: 26px!important;
    line-height: 30px!important;
    margin-bottom: 6px!important;
}

.codedropz-upload-container {
    padding: 25px 20px;
    background: #f4fcff;
}

.codedropz-upload-handler {
    margin-bottom: 40px!important;
}

ul li {
    list-style-type: none;
	font-size:16px !important;
}

.wpcf7-form #form-fill .single-job-form h5 span {
    font-size: 14px;
    font-family: 'proxima-nova-regular';
}

@media (max-width: 767px) {
    .portfolio-tab-wrapper .profolio-grid .single-portfolio a h5 {
        display: inherit;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: hidden;
    }
    .portfolio-tab-wrapper .profolio-grid .single-portfolio {
        height: auto;
    }
    .portfolio-tab-wrapper .profolio-grid .single-portfolio a p {
        display: none;
    }
    .codedropz-upload-inner h3 {
        font-size: 21px!important;
        line-height: 35px!important;
        margin-bottom: 1px!important;
    }
}

@media (min-width: 1070px) and (max-width: 1270px) {
    .serve-item6-resp {
  		height: 370px;
	}
}

@media (min-width: 1270px) and (max-width: 1130px) {
    .serve-item6-resp {
  		height: 350px;
	}
}

@media (min-width: 1130px) and (max-width: 1427px) {
    .serve-item6-resp {
  		height: 320px;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
    .our-service-wrapper .mid-border-button a {
        width: 30%;
        padding: 20px;
    }
}

.business-model-wrapper .tech-grid .item_tech_integ img {
    width: 72px;
    height: 72px;
}

.android-dev-process .d-mid-area .process-grid .item_col .process-info .item-img {
    width: 72px;
    height: 230px;
}
.android-dev-process .d-mid-area .process-grid .item_col {
    height: 210px !important;
    overflow: hidden !important;
	width: calc(50% - 0px) !important;
}


header nav .navbar-nav .dropdown-menu h5 a:hover {
    text-decoration: none;
}

.business-model-wrapper .foot-area {
    padding-top: 30px;
}

.business-model-wrapper .tech-grid .item_tech_integ {
    margin: 0 14px 14px;
}

.individual-info .serv-content-text h3 {
    margin-top: 0;
}

.benifits-techno {
  padding: 35px 0 10px;
  margin-top: -4vh;
}

.service_indiv_top {
    padding: 80px 0 0;
}

.service_indiv_top .inner-main-title img {
    margin: 0 0 40px;
}

.faq-wrapper .faq-list .accordion .card h2 span {
    display: block;
}

@media (max-width: 767px) {
	
    .wrapper {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        padding: 5px;
        height: 50px;
        width: 100%;
    }
    .list {
        position: absolute;
        left: 0px;
        top: 0px;
        min-width: 3500px;
        margin-top: 0px;
    }
    .list li {
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
    }
    .scroller {
        text-align: center;
        cursor: pointer;
        display: none;
        padding: 7px;
        padding-top: 13px;
        white-space: no-wrap;
        vertical-align: middle;
        background-color: #fff;
    }
    .portfolio-tab-wrapper .tab-wrapper {
        position: relative;
    }
    .scroller {
        top: 30px;
        position: absolute;
        z-index: 99;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-color: transparent;
    }
    .scroller.scroller-left {
        left: 0px;
    }
    .scroller.scroller-right {
        right: 0px;
    }
    .android-dev-process .d-mid-area .process-grid .item_col .process-info .item-img {
        width: 42px;
        height: auto;
    }
    .business-model-wrapper .tech-grid .item_tech_integ img {
        width: 42px;
        height: 42px;
    }
    .service_full_img .img-full {
        margin-bottom: 10px;
    }
    .service_indiv_top {
        padding: 30px 0 10px;
    }
    .technical-wrapper {
        padding: 0 0 20px;
    }
    .benifits-techno ul li h6 {
        font-size: 19px;
        line-height: 25px;
    }
    .android-dev-process {
        padding: 20px 0 10px;
    }
    .next-prev-scroll .port-Slider-block ul li h5 {
        display: grid;
    }
    .next-prev-scroll .port-Slider-block ul li {
        padding: 50px 0;
    }
    .portfolio-tab-wrapper .tab-wrapper .nav.nav-tabs li a {
        font-size: 16px;
    }
    .portfolio-tab-wrapper .tab-wrapper .nav.nav-tabs li {
        padding: 0 1.5rem 0 0;
    }
    .domain-expertise .tab-wrapper .nav.nav-tabs li a {
        font-size: 16px;
    }
    .count-wrapper .counter-display ul li {
        width: 22%;
    }
    .tech-integration .tech-grid .item_tech_integ img {
        width: 42px;
        height: 42px;
    }
    .native-hybrid-block .tab-wrapper .nav.nav-tabs li a {
        font-size: 16px;
    }
    .faq-wrapper .faq-list .accordion .card h2 {
        font-size: 15px;
        line-height: 23px;
    }
	.benifits-techno ul {
    margin-bottom: 2vh;
    margin-top: 4vh;
  }
}

@media (max-width: 767px) {
    .business-model-wrapper .tech-grid .item_tech_integ img,
    .android-dev-process .d-mid-area .process-grid .item_col .process-info .item-img img {
        width: 48px;
        height: 48px;
    }
    .android-dev-process .d-mid-area .process-grid .item_col .process-info .item-img {
        width: 48px;
    }
}

.full-video-block {
    position: relative;
    padding: 0;
    display: block;
    flex-direction: row;
    width: 100%;
    float: left;
}
 .benifits-techno ul {
    margin-bottom: 2vh;
    margin-top: 4vh;
  }
.android-dev-process .d-mid-area .process-grid .item_col .process-info .item-img {
    width: 72px;
    height: 72px;
}

.pagination {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.pagination li {
    padding: 0 5px 0 0;
    display: inline-block;
}

.pagination li a {
    background: #0b0d17;
    padding: 10px 12px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
}

.pagination li.active span.active {
    background: #0555ff;
    padding: 10px 12px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
}

.pagination li a:hover {
    text-decoration: none;
    background: #0555ff;
}


/*============================ Top Header ============================*/

.top-header {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: #0b0d17;
}

.top-header .contact-list {
    margin: 0;
    padding: 0;
}

.top-header .contact-list li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    border-right: 1px solid #5A6679;
    font-size: 14px;
    padding: 0 17px;
    line-height: 20px;
}

.top-header .contact-list li:last-child {
    border-right: none;
}

.top-header .contact-list li:nth-child(1) {
    padding-left: 0;
}

.top-header .contact-list li:nth-child(1) img {
    width: 22px;
}

.top-header .contact-list li span {
    background: -webkit-linear-gradient(#FDA434, #F7B018);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 4px;
}

@keyframes oscillate {
    0% {
        left: 0;
    }
    50% {
        left: 5%;
    }
    100% {
        left: 0;
    }
}

.top-header .contact-list li:nth-child(1) img {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: oscillate;
    -webkit-animation-duration: 1s;
}

.top-header .contact-list li:nth-child(2) img,
.top-header .contact-list li:nth-child(3) img {
    width: 11.67px;
    height: 16.67px;
    vertical-align: sub;
    margin-right: 5px;
}

.top-header .contact-list li:nth-child(4) img {
    width: 19px;
    height: 16px;
    vertical-align: sub;
    margin-right: 5px;
}

.top-header .social-list {
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-header .social-list li {
    list-style-type: none;
    display: inline-block;
    margin-left: 7px;
}

.top-header .social-list li a {
    color: #fff;
    text-decoration: none;
}

.top-header .social-list li a i {
    background: #23252e;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50%;
}

.top-header .social-list li a:hover i {
    background: #0555ff;
}

@media (max-width: 767px) {
    .top-header .contact-list li {
        padding: 0 7px;
        line-height: 20px;
    }
    .top-header .social-list {
        margin: 10px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .top-header .contact-list li {
        padding: 0 9px;
    }
}


/*============================ //Top Header ============================*/


/*============================ Sticky Call ============================*/

.sticky-call {
    position: fixed;
    z-index: 99;
    bottom: 32px;
    right: 56px;
    width: 65px;
    height: 65px;
}

.sticky-call .icon-call {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25), 0 8px 44px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}

.sticky-call .fix-list {
    position: absolute;
    width: 324px;
    top: -225%;
    left: -456%;
    background: #fff;
    padding: 28px;
    z-index: -9;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05), 0px 8px 44px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.sticky-call ul {
    margin: 0;
    padding: 0;
}

.sticky-call ul li {
    list-style-type: none;
    padding: 0 0 10px;
    color: #445463;
}

.sticky-call ul li:nth-child(1) img {
    width: 11.67px;
    height: 16.67px;
    vertical-align: sub;
    margin-right: 5px;
}

.sticky-call ul li:nth-child(2) img {
    width: 19px;
    height: 16px;
    vertical-align: sub;
    margin-right: 5px;
}

.sticky-call .full-btn {
    background: #0555FF;
    color: #fff;
    border-radius: 8px;
    padding: 12px 15px;
    text-transform: capitalize;
    line-height: 21px;
    font-family: 'proxima-nova-semibold-webfont';
    font-size: 16px;
    width: 100%;
    text-align: center;
    ;
    text-decoration: none;
}

.sticky-call .full-btn img {
    width: 18px;
    vertical-align: sub;
    margin-right: 8px;
}

.sticky-call .full-btn:hover {
    background: #00aeef;
}

.sticky-call .close-btn {
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 1;
}

.sticky-call .close-btn img {
    width: 32px;
    height: 32px;
}

#mobile-call-view {
    display: none;
}

@media (max-width: 991px) {
    #desktop-call-view {
        display: none;
    }
    #mobile-call-view {
        display: block;
    }
    .sticky-call {
        right: 18px;
    }
}


/*============================ //Sticky Call ============================*/

.process-follow .process-grid .item_follow .progress-circle .circle {
    height: 64px;
}

.agile-process .agile-dev-content .item_agile .progress-circle .circle {
    height: 24px;
}

.tech-integration .tech-grid .item_tech_integ img {
    height: 70px;
}

.service_indiv_top .inner-main-title img {
    margin: 0 0 10px;
}

.service_indiv_top .inner-main-title img {
    height: 96px;
}

.benifits-techno ul li h6 img {
    height: 10px;
}

@media (max-width: 767px) {
    .process-follow .process-grid .item_follow .progress-circle .circle {
        height: 35px;
    }
    .agile-process .agile-dev-content .item_agile .progress-circle .circle {
        height: 24px;
    }
    .service_indiv_top .inner-main-title img {
        height: 70px;
    }
}

.inner-main-title h1 {
    font-size: 56px;
    line-height: 70px;
    font-family: 'proxima-nova-bold-webfont';
    margin-bottom: 20px;
}

.career-list-wrap .current-opening .opening-grid .single_job {
    border-bottom: 2px solid #E5E9F2;
    padding-bottom: 22px;
    transition: all 0.7s ease 0s;
}

.career-list-wrap .current-opening .opening-grid .single_job:hover {
    text-decoration: none;
    border-bottom: 2px solid #00AEEF;
}

.career-list-wrap .current-opening .opening-grid .single_job h4 {
    font-size: 22px;
}

.career-list-wrap .current-opening .opening-grid .single_job .custom-button {
    color: #fff;
    font-family: 'proxima-nova-bold-webfont';
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: .8rem;
    display: inline-block;
    border: 1px solid #0555ff;
    background: #0555ff;
    padding: 10px 14px;
    margin: 10px 0;
    border-radius: 8px;
    line-height: 22px;
    width: max-content;
}

.career-list-wrap .current-opening .opening-grid .single_job .custom-button img {
    width: 18px;
    margin-left: 6px;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
}

.career-list-wrap .current-opening .opening-grid .single_job .custom-button:hover {
    text-decoration: none;
    background: #0B0D17;
    border: 1px solid #0B0D17;
}

/******** onload signup popup *********/

.onLoadPopup .modal-content {
    border-radius: 0;
    border: none;
    text-align: center;
}

.onLoadPopup .modal-content .modal-body:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgb(255 255 255 / 88%);
}

.onLoadPopup .modal-content .modal-body h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 5px;
    font-family: 'proxima-nova-bold-webfont';
    color: #0B0D17;
    text-transform: uppercase;
}

.onLoadPopup .modal-content .modal-body h3 {
    font-size: 42px;
    margin-bottom: 14px;
    line-height: 54px;
    font-family: 'proxima-nova-bold-webfont';
    text-transform: uppercase;
}

.onLoadPopup .modal-content .modal-body p {
    font-size: 18px;
    line-height: 32px;
    color: #0B0D17;
    font-family: 'proxima-nova-semibold-webfont';
}

.onLoadPopup .modal-content .modal-body a {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}

.onLoadPopup .close {
    opacity: inherit;
    text-shadow: none;
    color: #000;
    font-size: 33px;
    text-transform: uppercase;
    position: absolute;
    right: 42px;
    top: 24px;
    font-weight: 100;
    z-index: 9;
}

@media (min-width: 768px) {
    .modalBig .modal-dialog {
        max-width: 720px;
    }
    .modalSmall .modal-dialog {
        max-width: 620px;
        margin: 60px auto;
    }
}

.onLoadPopup .modal-content .modal-body form {
    margin: 16px auto 0;
    max-width: 440px;
}

.onLoadPopup .modal-content .modal-body input {
    border-radius: 0;
    border: 1px solid #606060;
    box-shadow: none;
    height: 46px;
    outline: none;
    border-radius: 8px;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    background: transparent;
}

.onLoadPopup .modal-content .modal-body input:placeholder {
    color: #000;
}

.onLoadPopup .modal-content .modal-body .submit-button {
    color: #fff;
    font-family: 'proxima-nova-bold-webfont';
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: .87rem;
    display: inline-block;
    border: 1px solid #0555ff;
    background: #0555ff;
    padding: 12px 28px;
    border-radius: 8px;
    margin: 10px auto 0;
    line-height: 22px;
    transition: all 0.7s ease 0s;
    cursor: pointer;
}

.onLoadPopup .modal-content .modal-body .submit-button img {
    width: 25px;
    margin-left: 10px;
    transition: all 0.7s ease 0s;
}

.onLoadPopup .modal-content .modal-body .submit-button:hover {
    text-decoration: none;
    background: #0B0D17;
    border: 1px solid #0B0D17;
}

.onLoadPopup .modal-content .modal-body .content_wrap {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.onLoadPopup .modal-content .modal-body .content_wrap .thanking_text {
    padding: 40px 0 50px;
}

.onLoadPopup .modal-content .modal-body .content_wrap .thanking_text p {
    margin-bottom: 0;
    margin-top: 20px;
}

.onLoadPopup .modal-content .modal-body .content_wrap .thanking_text i {
    font-size: 58px;
    color: #1ab566;
    margin-bottom: 10px;
}

.accomp{
	border-left-width: 2px;
	border-left-color: #0555FF;
}

.transformation-section{
	padding-top: 3% !important;
	padding-bottom: 5% !important;
}

.second-heading{
	margin-top: none!important;
}

.serve-grids1{	
/* 	margin-top:3%!important; */
	margin-top: 5% important;
	margin-left:-5% !important;
	margin-right:-5% !important;
	justify-content: center !important
}

.serve-item{
	height: 360px!important;
	padding-top: 5%!important;
}

.serve-item1{
	display: block!important;
	height: 540px!important;
	padding-top: 2%!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
}

.domain-images{
	width: 90px!important;
	height: 90px!important;
	margin-bottom: 5%!important;
}

.domain-images1{
	width: 50px!important;
	height: 50px!important;
	margin-bottom: 20%!important;
}

.domain-images3{
	width: 80px !important;
	height: 80px !important;
	margin-bottom: 8%!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.serve-grids4{
	margin-top: 3%!important;
	display: flex!important;
	justify-content: center!important;
	padding-left: 4%!important;
	padding-right: 4%!important;
}

.whychoose1{
	width: 90% !important;
}

.whychoose2{
	width: 60%!important;	
	text-align: center !important;
}

.accor{
		margin-left: auto!important;
		margin-right: auto!important;
	}
.image-icon{
	position: absolute!important;
	top: -50px;
}

.head-nav:hover{
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}

header nav .navbar-nav li:last-child .nav-link{
	margin-left: 10px!important;
	color: #fff !important;
}

.head-nav:last-child:hover {
  background-color: transparent!important;
}

.head-link{
	color: white!important;
}

.fixed-header .head-link{
	color: black!important;
}


.main-heading{
		line-height: 90px!important;
	}

.serve-item6 {
/*   height: fit-content !important; */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
	text-align: left;
float: left;
position: relative;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: all .3s ease 0s;
transform: translateZ(0);
background: #fff;
border-radius: 16px;
height: 400px;
margin-bottom: 15px;
box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
margin-right: 1% !important;
margin-left: 1% !important;
	margin-top: 5%!important;
}

.head-two-glob1 {
  font-size: 16px;
}

.para-glob1 {
  font-size: 16px;
	text-align: center!important;
}

.domain-images6 {
  margin-bottom: 20px;
	margin-top: 20px!important;
}

.serve-grids6{
	margin-top: 5%!important;
}

@media (max-width: 991px){
	.head-link{
		color: black!important;
	}
}

@media (max-width: 767.98px){
	
	.index-banner_1{
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
	
	.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
	
	.fixed-header{
		top: 0!important;
	}
	
	.head-two-glob{
		font-size: 20px;
		line-height:30px;
	}
	
	.font-18{
		font-size: 18px !important;
	}
	
	.font-14{
		font-size: 14px !important;
	}
	
	.font-20{
		font-size: 20px !important;
	}
	
	.pad-4{
		padding-left:4% !important;
	}
	
	.head-five-cont{
		margin-left:2% !important;
	}
	
	.head-sm-glob{
		margin-top: 25% !important
	}
	
	.head-sm-glob-two{
		margin-top: 18% !important
	}
	
	.serve-item6{
	margin-top: 0px!important;
		margin-left: 2%!important;
		margin-right: 2%!important;
		width: 45%!important;
}

.para-glob{
	font-size: 20px;
	
}
	.head-glob-four{
		font-size: 30px!important;
	}
	
	.serve-grids{	
	margin-top:1%!important;
}
	.content-cont{
		margin-left: 2%!important;
		margin-top: 5%!important;
	}
	
	header nav .navbar-nav li:last-child .nav-link{
	margin-left: 0px!important;
}

.head-nav {
  background-color: transparent!important;
}
	
	.accomp{
		border-left-width: 2px;
	    border-left-color: #0555FF;
		margin-top: 40px;
		width: 50%!important;
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	
	.accomp-row{
		padding-left:5%!important;
		padding-right: 5%!important;
		margin-bottom: 5%!important;
		margin-top: 5%!important;
	}
	
	.contact-content-container{
		margin-left: 5%!important;
	}
	
	.main-heading{
		font-size: 34px !important;
		margin-top: 15%!important;
		line-height: 42px!important;
	}
	
	.hero-button{
		padding-top: 15px!important;
		padding-bottom: 15px!important;
		margin-top: 5%!important;
	}
	
	.cont-main{
		margin-top: 5%!important;
	}
	
	.second-heading{
		font-size: 30px !important;
		line-height: 40px!important;
		width: 100% !important;
		margin-left: 10%!important;
		margin-right: 10%!important;
	}
	
	.serve-item{
		margin-left: 5%!important;
		margin-right: 5%!important;
		margin-top: 15%!important;
		height: auto !important;
	}
	
	.serve-item1{
		margin-left: 5%!important;
		margin-top: 0px!important;
		height: 440px !important;
	}
	
	.domain-images3 {
	  width: 75px !important;
	  height: 75px !important;
	  margin-bottom: 8% !important;
	  margin-left: auto !important;
	  margin-right: auto !important;
	  margin-top:5% !important;
	}
	
	.head-glob-three{
		font-size: 24px!important;
		line-height: 32px!important;
		margin-bottom: 6%!important;
		margin-top:4% !important
	}
	
	.mrg-btm{
		margin-bottom: 15% !important;
	}
	
	.testimonial-block-two{
		padding:25px 0px !important;
	}
	
	.testimonial-block-two .client-feedback{
		padding:20px 0 10px !important;
	}
	
/* #testimonial-carousel-two .owl-dots:last-of-type {
    display: none !important;
}
	.owl-dots:nth-of-type(2) {
    display: none !important;
} */


	
	.image-cont{
		width: 100%!important;
	}
	
	.business-img{
		margin-left: auto!important;
		margin-right: auto!important;
		width: 280px !important;
		height: 280px !important;
		margin-left: 12% !important;
		margin-top:6% !important
	}
	
	.client-images{
		display: flex!important;
		justify-content: center!important;
	}
	
	.whychoose{
		font-size: 30px!important;
		line-height: 40px!important;
	}
	
	.whychoose1{
		font-size: 24px!important;
		line-height: 32px!important;
		width: 80%!important
	}
	
	.whychoose2{
		
		width: 80%!important
	}
	
	.block-five-cont{
		margin-top: 5%!important;
		margin-right: 2%!important;
		
	}
	
	.techno{
		margin-left: 5%!important;
	}
	
	.accor{
		margin-left: 2%!important;
		margin-right: 2%!important;
	}
}

@media (min-width: 760px){
	.hero-button{
		width: 372px !important;
	}
}

@media screen and (min-width:770px) and (max-width: 1000px){
	.serve-item{
		height:430px !important;
	}
	
	.serve-item-resp{
		height:500px !important
	}
}

@media screen and (min-width:770px){
	.marg-5{
		margin-left:5% !important;
	}
	
	.marg-3{
		margin-left:3% !important;
	}
	
	.width-full{
		max-width:100% !important
	}
	
	.marg-10{
		margin-left:10% !important
	}
	
	.marg-both-3{
		margin-top:5 !important;
	}
	
	.colmn-center{
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	
	.para-tech{
		width:50%;
		text-align:center
	}
	
	.tech-integration .tech-grid{
		margin-left:6% !important;
	}
	
	.marg-5{
		margin-left:5% !important
	}
	@media screen and (min-width: 770px){
		.blog-cont-marg{
		margin-right: 4% !important;
		margin-left:6% !important;
	}
	}
	
	.tech-integration .tech-grid .item_tech_integ{
		  width: calc(27% - 16px) !important;
		 margin-right:3% !important;
	}
	
	.faq-wrap-marg{
		margin-left:6% !important;
		margin-right:6% !important
	}
	
	.item_exper_height{
		height:620px;
	}
	
	.marg-btm-8{
		margin-bottom:0% !important;
		margin-top:3%
	}
	
	.marg-btm-10{
		margin-bottom:10% !important
	}
	
	.marg-tp-4{
		margin-top:-4% !important;
	}
	
	.transformation-section{
		padding-bottom:2% !important;
	}
	
	.content-cont{
		margin-left:1% !important;
	}
	
	.marg-bt-2{
		margin-bottom:2% !important;
	}
	
	.marg-tp-1{
		margin-top:1% !important;
	}
	
	.digi-trans-marg{
		margin-left:8% !important;
		margin-top:2% !important;
	}
	
	.cors-marg-cont{
		margin-right:9% !important;
		margin-left:2% !important
	}
	
	.marg-7{
		margin-left:7% !important;
	}
}

@media screen and (min-width:1320px) and (max-width: 1450px){
	.resp-serve-item{
		height:500px !important;
	}
}

@media screen and (min-width:1451px){
	.resp-serve-item{
		height:430px !important;
	}
}


@media screen and (min-width:1130px){
	.serve-item6-resp{
		height: 285px;
	}
}


@media screen and (min-width:840px) and (max-width: 1129px){
	.serve-item6-resp{
		height:310px 
	}
}

@media screen and (min-width:790px) and (max-width: 1000px){
	.resp-serve-item{
		height:470px !important;
	}
}

@media screen and (min-width:1150px) and (max-width: 1360px){
	.resp-serve-item{
		height:520px !important;
	}
}

@media screen and (min-width:1310px) and (max-width: 1450px){
	.image-cors{
		width: 40% ;
		margin-right:2%;
	}
}


@media screen and (min-width: 1110px) and (max-width: 1310px){
	.image-cors{
		width: 60% ;
		margin-right:2%;
	}
	
}

@media screen and (min-width: 520px) and (max-width: 1110px){
	.image-cors{
		width: 100% ;
		margin-right:2%;
	}
	
}

@media screen and (min-width:1690px){
	.resp-block-3{
		margin-bottom: 8% !important;
		margin-top:0% !important;
		margin-left:3% !important
	}
}

@media screen and (min-width:745px) and (max-width:1689px){
	.resp-block-3{
		margin-bottom: 8% !important;
		margin-top:0% !important;
		margin-left:8% !important
	}
}




@media (min-width: 992px)
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute !important;
    left: 140px !important;
    border-radius: 10px !important;
}

@media (max-width: 767px){
.navbar-nav {
  background: white;
  padding: 12px;
  border-radius: 10px;
}
}


/******** onload signup popup *********/


@media (max-width: 767px) {
     .container {
         margin-top: -2%;
    }
     footer .footer-top {
         padding: 40px 0 30px;
         margin-bottom: -2%;
    }
     .faq-wrapper .faq-list .accordion .card h2 span {
    	display: block;
    	font-family: 'proxima-nova-regular' !important;
    	font-weight: bold;
  	}
     .headline-area h2 {
         text-align: left;
         font-size: 24px !important;
         line-height: 1 !important;
         font-family: proxima-nova-semibold-webfont !important;
         font-style: normal !important;
         font-weight: 600 !important;
    }
     .headline-area.colmn-center h2 {
         text-align: center !important;
    }
     .para-tech {
         text-align: center;
    }
     .faq-wrapper .faq-list .accordion .card h2 span {
         display: block;
    }
     .card-body p {
         font-size: 14px !important;
         line-height: 23px !important;
         font-family: 'proxima-nova-regular' !important;
    }
/*      header ~ :not(footer), footer ~ * {
         margin-top: 10%;
    } */
     footer {
         margin-bottom: -10%;
    }
     .transformation-section {
         margin-top: -1%;
    }
     .index-banner_1 {
         margin-top: auto !important;
    }
}
