@charset "UTF-8";



/*=========

Font load

===========*/



@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&amp;family=Montserrat:wght@100;400;500;600;700&amp;family=Nunito:wght@200;300;400;600;700&amp;family=Playfair+Display:wght@400;500;600;700&amp;family=Roboto:wght@100;300;400;500;700&amp;display=swap");



/*=========

Color Code

===========*/





/*(1)- global area*/





/*----------------------------------------------------*/



.s-it {

    margin: 0;

    padding: 0;

    overflow-x: hidden;

    font-size: 13px;

    color: #535353;

    font-family: Roboto, sans-serif;

    font-weight: 500;

    -moz-osx-font-smoothing: antialiased;

    -webkit-font-smoothing: antialiased;

}



.s-it::selection {

    color: #ffffff;

    background-color: #ff5b2e;

}



.s-it::-moz-selection {

    color: #ffffff;

    background-color: #ff5b2e;

}



.container {

    max-width: 1200px;

}



.ul-li ul {

    margin: 0;

    padding: 0;

}



.ul-li ul li {

    list-style: none;

    display: inline-block;

}



.ul-li-block ul {

    margin: 0;

    padding: 0;

}



.ul-li-block ul li {

    display: block;

    list-style: none;

    font-size: 15px;

}





/* 

div#preloader {

  position: fixed;

  left: 0;

  top: 0;

  z-index: 99999;

  width: 100%;

  height: 100%;

  overflow: visible;

  background: #fff url("../img/pre.svg") no-repeat center center;

} */



[data-background] {

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

}



.s-it a {

    text-decoration: none;

    transition: 0.3s all ease-in-out;

}



.s-it a:hover,

.s-it a:focus {

    text-decoration: none;

}



.s-it img {

    max-width: 100%;

    height: auto;

    padding-top: 7px;

}



.my-gst {

    color: #FDAD30 !important;

}



section {

    overflow: hidden;

}



button {

    cursor: pointer;

}



.form-control:focus,

button:visited,

button.active,

button:hover,

button:focus,

input:visited,

input.active,

input:hover,

input:focus,

textarea:hover,

textarea:focus,

a:hover,

a:focus,

a:visited,

a.active,

select,

select:hover,

select:focus,

select:visited {

    outline: none;

    box-shadow: none;

    text-decoration: none;

    color: inherit;

}



.form-control {

    box-shadow: none;

}



.relative-position {

    position: relative;

}



.pera-content p {

    margin-bottom: 0;

}



.no-paading {

    padding: 0;

}



.s-it .headline-1 h1,

.s-it .headline-1 h2,

.s-it .headline-1 h3,

.s-it .headline-1 h4,

.s-it .headline-1 h5,

.s-it .headline-1 h6 {

    margin: 0;

    /* font-family: "Roboto,sans-serif"; */

}



.s-it .headline-2 h1,

.s-it .headline-2 h2,

.s-it .headline-2 h3,

.s-it .headline-2 h4,

.s-it .headline-2 h5,

.s-it .headline-2 h6 {

    margin: 0;

    font-family: "Roboto,sans-serif";

}



.s-it .headline-3 h1,

.s-it .headline-3 h2,

.s-it .headline-3 h3,

.s-it .headline-3 h4,

.s-it .headline-3 h5,

.s-it .headline-3 h6 {

    margin: 0;

    font-family: "Roboto,sans-serif";

}



.block-display {

    width: 100%;

    display: block;

}



.background_overlay {

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    position: absolute;

}



#cursor .it-cursor {

    position: fixed;

    top: inherit;

    left: inherit;

    z-index: 99;

    pointer-events: none;

}



#cursor .cursor_outer {

    width: 30px;

    height: 30px;

    border: 1px solid #5b1d67;

    border-radius: 30px;

    margin-top: -17px;

    margin-left: -16px;

    transition: all 50ms linear 0ms;

}



#cursor .cursor_inner {

    width: 6px;

    height: 6px;

    background-color: #92d3d7;

    border-radius: 6px;

    margin-top: -5px;

    margin-left: -4px;

}



.s-it .scrollup {

    width: 50px;

    right: 20px;

    z-index: 5;

    height: 50px;

    bottom: 20px;

    display: none;

    position: fixed;

    border-radius: 100%;

    line-height: 53px;

    background-color: #ff5b2e;

}



.s-it .scrollup i {

    color: #fff;

    font-size: 20px;

}



.it-up-section-title span,

.it-up-section-title-2 span {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 18px;

    display: inline-block;

    background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.it-up-section-title h2,

.it-up-section-title-2 h2 {

    color: 4c4e54;

    font-size: 35px;

    /* font-weight: 700; */

}



.it-up-section-title p,

.it-up-section-title-2 p {

    font-size: 15px;

}



.it-up-section-title-2 span {

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



@keyframes IT_animation_1 {

    0% {

        transform: translateX(0);

    }

    25% {

        transform: translateX(-40px);

    }

    50% {

        transform: translateX(0);

    }

    75% {

        transform: translateX(40px);

    }

    100% {

        transform: translateX(0);

    }

}



@keyframes IT_animation_2 {

    0% {

        transform: translateY(0);

    }

    25% {

        transform: translateY(-40px);

    }

    50% {

        transform: translateY(0);

    }

    75% {

        transform: translateY(40px);

    }

    100% {

        transform: translateY(0);

    }

}



@keyframes IT_animation_3 {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



@keyframes IT_animation_4 {

    0% {

        transform: translate(-300px, 151px) rotate(0);

    }

    100% {

        transform: translate(251px, -200px) rotate(180deg);

    }

}



@keyframes IT_animation_5 {

    0% {

        transform: translate(0, 0) rotate(0);

    }

    20% {

        transform: translate(73px, -1px) rotate(36deg);

    }

    40% {

        transform: translate(111px, 72px) rotate(72deg);

    }

    60% {

        transform: translate(93px, 122px) rotate(108deg);

    }

    80% {

        transform: translate(-70px, 72px) rotate(124deg);

    }

    100% {

        transform: translate(0, 0) rotate(0);

    }

}



.it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn,

.it-up-form-wrap button,

.it-up-service-tab-text .it-up-ser-btn,

.it-up-ft-btn a,

.it-up-about-btn a {

    /* height: 55px;

    font-weight: 700;

    width: 160px; */

    color: #000;

    line-height: 55px;

    text-align: center;

    border-radius: 5px;

    display: inline-block;

    transition: all 200ms linear 0ms;

    background-size: 200%, 1px;

}



.it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn:hover,

.it-up-form-wrap button:hover,

.it-up-service-tab-text .it-up-ser-btn:hover,

.it-up-ft-btn a:hover,

.it-up-about-btn a:hover {

    background-position: 120%;

}





/*---------------------------------------------------- */





/*(1)- Header area*/





/*----------------------------------------------------*/



.it-header-up-top {

    padding: 5px 0px;

    background-color: #FDAD30;

}



.it-header-up-top .it-header-top-cta a {

    color: #fff;

    font-size: 14px;

    margin-right: 30px;

}



.it-header-up-top .it-header-top-cta a i {

    color: #ffffff;

    margin-right: 5px;

}



.it-header-up-top .it-header-top-social a {

    color: #fff;

    font-size: 14px;

    margin-left: 15px;

}



.it-up-header-main {

    padding: 10px 0px;

    background-color: #333333;

}



.it-up-main-navigation {

    padding-top: 20px;

}



.it-up-main-navigation .dropdown {

    position: relative;

}



.it-up-main-navigation .dropdown:hover .dropdown-menu {

    transform: scaleY(1);

}



.it-up-main-navigation .dropdown-menu {

    left: 0;

    top: 45px;

    z-index: 100;

    margin: 0px;

    padding: 0px;

    height: auto;

    min-width: 250px;

    display: block;

    border: none;

    border-radius: 0 !important;

    position: absolute;

    transform: scaleY(0);

    background-color: #fff;

    background-clip: inherit;

    border-radius: 6px;

    transition: all 0.4s ease-in-out;

    transform-origin: center top 0;

    box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);

}



.card {

    border-radius: 0px!important;

}



.it-up-main-navigation .dropdown-menu li {

    display: block;

    margin: 0 !important;

    transition: 0.3s all ease-in-out;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.it-up-main-navigation .dropdown-menu li:last-child {

    border-bottom: none;

}



.it-up-main-navigation .dropdown-menu li:hover .dropdown-menu {

    top: 0;

    opacity: 1;

}



.it-up-main-navigation .dropdown-menu li:hover {

    /* background-color: #fd5d0a; */

    background-color: #f6bb19;

}



.it-up-main-navigation .dropdown-menu a {

    width: 100%;

    display: block;

    /* font-weight: 700; */

    padding: 10px 20px 10px !important;

    font-size: 13px !important;

}



.it-up-main-navigation .dropdown-menu a:after {

    display: none;

}



.it-up-main-navigation .dropdown-menu a:hover {

    color: #fff !important;

}



.it-up-main-navigation .navbar-nav {

    display: inherit;

    margin-left: 240px;

}



.it-up-main-navigation li {

    margin-left: 24px;

}



.it-up-main-navigation li a {

    color: #000000;

    /* font-weight: 600; */

    padding-bottom: 18px;

    text-transform: uppercase;

}



.it-up-header-cta-btn a {

    height: 50px;

    width: 109px;

    color: #fff;

    font-weight: 700;

    line-height: 51px;

    display: inline-block;

    background-size: 200%, 1px;

    border: 1px solid #f6bb19;

    /* background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa); */

}



.pay-btn {

    padding-top: 4px;

}



.it-up-header-cta-btn a:hover {

    background-position: 120%;

}



.it-header-up-sticky {

    top: -5px;

    width: 100%;

    z-index: 10;

    position: fixed;

    background: #fff;

    animation-duration: 0.7s;

    animation-fill-mode: both;

    animation-name: fadeInDown;

    animation-timing-function: ease;

    transition: 0.3s all ease-in-out;

    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);

}



.it-header-up-sticky .it-up-header-main {

    padding: 10px 0px;

}



.mobile_menu_content {

    top: 65px;

    bottom: 0;

    right: -400px;

    height: 100vh;

    z-index: 101;

    width: 100%;

    position: fixed;

    overflow-y: scroll;

    background-color: #000;

    padding: 50px 20px 50px 20px;

    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);

    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;

}



.mobile_menu_content .main-navigation {

    width: 100%;

    margin-right: 0 !important;

}



.mobile_menu_content .main-navigation li {

    margin-left: 0 !important;

}



.mobile_menu_content .main-navigation .navbar-nav {

    width: 100%;

}



.mobile_menu_content .navbar-nav .dropdown-menu {

    position: static !important;

    transform: none !important;

    background-color: transparent;

}



.mobile_menu_content .main-navigation .navbar-nav li {

    width: 100%;

    display: block;

    text-align: center;

    margin-left: 0;

    padding-left: 0;

    margin: 9px 0px;

    transition: 0.3s all ease-in-out;

}



.mobile_menu_content .main-navigation .navbar-nav li a {

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

}



.mobile_menu_content .m-brand-logo {

    margin-bottom: 30px;

}



.mobile_menu_content .dropdown-btn {

    right: 0;

    top: 0px;

    width: 30px;

    color: #c5c5c5;

    height: 30px;

    line-height: 30px;

    text-align: center;

    position: absolute;

    background-color: #061c31;

    transition: 0.3s all ease-in-out;

}



.it-up-mobile_menu_wrap.it-up-mobile_menu_on .mobile_menu_content {

    right: 0px;

    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;

}



.mobile_menu_overlay {

    top: 0;

    width: 100%;

    height: 100%;

    position: fixed;

    z-index: 100;

    right: -100%;

    height: 120vh;

    background-color: rgba(0, 0, 0, 0.9);

    transition: all 0.8s ease-in 0.8s;

}



.it-up-mobile_menu_overlay_on {

    overflow: hidden;

}



.it-up-mobile_menu_wrap.it-up-mobile_menu_on .mobile_menu_overlay {

    right: 0;

    transition: all 0.8s ease-out 0s;

}



.mobile_menu_button {

    position: absolute;

    display: none;

    right: 0px;

    top: -42px;

    cursor: pointer;

    color: #fd5d0a;

    text-align: center;

    font-size: 25px;

}



.mobile_menu .main-navigation .navbar-nav li a:after {

    display: none;

}



.mobile_menu .main-navigation .dropdown>.dropdown-menu {

    opacity: 1;

    visibility: visible;

}



.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {

    border: none;

    display: none;

    transition: none;

    box-shadow: none;

    padding: 5px 0px;

}



.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {

    border: none;

    line-height: 1;

    padding: 5px 20px;

}



.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a {

    color: #fff;

    font-size: 14px;

    font-weight: 500;

}



.mobile_menu .mobile_menu_close {

    color: #d60606;

    cursor: pointer;

    top: 15px;

    left: 15px;

    font-size: 20px;

    position: absolute;

}





/*---------------------------------------------------- */





/*(2)- Banner area*/





/*----------------------------------------------------*/



.it-up-banner-section .it-up-banner-deco1 {

    left: 0;

    bottom: 0;

}



.it-up-banner-section .it-up-banner-deco2 {

    left: 175px;

    bottom: 210px;

    animation: IT_animation_3 12s infinite linear alternate;

}



.it-up-banner-section .it-up-banner-deco3 {

    left: 15%;

    top: 150px;

    animation: IT_animation_2 12s infinite linear alternate;

}



.it-up-banner-section .it-up-banner-deco4 {

    top: 45%;

    left: 51%;

    z-index: 1;

    animation: IT_animation_1 12s infinite linear alternate;

}



.it-up-banner-text {

    max-width: 615px;

    padding: 350px 0px 250px;

}



.it-up-banner-text span {

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 18px;

    display: inline-block;

    background: linear-gradient( 90deg, #ff780b 0%, #ee132f 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.it-up-banner-text span:before,

.it-up-banner-text span:after {

    left: -11px;

    bottom: 8px;

    content: "";

    height: 3px;

    width: 10px;

    position: absolute;

    background-color: #0e50d7;

}



.it-up-banner-text span:after {

    left: auto;

    right: -11px;

}



.it-up-banner-text h1 {

    color: #000000;

    font-size: 85px;

    font-weight: 700;

    line-height: 0.941;

    padding-bottom: 45px;

}



.it-up-banner-text p {

    font-size: 20px;

    padding-bottom: 30px;

}



.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {

    width: 60px;

    height: 60px;

    line-height: 60px;

    margin-right: 25px;

    border-radius: 100%;

    background-color: #FF5B2E;

}



.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn a {

    color: #fff;

    width: 100%;

    display: block;

}



.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn {

    height: 55px;

    width: 150px;

    line-height: 55px;

    border-radius: 5px;

    background-size: 200%, 1px;

    transition: all 200ms linear 0ms;

    box-shadow: 0px 21px 29px 0px rgba(248, 79, 26, 0.27);

    background-image: linear-gradient(90deg, #ff780b 0%, #ee132f 50%, #ff780b);

}



.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn a {

    color: #fff;

    width: 100%;

    display: block;

    font-size: 15px;

    font-weight: 700;

}



.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn:hover {

    background-position: 120%;

}



.it-up-banner-img {

    top: 0;

    right: 0;

    position: absolute;

}



.it-up-banner-img .it-up-img-deco1 {

    top: 0;

    right: 20px;

    border-radius: 10px;

    box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);

}



.it-up-banner-img .it-up-img-deco3 {

    right: -35px;

    bottom: 250px;

    border-radius: 10px;

    box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);

}



.it-up-banner-img .it-up-img-deco2 {

    left: -50px;

    bottom: 140px;

    border-radius: 10px;

    box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);

}





/*---------------------------------------------------- */





/*(3)- sponsor area*/





/*----------------------------------------------------*/



.it-up-sponsor-slider {

    padding: 25px 80px;

    border-radius: 20px;

    box-shadow: 0px 9px 21px 0px rgba(0, 13, 42, 0.08);

}



.it-up-sponsor-img img {

    cursor: pointer;

    filter: grayscale(1);

    transition: 0.4s all ease-in-out;

}



.it-up-sponsor-img img:hover {

    filter: grayscale(0);

}



.it-up-sponsor-slider .owl-nav,

.it-up-testimonial-slider-wrap .owl-nav,

.it-up-blog-slide .owl-nav {

    display: none;

}





/*---------------------------------------------------- */





/*(4)- about area*/





/*----------------------------------------------------*/



.it-up-about-section {

    padding: 100px 0px;

}



.it-up-about-img {

    padding-top: 80px;

}



.it-up-about-img-wrap img {

    border-radius: 15px;

}



.it-up-about-circle-progress {

    top: 0;

    left: 0;

    width: 205px;

    height: 215px;

    padding: 20px;

    border-radius: 20px;

    background-color: #fff;

    box-shadow: 0px 9px 21px 0px rgba(0, 13, 42, 0.08);

}



.it-up-about-circle-progress .circle-progress-icon {

    left: 0;

    right: 0;

    top: 50px;

    position: absolute;

}



.it-up-about-circle-progress .progress_area strong {

    left: 0;

    top: 44px;

    right: 0;

    color: #000000;

    font-size: 30px;

    font-weight: 600;

    position: absolute;

}



.it-up-about-circle-progress p {

    color: #FDAD30;

    font-size: 18px;

    font-weight: 700;

}



.it-up-about-text {

    padding-left: 40px;

}



.it-up-about-text .it-up-section-title h2 {

    max-width: 550px;

    padding-bottom: 30px;

}



.it-up-about-text .it-up-section-title p {

    max-width: 550px;

}



.it-up-about-feature {

    padding: 30px 0px 40px;

}



.it-up-about-ft-item {

    width: 50%;

    float: left;

}



.it-up-about-ft-item .it-up-about-ft-icon {

    width: 60px;

    height: 60px;

    line-height: 70px;

    margin-right: 25px;

    border-radius: 100%;

    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);

    box-shadow: 0px 25px 24px 0px rgba(4, 21, 59, 0.1);

}



.it-up-about-ft-item .it-up-about-ft-text {

    overflow: hidden;

}



.it-up-about-ft-item .it-up-about-ft-text h3 {

    color: #000000;

    font-size: 20px;

    font-weight: 700;

    padding-bottom: 8px;

}



.it-up-about-ft-item .it-up-about-ft-text h3 a {

    color: #000000;

    font-size: 20px;

    font-weight: 700;

    padding-bottom: 8px;

}



.it-up-about-ft-item .it-up-about-ft-text p {

    line-height: 1.733;

}



.it-up-about-ft-item:hover .it-up-about-ft-icon {

    transform: rotateY(360deg);

}



.it-up-about-btn span {

    color: #000000;

    font-size: 18px;

    font-weight: 700;

    font-family: "Roboto,sans-serif";

    margin-right: 20px;

}





/*---------------------------------------------------- */





/*(5)- Featured area*/





/*----------------------------------------------------*/



.it-up-featured-section {

    padding: 100px 0px 80px;

}



.it-up-featured-section .it-up-ft-bg {

    top: 0;

    left: -50px;

}



.it-up-featured-section .it-up-section-title-2 {

    margin: 0 auto;

    max-width: 500px;

}



.it-up-featured-section .it-up-ft-shape {

    top: 60%;

    left: 10%;

    animation: IT_animation_1 12s infinite linear alternate;

}



.it-up-featured-section .it-up-ft-shape2 {

    bottom: 50px;

    right: 20%;

    animation: IT_animation_1 12s infinite linear alternate;

}



.it-up-featured-content {

    padding-top: 100px;

}





/* .it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {

    color: #f0202a;

} */





/* .it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:before,

.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:after {

    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);

} */





/* .it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox {

    transform: translateY(-40px);

} */





/* .it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-text .it-up-ft-more {

    color: #70df11;

} */





/* .it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {

    color: #105adb;

} */





/* .it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:before,

.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:after {

    background: linear-gradient(90deg, #1cb6f6 0%, #105bdb 100%);

} */





/* .it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {

    color: #6a63e6;

} */





/* .it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:before,

.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:after {

    background: linear-gradient(90deg, #1ec2f9 0%, #0f53d9 100%);

} */





/* .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {

    transform: translateY(-40px);

} */





/* .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {

    color: #fd60a9;

} */





/* .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:before,

.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:after {

    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);

} */





/* .it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {

    color: #1bc29f;

} */





/* .it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:before,

.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:after {

    background: linear-gradient(90deg, #8ff9ab 0%, #1bc29f 100%);

} */



.it-up-featured-innerbox {

    margin-bottom: 30px;

    border-radius: 10px;

    height: 400px;

    padding: 35px 35px 50px 35px;

    box-shadow: 0px 0px 38px 0px rgba(1, 44, 118, 0.08);

}



.address-box {

    margin-bottom: 30px;

    border-radius: 10px;

    padding: 35px 35px 50px 35px;

    box-shadow: 0px 0px 10px 0px rgba(131, 158, 204);

}



.address-section {

    padding: 35px;

}



.address-box-content {

    height: 300px !important;

}



.address-icon {

    margin-bottom: 10px !important;

}



.it-up-featured-innerbox .it-up-featured-icon {

    width: 80px;

    height: 80px;

    margin: 0 auto;

    line-height: 90px;

    margin-bottom: 35px;

    position: relative;

    border-radius: 100%;

    /* box-shadow: 0px 15px 24px 0px rgba(4, 21, 59, 0.1); */

}



.it-up-featured-innerbox .it-up-featured-icon:before,

.it-up-featured-innerbox .it-up-featured-icon:after {

    top: 4px;

    width: 7px;

    right: 20px;

    height: 7px;

    content: "";

    position: absolute;

    border-radius: 100%;

    /* transform: scale(0);

    transition: 0.3s all ease-in-out;

    background: linear-gradient(90deg, #30c677 0%, #70df11 100%); */

}



.it-up-featured-innerbox .it-up-featured-icon:after {

    top: auto;

    bottom: 0;

    right: 40px;

}



.it-up-featured-innerbox .it-up-featured-text h3 {

    color: #FDAD30;

    font-size: 22px;

    font-weight: 700;

    padding-bottom: 26px;

}



.it-up-featured-innerbox .it-up-featured-text h3 a {

    color: #4c4e54 !important;

    font-size: 16px;

    font-weight: 600;

    padding-bottom: 12px;

}



.it-up-featured-innerbox .it-up-featured-text h3 a:hover {

    color: #FDAD30 !important;

}



.it-up-featured-innerbox .it-up-featured-text p {

    line-height: 22px;

    padding-bottom: 20px;

    color: #4c4e54 !important;

    font-size: 14px;

}



.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {

    font-size: 15px;

}



.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more i {

    transition: 0.4s all ease-in-out;

}



.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more:hover i {

    margin-left: 10px;

}



.it-up-featured-innerbox:hover .it-up-featured-icon:before,

.it-up-featured-innerbox:hover .it-up-featured-icon:after {

    transform: scale(1);

}





/* .it-up-featured-innerbox:hover .it-up-featured-icon {

    transform: rotateY(360deg);

} */



.it-up-ft-btn {

    margin-top: 30px;

}





/*---------------------------------------------------- */





/*(6)- Service area*/





/*----------------------------------------------------*/



.it-up-service-shape {

    z-index: -1;

}



.it-up-service-shape.deco1 {

    top: 30%;

    left: 10%;

    animation: IT_animation_4 20s infinite linear alternate;

}



.it-up-service-shape.deco2 {

    left: 25%;

    top: 185px;

    animation: IT_animation_5 12s infinite linear alternate;

}



.it-up-service-shape.deco3 {

    top: 135px;

    right: 10%;

    animation: IT_animation_4 12s infinite linear alternate;

}



.it-up-service-shape.deco4 {

    top: 50%;

    right: 12%;

    animation: IT_animation_5 18s infinite linear alternate;

}



.it-up-service-shape.deco5 {

    bottom: 20%;

    right: 8%;

    animation: IT_animation_4 15s infinite linear alternate;

}



.it-up-service-section {

    z-index: 1;

}



.it-up-service-section .it-up-section-title {

    margin: 0 auto;

    max-width: 625px;

}



.it-up-service-content {

    padding-top: 60px;

}



.it-up-service-tab-btn {

    background-color: #fff;

    padding: 85px 20px 40px 55px;

    box-shadow: 0px 0px 32px 0px rgba(80, 80, 80, 0.1);

}



.it-up-service-tab-btn .nav-tabs:before {

    top: -3px;

    left: -30px;

    width: 6px;

    height: 80%;

    content: "";

    position: absolute;

    background-color: #f8fcfc;

}



.it-up-service-tab-btn .nav-tabs .nav-item.show .nav-link,

.it-up-service-tab-btn .nav-tabs .nav-link.active,

.it-up-service-tab-btn .nav-tabs .nav-link,

.it-up-service-tab-btn .nav-tabs {

    padding: 0;

    border: none;

    position: relative;

}



.it-up-service-tab-btn .nav-tabs .nav-item {

    margin-bottom: inherit;

    padding-bottom: 65px;

}



.it-up-service-tab-btn .nav {

    display: inherit;

}



.it-up-service-tab-btn .nav-tabs .nav-link {

    color: #bebebe;

    font-size: 20px;

    font-weight: 500;

    /* font-family: "Roboto,sans-serif"; */

}



.it-up-service-tab-btn .nav-tabs .nav-link:before {

    left: 0;

    bottom: 0;

    top: 1px;

    width: 6px;

    content: "";

    height: 0px;

    left: -30px;

    border-radius: 10px;

    position: absolute;

    background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);

    transition: 0.4s all ease-in-out;

}



.it-up-service-tab-btn .nav-tabs .nav-link.active {

    color: #000000;

}



.it-up-service-tab-btn .nav-tabs .nav-link.active:before {

    height: 40px;

    background-color: #fff;

}



.it-up-service-tab-wrap {

    padding: 30px 50px;

    border-radius: 10px;

    background-color: #f8f8f8;

}



.it-up-service-tab-text {

    max-width: 480px;

    padding-top: 20px;

}



.it-up-service-tab-text .it-up-tab-icon {

    right: 0;

    bottom: 0;

}



.it-up-service-tab-text h3 {

    color: #000000;

    font-size: 34px;

    font-weight: 700;

    padding-bottom: 22px;

}



.it-up-service-tab-text li {

    font-size: 18px;

    padding-left: 35px;

    position: relative;

    margin-bottom: 8px;

}



.it-up-service-tab-text li:before {

    top: 0;

    left: 0;

    color: #000;

    content: "•";

    position: absolute;

    font-family: "Roboto,sans-serif";

    font-weight: 900;

}



.it-up-service-tab-text .it-up-ser-btn {

    margin-top: 20px;

}



.it-up-service-img img {

    border-radius: 10px;

}





/*---------------------------------------------------- */





/*(7)- ACHIEVEMENTS area*/





/*----------------------------------------------------*/



@keyframes rotate-anim {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



@keyframes icon-bounce {

    0%,

    100%,

    20%,

    50%,

    80% {

        transform: translateY(0);

    }

    40% {

        transform: translateY(-10px);

    }

    60% {

        transform: translateY(-5px);

    }

}



.it-up-achivement-section {

    padding: 50px 0px;

}



.it-up-achivement-section .it-up-achive-shape1 {

    top: 0;

    left: -50px;

}



.it-up-achivement-section .it-up-achive-shape2 {

    bottom: 0;

    right: -50px;

}



.it-up-achivement-content {

    padding-top: 50px;

    background-image: url(../img/its/acheivement-bg.jpg);

}



.it-up-achivement-content-1 {

    padding-top: 50px;

}



.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:before,

.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:after {

    background: linear-gradient(90deg, #1cb6f6 0%, #1161dd 100%);

}



.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:before,

.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:after {

    background: linear-gradient(90deg, #fd5d0a 0%, #ffe3ab 100%);

}



.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:before,

.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:after {

    background: linear-gradient(90deg, #2fc678 0%, #6add1a 100%);

}



.it-up-achivement-innerbox {

    width: 190px;

    height: 222px;

    margin: 0 auto;

    border-radius: 100%;

}



.it-up-achivement-innerbox .inner-border {

    width: 100%;

    top: 0;

    left: 0;

    height: 100%;

    position: absolute;

    border-radius: 100%;

    border: 2px solid #fff;

    animation-duration: 1500ms;

    animation: rotate-anim 3s infinite linear;

    animation-play-state: paused;

}



.it-up-achivement-innerbox .inner-border:before,

.it-up-achivement-innerbox .inner-border:after {

    top: -6px;

    left: 0;

    right: 0;

    content: "";

    width: 12px;

    height: 12px;

    margin: 0 auto;

    position: absolute;

    border-radius: 100%;

    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);

}



.it-up-achivement-innerbox .inner-border:after {

    top: auto;

    bottom: -6px;

}



.it-up-achivement-innerbox .it-up-achivement-icon {

    width: 100px;

    height: 115px;

    margin: 0 auto;

    margin-bottom: 5px;

    font-size: 60px;

    color: #fff;

}



.it-up-achivement-innerbox .it-up-achivement-text h3 {

    color: #fff;

    font-size: 40px;

    line-height: 1;

    font-weight: 700;

    display: inline-block;

    padding-bottom: 0px;

    padding-top: 0px;

}



.it-up-achivement-innerbox .it-up-achivement-text strong {

    color: #fff;

    font-size: 40px;

    line-height: 1;

    font-family: "Nunito";

}



.it-up-achivement-innerbox .it-up-achivement-text p {

    color: #fff;

}





/* .it-up-achivement-innerbox:hover .it-up-achivement-icon {

    animation: icon-bounce 0.8s ease-out infinite;

} */



.it-up-achivement-innerbox:hover .inner-border {

    animation-play-state: running;

}





/*---------------------------------------------------- */





/*(8)- Testimonial area*/





/*----------------------------------------------------*/



.it-up-testimonial-section {

    padding: 100px 0px;

}



.it-up-testimonial-section .it-up-section-title-2 {

    margin: 0 auto;

    max-width: 630px;

}



.it-up-testimonial-content {

    margin-top: 45px;

}



.it-up-testimonial-content .it-up-testi-shape1 {

    top: -40px;

    left: -40px;

    animation: IT_animation_1 12s infinite linear alternate;

}



.it-up-testimonial-content .it-up-testi-shape2 {

    top: -110px;

    right: -110px;

}



.it-up-testimonial-content .it-up-testi-shape3 {

    left: -100px;

    bottom: -60px;

}



.it-up-testimonial-content .it-up-testi-shape4 {

    right: -60px;

    bottom: 0;

    animation: IT_animation_2 12s infinite linear alternate;

}



.it-up-testimonial-innerbox {

    border-radius: 10px;

    padding: 45px 30px;

    background-color: #333333;

    border: 2px solid #f3f3f3;

    transition: 0.3s all ease-in-out;

    box-shadow: 0px 0px 24px 0px rgba(1, 44, 118, 0.05);

}



.it-up-testimonial-innerbox .it-up-testimonial-img-wrap {

    width: 82px;

    height: 82px;

    margin: 0 auto;

    margin-bottom: 30px;

}



.it-up-testimonial-innerbox .it-up-testimonial-img {

    width: 82px;

    height: 82px;

    margin: 0 auto;

    overflow: hidden;

    border-radius: 100%;

}



.it-up-testimonial-innerbox .quote-sign {

    bottom: 0;

    color: #fff;

    width: 40px;

    height: 40px;

    right: -10px;

    font-size: 40px;

    font-weight: 700;

    line-height: 60px;

    position: absolute;

    border-radius: 100%;

    font-family: "Nunito";

    display: inline-block;

    /* box-shadow: 0px 14px 17px 0px rgba(253, 97, 170, 0.29); */

    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);

}



.it-up-testimonial-innerbox .it-up-testi-author {

    margin-top: 30px;

    padding-top: 28px;

}



.it-up-testimonial-innerbox .it-up-testi-author:before {

    top: 0;

    left: 0;

    right: 0;

    content: "";

    height: 4px;

    width: 44px;

    margin: 0 auto;

    position: absolute;

    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);

}



.it-up-testimonial-innerbox .it-up-testi-author h4 {

    color: #FDAD30;

    font-size: 22px;

    font-weight: 700;

}



.it-up-testimonial-innerbox .it-up-testi-author a {

    color: #FDAD30;

    font-size: 16px;

    font-weight: 500;

}



.it-up-testimonial-innerbox .it-up-testi-author span {

    color: #fff;

    font-size: 15px;

    font-weight: 500;

}



.it-up-testimonial-innerbox:hover {

    box-shadow: 0px 46px 35px 0px rgba(1, 44, 118, 0.1);

}



.it-up-testimonial-pink .quote-sign {

    box-shadow: 0px 14px 17px 0px rgba(253, 97, 170, 0.29);

    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);

}



.it-up-testimonial-pink .it-up-testi-author:before {

    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);

}



.it-up-testimonial-green .quote-sign {

    box-shadow: 0px 10px 11px 0px rgba(107, 236, 2, 0.29);

    background: linear-gradient(90deg, #30c677 0%, #70df11 100%);

}



.it-up-testimonial-green .it-up-testi-author:before {

    background: linear-gradient(90deg, #30c677 0%, #70df11 100%);

}



.it-up-testimonial-blue .quote-sign {

    background-image: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);

    /* background-image: linear-gradient(

        90deg

        , #ff780b 0%, #ee132f 50%, #ff780b);

        } */

}



.it-up-testimonial-blue .it-up-testi-author:before {

    background-image: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);

}



.it-up-testimonial-slider-wrap .owl-stage-outer,

.it-up-blog-slide .owl-stage-outer {

    overflow: visible;

}



.it-up-testimonial-slider-wrap .owl-item,

.it-up-blog-slide .owl-item {

    opacity: 0;

    transition: opacity 700ms;

}



.it-up-testimonial-slider-wrap .owl-item.active,

.it-up-blog-slide .owl-item.active {

    opacity: 1;

}



.it-up-testimonial-slider-wrap .owl-dots,

.it-up-blog-slide .owl-dots {

    margin-top: 35px;

    text-align: center;

}



.it-up-testimonial-slider-wrap .owl-dots .owl-dot,

.it-up-blog-slide .owl-dots .owl-dot {

    width: 10px;

    height: 10px;

    margin: 0px 6px;

    border-radius: 100%;

    position: relative;

    display: inline-block;

    background: linear-gradient(90deg, #fd5d0a 0%, #ffe3ab 100%);

}



.it-up-testimonial-slider-wrap .owl-dots .owl-dot:before,

.it-up-blog-slide .owl-dots .owl-dot:before {

    top: -5px;

    left: -5px;

    content: "";

    width: 20px;

    opacity: 0;

    height: 20px;

    position: absolute;

    border-radius: 100%;

    border: 3px solid #fd5d0a;

}



.it-up-testimonial-slider-wrap .owl-dots .owl-dot.active:before,

.it-up-blog-slide .owl-dots .owl-dot.active:before {

    opacity: 1;

}





/*---------------------------------------------------- */





/*(9)- contact area*/





/*----------------------------------------------------*/



.it-up-contact-section {

    z-index: 1;

    padding: 100px 0px;

    background-color: #f7fafb;

}



.it-up-contact-section .it-up-section-title-2 {

    margin: 0 auto;

    max-width: 625px;

}



.it-up-contact-content {

    margin-top: 45px;

    border-radius: 8px;

    background-color: #fff;

}



.it-up-contact-img .contact-shape {

    top: 75px;

    left: -85px;

    position: absolute;

}



.it-up-contact-img .it-up-contact-text {

    left: 0;

    right: 0;

    bottom: 70px;

    margin: 0 auto;

    max-width: 340px;

    position: absolute;

}



.it-up-contact-img .it-up-contact-text h4 {

    color: #fff;

    font-size: 24px;

    font-weight: 700;

    padding-top: 30px;

}



.it-up-form-wrap {

    padding: 35px 50px 40px 20px;

}



.it-up-form-wrap button {

    border: none;

    height: 50px;

    width: 210px;

    line-height: 0;

    background-size: 200%, 1px;

    transition: all 200ms linear 0ms;

    box-shadow: 0px 5px 10px 0px rgba(248, 79, 26, 0.2);

    background-image: linear-gradient(90deg, #ff780b 0%, #ee132f 50%, #ff780b);

}



.it-up-form-wrap button:hover {

    background-position: 120%;

}



.it-up-form-input,

.it-up-form-select {

    margin-bottom: 15px;

}



.it-up-form-input label,

.it-up-form-select label {

    width: 100%;

    color: #000000;

    margin-bottom: 0;

    font-weight: 700;

    padding-bottom: 5px;

}



.it-up-form-input input,

.it-up-form-input select,

.it-up-form-input textarea,

.it-up-form-select input,

.it-up-form-select select,

.it-up-form-select textarea {

    width: 100%;

    height: 55px;

    padding-left: 20px;

    background-color: #fcfcfc;

    border: 1px solid #f3f3f3;

    -webkit-appearance: none;

}



.it-up-form-input textarea,

.it-up-form-select textarea {

    height: 125px;

    padding-top: 15px;

}





/* .it-up-form-select:before {

    top: 45px;

    right: 20px;

    content: "";

    font-weight: 900;

    position: absolute;

    font-family: "Font Awesome 5 Free";

} */





/*---------------------------------------------------- */





/*(10)- Blog area*/





/*----------------------------------------------------*/



.it-up-blog-section {

    padding: 100px 0px 0px;

}



.it-up-blog-section .it-up-blog-shape-bg1 {

    top: 0;

    left: 0;

}



.it-up-blog-section .it-up-blog-shape-bg2 {

    bottom: 0;

    right: 0;

}



.it-up-blog-section .it-up-section-title {

    margin: 0 auto;

    max-width: 635px;

}



.it-up-blog-content {

    padding-top: 50px;

}



.it-up-blog-innerbox {

    overflow: hidden;

    border-radius: 10px;

    transition: 0.4s all ease-in-out;

    box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);

}



.it-up-blog-innerbox .it-up-blog-img {

    overflow: hidden;

}



.it-up-blog-innerbox .it-up-blog-text {

    padding: 45px 20px 30px 30px;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta {

    top: -55px;

    left: 35px;

    color: #fff;

    width: 80px;

    height: 80px;

    line-height: 1;

    font-weight: 700;

    font-size: 30px;

    padding-top: 15px;

    position: absolute;

    border-radius: 100%;

    box-shadow: 0px 8px 18px 0px rgba(241, 37, 41, 0.21);

    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta span {

    display: block;

    font-size: 14px;

    font-weight: 500;

}



.it-up-blog-innerbox .it-up-blog-text h3 {

    color: #000000;

    font-size: 24px;

    font-weight: 700;

    position: relative;

    line-height: 1.333;

    margin-bottom: 15px;

    padding-bottom: 15px;

    border-bottom: 2px solid #eaeaea;

}



.it-up-blog-innerbox .it-up-blog-text h3 a {

    color: #FDAD30;

    font-size: 18px;

    font-weight: 600;

}



.it-up-blog-innerbox .it-up-blog-text h3:after {

    left: 0;

    height: 3px;

    width: 38px;

    content: "";

    bottom: -2px;

    position: absolute;

    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);

}



.it-up-blog-innerbox .it-up-blog-text p {

    color: #353535;

    font-weight: 500;

    font-size: 15px;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom {

    margin-top: 20px;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author {

    width: 85%;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-img {

    width: 35px;

    height: 35px;

    overflow: hidden;

    margin-right: 15px;

    border-radius: 100%;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text {

    padding-top: 5px;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text a {

    color: #000000;

    font-size: 13px;

    font-weight: 700;

    margin-right: 30px;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text a:last-child {

    margin-right: 0;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share {

    cursor: pointer;

    padding-top: 5px;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share ul {

    left: 0px;

    opacity: 0;

    top: -105px;

    visibility: hidden;

    position: absolute;

    transition: 0.4s all ease-in-out;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share ul li {

    margin-bottom: 5px;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover span {

    color: #fd5d0a;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul {

    opacity: 1;

    top: -115px;

    visibility: visible;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul li a {

    transition: 0.4s all ease-in-out;

}



.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul li a:hover {

    color: #fd5d0a;

}



.it-up-blog-innerbox:hover {

    box-shadow: 0px 22px 24px 0px rgba(3, 5, 77, 0.15);

}



.it-up-blog-orange .it-up-blog-text .it-up-blog-meta {

    box-shadow: 0px 8px 18px 0px rgba(241, 37, 41, 0.21);

    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);

}



.it-up-blog-orange .it-up-blog-text h3:after {

    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);

}



.it-up-blog-blue .it-up-blog-text .it-up-blog-meta {

    box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);

    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%);

}



.it-up-blog-blue .it-up-blog-text h3:after {

    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%);

}



.it-up-blog-grean .it-up-blog-text .it-up-blog-meta {

    box-shadow: 0px 10px 11px 0px rgba(107, 236, 2, 0.29);

    background: linear-gradient(90deg, #30c677 0%, #70df11 100%);

}



.it-up-blog-grean .it-up-blog-text h3:after {

    background: linear-gradient(90deg, #30c677 0%, #70df11 100%);

}





/*---------------------------------------------------- */





/*(11)- Footer area*/





/*----------------------------------------------------*/



.it-up-footer-section {

    padding: 210px 0px 0px;

}



.it-up-footer-section:before {

    left: 0;

    top: -150px;

    width: 100%;

    content: "";

    height: 180%;

    position: absolute;

    background-color: #16181e;

}



.it-up-footer-content-wrap {

    padding-bottom: 60px;

}



.it-up-footer-widget .widget-title {

    color: #535353;

    font-size: 22px;

    font-weight: 500;

    font-family: roboto, sans-serif!important;

    margin-bottom: 20px !important;

}



.it-up-footer-widget .it-up-footer-logo-widget .it-up-footer-logo {

    padding-bottom: 45px;

}



.it-up-footer-widget .it-up-footer-logo-widget p {

    color: #535353;

    padding-bottom: 35px;

    font-family: 'Source Sans Pro', sans-serif;

    font-size: 14px;

    font-weight: 500;

    /* line-height: 22px; */

    margin: 0 0 25px;

}



.it-up-footer-widget .it-up-footer-newslatter-widget p {

    color: #97a0b5;

}



.it-up-footer-widget .it-up-footer-newslatter-widget form {

    margin-top: 30px;

    position: relative;

}



.it-up-footer-widget .it-up-footer-newslatter-widget input {

    height: 45px;

    width: 100%;

    border: none;

    padding-left: 20px;

    background-color: #19243b;

}



.it-up-footer-widget .it-up-footer-newslatter-widget input::placeholder {

    color: #fff;

    font-size: 14px;

}



.it-up-footer-widget .it-up-footer-newslatter-widget button {

    top: 0;

    right: 0;

    width: 60px;

    padding: 0;

    color: #fff;

    height: 45px;

    border: none;

    position: absolute;

    background-color: #fff;

    transition: 0.3s all ease-in-out;

    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%);

}



.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social {

    margin-top: 22px;

}



.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li {

    margin-right: 15px;

}



.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li a {

    color: #494949;

    transition: 0.3s all ease-in-out;

}



.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li a:hover {

    color: #fff;

}



.it-up-footer-widget .it-up-footer-info-widget {

    padding-left: 20px;

}



.it-up-footer-widget .it-up-footer-info-widget ul {

    padding-top: 15px;

}



.it-up-footer-widget .it-up-footer-info-widget i {

    float: left;

    font-size: 14px;

    margin-top: 5px;

    color: #535353;

    margin-right: 10px;

}



.it-up-footer-widget .it-up-footer-info-widget a {

    color: #535353;

    display: block;

    font-size: 14px;

    overflow: hidden;

    max-width: 170px;

    font-weight: 500;

    font-family: 'Source Sans Pro', sans-serif;

}



.it-up-footer-widget .it-up-footer-info-widget .office-open-hour {

    margin-top: 10px;

}



.it-up-footer-widget .it-up-footer-info-widget .office-open-hour span {

    color: #fff;

    font-size: 14px;

    display: block;

    margin-bottom: 10px;

    font-weight: 700;

    text-decoration: underline;

}



.it-up-footer-widget .it-up-footer-info-widget .office-open-hour p {

    font-size: 14px;

    color: #97a0b5;

    max-width: 180px;

}



.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed {

    padding-top: 10px;

}



.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li {

    float: left;

    width: 75px;

    height: 75px;

    margin-right: 10px;

    margin-bottom: 7px;

    position: relative;

    background-color: #000;

    transition: 0.3s all ease-in-out;

}



.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:before {

    top: 0;

    opacity: 0;

    content: "";

    width: 100%;

    height: 100%;

    position: absolute;

    background-color: #000;

    transition: 0.3s all ease-in-out;

}



.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li i {

    left: 0;

    top: 50%;

    right: 0;

    opacity: 0;

    color: #fff;

    position: absolute;

    text-align: center;

    transform: translateY(-50%);

    transition: 0.3s all ease-in-out;

}



.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:hover:before {

    opacity: 0.7;

}



.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:hover i {

    opacity: 1;

}



.it-up-footer-copyright {

    padding: 40px 0px;

    position: relative;

    background-color: #000;

}



.it-up-footer-copyright p {

    color: #535353;

    font-size: 16px;

    float: right;

    font-weight: 500;

}



.it-up-footer-down {

    padding: 30px 0px;

    position: relative;

    background-color: #16181e;

}



.so-box a {

    border: 3px solid #fff;

    color: #4c4e54;

    display: inline-block;

    width: 44px;

    height: 44px;

    text-align: center;

    line-height: 38px;

    margin: 0 21px 0 0;

}



.soc-box+a {

    display: none;

}





/*---------------------------------------------------- */





/*(12)- Responsive area*/





/*----------------------------------------------------*/



@media screen and (max-width: 6000px) {

    .it-up-footer-section:before {

        display: none;

    }

    .it-up-footer-section {

        margin-top: 100px;

        padding-top: 100px;

        background-color: #00052b;

    }

}



@media screen and (max-width: 1950px) {

    .it-up-footer-section:before {

        display: block;

    }

    .it-up-footer-section {

        margin-top: 0;

        padding-top: 100px;

        background-color: transparent;

    }

}



@media screen and (max-width: 1440px) {

    .it-up-banner-section .it-up-banner-deco3 {

        left: 3%;

    }

    .it-up-banner-section .it-up-banner-deco2 {

        left: 30px;

    }

}



@media screen and (max-width: 1199px) {

    .it-up-banner-section .it-up-banner-deco3 {

        top: 50px;

    }

    .it-up-main-navigation li {

        margin-left: 50px;

    }

    .it-up-header-cta-btn a {

        width: 130px;

    }

    .it-up-banner-text {

        max-width: 580px;

    }

    .it-up-service-tab-text {

        max-width: 350px;

    }

}



@media screen and (max-width: 1040px) {

    .it-up-banner-text {

        max-width: 470px;

    }

}



@media screen and (max-width: 1024px) {

    .it-up-main-navigation li {

        margin-left: 40px;

    }

    .it-up-banner-section {

        padding-bottom: 50px;

    }

    .it-up-banner-btn {

        justify-content: center;

    }

    .it-up-banner-text {

        max-width: 100%;

        text-align: center;

        padding: 0px 0px 50px;

    }

    .it-up-banner-img {

        position: relative;

        z-index: 2;

        max-width: 500px;

        margin: 0 auto;

    }

}



@media screen and (max-width: 991px) {

    .it-up-main-navigation,

    .it-header-up-top {

        display: none;

    }

    .mobile_menu_button {

        display: block;

    }

    .it-header-up-sticky .it-up-header-main {

        padding: 10px 0px;

    }

    .it-header-up-sticky {

        top: 0;

    }

    .it-up-brand-logo {

        width: 130px;

        padding-top: 5px;

    }

    .it-up-header-cta-btn a {

        height: 45px;

        line-height: 45px;

        

    }

    .it-up-banner-text h1 {

        font-size: 70px;

    }

    .it-up-about-img,

    .it-up-contact-img {

        max-width: 470px;

        margin: 0 auto;

    }

    .it-up-about-text {

        margin: 0 auto;

        padding-left: 0;

        max-width: 630px;

        margin-top: 50px;

    }

    .it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox,

    .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {

        transform: translateY(0px);

    }

    .it-up-achivement-innerbox {

        margin-bottom: 40px;

    }

    .it-up-blog-innerbox {

        margin: 0 auto;

        max-width: 370px;

    }

    .it-up-footer-section:before {

        display: none;

    }

    .it-up-footer-section {

        background-color: #060913;

    }

    .it-up-footer-section {

        margin-top: 80px;

        padding: 85px 0px 0px;

    }

    .it-up-footer-widget {

        margin-bottom: 30px;

    }

}



@media screen and (max-width: 767px) {

    .it-up-service-tab-text {

        max-width: 100%;

        float: none !important;

    }

    .it-up-service-img {

        margin-top: 30px;

        text-align: center;

        float: none !important;

    }

}



@media screen and (max-width: 480px) {

    .it-up-banner-text h1 {

        font-size: 40px;

        padding-bottom: 15px;

    }

    .it-up-banner-text span {

        font-size: 18px;

    }

    .it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn,

    .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {

        height: 45px;

        line-height: 45px;

    }

    .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {

        width: 45px;

    }

    .it-up-section-title h2,

    .it-up-section-title-2 h2 {

        font-size: 30px;

    }

    .it-up-about-ft-item {

        width: 100%;

        float: none;

        margin-bottom: 30px;

    }

    .it-up-about-feature {

        padding-bottom: 10px;

    }

    .it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn,

    .it-up-form-wrap button,

    .it-up-service-tab-text .it-up-ser-btn,

    .it-up-ft-btn a,

    .it-up-about-btn a {

        height: 48px;

        width: 130px;

        line-height: 48px;

    }

    .it-up-featured-section .it-up-ft-shape2 {

        display: none;

    }

    .it-up-service-tab-text h3 {

        font-size: 26px;

    }

    .it-up-about-section {

        padding: 50px 0px;

    }

    .it-up-featured-section,

    .it-up-service-section,

    .it-up-achivement-section,

    .it-up-testimonial-section,

    .it-up-contact-section,

    .it-up-blog-section {

        padding: 50px 0px;

    }

    .it-up-featured-content {

        padding-top: 40px;

    }

    .it-up-ft-btn {

        margin-top: 0px;

    }

    .it-up-service-tab-btn .nav-tabs .nav-item {

        padding-bottom: 40px;

    }

    .it-up-service-tab-wrap {

        padding: 30px 20px;

    }

    .it-up-about-btn span {

        font-size: 16px;

    }

}



@media screen and (max-width: 320px) {

    .it-up-header-cta-btn a {

        display: none;

    }

    .it-up-brand-logo {

        padding-top: 0;

    }

    .mobile_menu_button {

        top: -35px;

    }

}





/*---------------------------------------------------- */



.glass {

    background: rgba( 255, 255, 255, 0.25);

    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);

    backdrop-filter: blur( 4px);

    -webkit-backdrop-filter: blur( 4px);

    border-radius: 10px;

    border: 1px solid rgba( 255, 255, 255, 0.18);

}





/* .it-up-pages-text {

    padding-top: 10px!important;

} */



.img-class {

    height: 300px!important;

}



.section-p {

    font-size: 20px;

}



.timeline {

    position: relative;

    width: 100%;

    max-width: 1140px;

    margin: 0 auto;

    padding: 15px 0;

}



.timeline::after {

    content: '';

    position: absolute;

    width: 2px;

    background: #006E51;

    top: 0;

    bottom: 0;

    left: 50%;

    margin-left: -1px;

}



.containerr {

    padding: 15px 30px;

    position: relative;

    background: inherit;

    width: 50%;

}



.containerr.left {

    left: 0;

}



.containerr.right {

    left: 50%;

}



.containerr::after {

    content: '';

    position: absolute;

    width: 16px;

    height: 16px;

    top: calc(50% - 8px);

    right: -8px;

    background: #ffffff;

    border: 2px solid #006E51;

    border-radius: 16px;

    z-index: 1;

}



.containerr.right::after {

    left: -8px;

}



.containerr::before {

    content: '';

    position: absolute;

    width: 50px;

    height: 2px;

    top: calc(50% - 1px);

    right: 8px;

    background: #006E51;

    z-index: 1;

}



.containerr.right::before {

    left: 8px;

}



.containerr .date {

    position: absolute;

    display: inline-block;

    top: calc(50% - 8px);

    text-align: center;

    font-size: 14px;

    font-weight: bold;

    color: #006E51;

    text-transform: uppercase;

    letter-spacing: 1px;

    z-index: 1;

}



.containerr.left .date {

    right: -75px;

}



.containerr.right .date {

    left: -75px;

}



.containerr .icon {

    position: absolute;

    display: inline-block;

    width: 40px;

    height: 40px;

    padding: 9px 0;

    top: calc(50% - 20px);

    background: #F6D155;

    border: 2px solid #006E51;

    border-radius: 40px;

    text-align: center;

    font-size: 18px;

    color: #006E51;

    z-index: 1;

}



.containerr.left .icon {

    right: 56px;

}



.containerr.right .icon {

    left: 56px;

}



.containerr .content {

    padding: 30px 90px 30px 30px;

    background: #F6D155;

    position: relative;

    border-radius: 0 500px 500px 0;

}



.containerr.right .content {

    padding: 30px 30px 30px 90px;

    border-radius: 500px 0 0 500px;

}



.containerr .content h2 {

    margin: 0 0 10px 0;

    font-size: 18px;

    font-weight: normal;

    color: #006E51;

}



.containerr .content p {

    margin: 0;

    font-size: 16px;

    line-height: 22px;

    color: #000000;

}



@media (max-width: 767.98px) {

    .timeline::after {

        left: 90px;

    }

    .containerr {

        width: 100%;

        padding-left: 120px;

        padding-right: 30px;

    }

    .containerr.right {

        left: 0%;

    }

    .containerr.left::after,

    .containerr.right::after {

        left: 82px;

    }

    .containerr.left::before,

    .containerr.right::before {

        left: 100px;

        border-color: transparent #006E51 transparent transparent;

    }

    .containerr.left .date,

    .containerr.right .date {

        right: auto;

        left: 15px;

    }

    .containerr.left .icon,

    .containerr.right .icon {

        right: auto;

        left: 146px;

    }

    .containerr.left .content,

    .containerr.right .content {

        padding: 30px 30px 30px 90px;

        border-radius: 500px 0 0 500px;

    }

}



.my-form {

    width: 40%;

    margin-top: 20px;

}



.form-bg {

    z-index: 1;

}



.accordian-btn {

    color: #000!important;

}





/* .accordion {

    background-color: #eee;

    color: #444;

    cursor: pointer;

    padding: 18px;

    width: 100%;

    border: none;

    text-align: left;

    outline: none;

    font-size: 15px;

    transition: 0.4s;

}



.active,

.accordion:hover {

    background-color: #ccc;

}



.panel {

    padding: 0 18px;

    display: none;

    background-color: white;

    overflow: hidden;

} */



.footer-ul {

    display: grid;

}



.widget-title-before {

    color: #535353;

    margin-bottom: 15px !important;

    font-size: 22px;

    font-weight: 400;

    font-family: Roboto, sans-serif !important;

    text-transform: uppercase;

    margin: 0 0 34px;

}



.max-w {

    max-width: 100%!important;

}



.df-row-ss {

    display: flex;

    flex-direction: row;

    justify-content: flex-start;

    align-items: flex-start;

}



.df-row-cc {

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

}



.df-row-sc {

    display: flex;

    flex-direction: row;

    justify-content: flex-start;

    align-items: center;

}



.df-col-cc {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.df-col-ss {

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

}



.my-h5 {

    color: #000!important;

}



.inner-border-2 {

    border: 2px solid #f39c5e!important;

}



.counter {

    /* background-color: #f5f5f5; */

    padding: 20px 0;

    border-radius: 5px;

}



.count-title {

    font-size: 40px;

    font-weight: normal;

    margin-top: 10px;

    margin-bottom: 0;

    text-align: center;

}



.count-text {

    font-size: 13px;

    font-weight: normal;

    margin-top: 10px;

    margin-bottom: 0;

    text-align: center;

}



.fa-2x {

    margin: 0 auto;

    float: none;

    display: table;

    color: #4ad1e5;

}



.my-counter {

    /* background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); */

    background-color: none!important;

    padding: 0px!important;

}



.counter-div-1 {

    background-image: linear-gradient( 45deg, #226cc5, #6cd975);

    color: #ffffff;

    border-radius: 15px;

    padding-bottom: 20px;

}



.counter-div-2 {

    background-image: linear-gradient( 45deg, #b02940, #fcc173);

    color: #ffffff;

    border-radius: 15px;

    padding-bottom: 20px;

}



.counter-div-3 {

    background-image: linear-gradient( 45deg, #7441db, #f9877c);

    color: #ffffff;

    border-radius: 15px;

    padding-bottom: 20px;

}



.counter-div-4 {

    background-image: linear-gradient( 45deg, #419ddb, #ff55da);

    color: #ffffff;

    border-radius: 15px;

    padding-bottom: 20px;

}



.my-fafa {

    padding-top: 10px;

    font-size: 50px;

}



.para-section {

    max-width: 50%;

}





/* //counter */



.counterrr {

    color: #FFA50A;

    font-family: 'Poppins', sans-serif;

    text-align: center;

    width: 210px;

    height: 210px;

    margin: 0 auto;

    position: relative;

    z-index: 1;

}



.counterrr:before {

    content: "";

    background: #FFA50A;

    width: 88%;

    height: 88%;

    border-radius: 20px 50px;

    position: absolute;

    bottom: 0;

    right: 0;

    z-index: -1;

}



.counterrr .counter-icon {

    color: #fff;

    font-size: 28px;

    line-height: 25px;

    position: absolute;

    bottom: 10px;

    right: 15px;

}



.counterrr .counter-content {

    background-color: #fff;

    height: 92%;

    width: 92%;

    padding: 50px 15px;

    border-radius: 50%;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}



.counterrr h3 {

    color: #777;

    font-size: 22px;

    font-weight: 400;

    line-height: 25px;

    text-transform: uppercase;

    margin: 0 0 5px;

}



.counterrr .counter-value {

    font-size: 33px;

    font-weight: 600;

    display: block;

}



.counterrr.blue {

    color: #1abcb1;

}



.counterrr.blue:before {

    background: #1abcb1;

}



.counterrr.green {

    color: #13af13;

}



.counterrr.green:before {

    background: #13af13;

}



.counterrr.purple {

    color: #5E0D99;

}



.counterrr.purple:before {

    background: #5E0D99;

}



@media screen and (max-width:990px) {

    .counterrr {

        margin-bottom: 40px;

    }

}





/* pricing table */



.pricingTable {

    background-color: #fff;

    font-family: 'Source Sans Pro', sans-serif;

    text-align: center;

    padding: 0 0 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}



.pricingTable .pricingTable-header {

    padding: 50px 20px 100px;

    position: relative;

    z-index: 1;

}



.pricingTable .pricingTable-header:before,

.pricingTable .pricingTable-header:after {

    content: '';

    background-color: #02B86E;

    height: 100%;

    width: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);

}



.pricingTable .pricingTable-header:after {

    background-color: rgba(0, 0, 0, 0.7);

    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25%);

}



.pricingTable .title {

    color: #fff;

    font-family: 'Oswald', sans-serif;

    font-size: 43px;

    font-weight: 500;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin: 0;

}



.pricingTable .price-value {

    color: #222;

    margin: -25px 0 25px;

}



.pricingTable .price-value .amount {

    font-size: 42px;

    font-weight: 400;

    line-height: 50px;

    display: block;

}



.pricingTable .price-value .duration {

    font-size: 18px;

    font-weight: 400;

    display: block;

}



.pricingTable .pricing-content {

    text-align: left;

    margin: 0 0 35px;

    list-style: none;

    display: inline-block;

}



.pricingTable .pricing-content li {

    color: #888;

    font-size: 18px;

    letter-spacing: 0.5px;

    text-transform: capitalize;

    padding: 0 0 0 30px;

    margin: 0 0 20px;

    position: relative;

}



.pricingTable .pricing-content li:last-child {

    margin-bottom: 0;

}



.pricingTable .pricing-content li:before {

    content: "\f00c";

    color: #329124;

    font-family: "Font Awesome 5 Free";

    font-size: 18px;

    font-weight: 900;

    margin: auto;

    position: absolute;

    top: 1px;

    left: 0;

}



.pricingTable .pricing-content li.disable:before {

    content: "\f00d";

    color: #e00d1b;

}



.pricingTable .pricingTable-signup a {

    color: #fff;

    background: #02B86E;

    font-size: 22px;

    font-weight: 500;

    letter-spacing: 1px;

    text-transform: uppercase;

    padding: 4px 18px;

    border-radius: 10px;

    display: inline-block;

    transition: all 0.3s;

}



.pricingTable .pricingTable-signup a:hover {

    text-shadow: 5px 5px rgba(0, 0, 0, 0.2);

    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.7);

}



.pricingTable.red .pricingTable-header:before,

.pricingTable.red .pricingTable-signup a {

    background-color: #FF2100;

}



.pricingTable.blue .pricingTable-header:before,

.pricingTable.blue .pricingTable-signup a {

    background-color: #0069E9;

}



@media only screen and (max-width: 990px) {

    .pricingTable {

        margin: 0 0 40px;

    }

}





/* .pricingTable {

    color: #383e4a;

    font-family: 'Roboto', sans-serif;

    text-align: center;

    padding: 0 25px 25px;

    position: relative;

    z-index: 1;

}



.pricingTable:before {

    content: "";

    background: linear-gradient(to right, #9fcd37, #72bb43);

    width: 250px;

    height: 350px;

    border-radius: 10px 10px 10px 20px;

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: -1;

}



.pricingTable .pricing-content {

    background-color: #fff;

    padding: 35px 15px 30px;

    border-radius: 20px;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 10px -10px 0 rgba(0, 0, 0, 0.05);

}



.pricingTable .title {

    font-size: 30px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin: 0 0 20px;

    position: relative;

}



.pricingTable .pricing-content ul {

    text-align: left;

    padding: 0;

    margin: 0 0 30px;

    list-style: none;

    display: inline-block;

}



.pricingTable .pricing-content ul li {

    color: #999;

    font-size: 17px;

    line-height: 25px;

    padding: 8px 0 8px 35px;

    border-bottom: 1px solid #ccc;

    position: relative;

}



.pricingTable .pricing-content ul li:first-child {

    border-top: 1px solid #ccc;

}



.pricingTable .pricing-content ul li:before {

    color: #6cc13d;

    content: "\f00c";

    font-family: "Font Awesome 5 Free";

    font-size: 20px;

    font-weight: 900;

    position: absolute;

    top: 8px;

    left: 0;

}



.pricingTable .pricing-content ul li.disable:before {

    color: #525963;

    content: "\f00d";

}



.pricingTable .price-value {

    margin: 0 0 25px;

}



.pricingTable .price-value .amount {

    font-size: 50px;

    line-height: 50px;

    display: block;

}



.pricingTable .price-value .duration {

    font-size: 20px;

    line-height: 20px;

    font-weight: 400;

    display: block;

}



.pricingTable .pricingTable-signup a {

    color: #fff;

    background: linear-gradient(to bottom, #9fcd37, #72bb43);

    font-size: 20px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    padding: 8px 14px;

    transition: all 0.5s ease 0s;

}



.pricingTable .pricingTable-signup a:hover {

    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);

}



.pricingTable.purple:before {

    background: linear-gradient(to right, #c95799, #9f54ab);

}



.pricingTable.purple .pricing-content ul li:before {

    color: #c95799;

}



.pricingTable.purple .pricing-content ul li.disable:before {

    color: #525963;

}



.pricingTable.purple .pricingTable-signup a {

    background: linear-gradient(to bottom, #c95799, #9f54ab);

}



.pricingTable.orange:before {

    background: linear-gradient(to right, #f0891f, #da382a);

}



.pricingTable.orange .pricing-content ul li:before {

    color: #f0891f;

}



.pricingTable.orange .pricing-content ul li.disable:before {

    color: #525963;

}



.pricingTable.orange .pricingTable-signup a {

    background: linear-gradient(to bottom, #f0891f, #da382a);

}



@media only screen and (max-width: 990px) {

    .pricingTable {

        margin-bottom: 40px;

    }

}



@media (max-width: 600px) {

    .para-section {

        max-width: 100%;

    }

    .footer-info {

        display: flex;

        flex-direction: column;

        justify-content: flex-start;

        align-items: flex-start;

    }

    .my-form {

        width: 100%;

    }

    .accordian-btn {

        overflow: scroll;

    }

} */



.new-btn {

    height: 55px;

    width: 160px;

    color: #fff;

    border: none;

    font-weight: 700;

    line-height: 55px;

    border-radius: 5px;

    display: inline-block;

    background-size: 200%, 1px;

    background-image: linear-gradient( 90deg, #FDAD30 0%, #dd4141 50%, #FDAD30);

}



.new-btn:hover {

    color: #fff;

}



.page-banner {

    color: #ffffff;

    background-image: url('../img/its/banner-pic/1.png');

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    padding-top: 105px;

    padding-bottom: 105px;

}



.page-banner-heading {

    padding-left: 83px;

    font-size: 56px;

    font-weight: bold;

}



.my-breadcrump {

    color: black;

    font-size: 20px;

    font-weight: bold;

    list-style: none;

    display: flex;

}



.home-bread {

    padding-left: 42px;

    color: #fff;

}



.my-arrow {

    margin-left: 10px;

    font-size: 16px;

    color: #fff;

}



.home-bread-1 {

    color: #fff !important;

    font-size: 20px;

}



.my-menu {

    color: #fff !important;

}



.address-contact {

    color: #000 !important;

}



.flag-img {

    height: 80px;

    width: 80px;

    display: block;

    margin: auto;

    margin-bottom: 30px;

}





/* blog-css */



.leftcolumn {

    float: left;

    width: 75%;

}





/* Right column */



.rightcolumn {

    float: left;

    width: 25%;

    padding-left: 20px;

}





/* Fake image */



.fakeimg {

    background-color: #aaa;

    width: 100%;

    padding: 20px;

}



.blog-img {

    height: 500px !important;

}





/* Add a card effect for articles */



.my-blog-card {

    background-color: white;

    padding: 20px;

    margin-top: 20px;

}





/* Clear floats after the columns */



.row:after {

    content: "";

    display: table;

    clear: both;

}



.fb-icon {

    font-size: 35px;

}



.twitter-icon {

    font-size: 35px;

    padding: 20px;

}



.whatsapp-icon {

    height: 60px !important;

}



.wh-icon {

    position: fixed;

    z-index: 999;

    height: 60px;

    width: 60px;

    bottom: 20px;

    left: 20px;

}





/* blog */



.news-page-area {

    padding: 100px 0;

}



@media (min-width: 992px) and (max-width: 1199px) {

    .news-page-area {

        padding: 90px 0;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .news-page-area {

        padding: 80px 0;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .news-page-area {

        padding: 70px 0;

    }

}



@media (min-width: 321px) and (max-width: 479px) {

    .news-page-area {

        padding: 60px 0;

    }

}



@media only screen and (max-width: 320px) {

    .news-page-area {

        padding: 50px 0;

    }

}



.news-box {

    margin-bottom: 55px;

}



.news-box h2 {

    margin-bottom: 12px;

}



.news-box p {

    margin-bottom: 30px;

}



.news-box .news-img-holder {

    margin-bottom: 25px;

    position: relative;

}



.news-date1 {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 1;

}



.news-date1 li {

    width: 112px;

    height: 60px;

    font-size: 24px;

    text-align: center;

    line-height: 2.5;

}



@media (min-width: 480px) and (max-width: 991px) {

    .news-date1 li {

        height: 40px;

        font-size: 20px;

        width: 90px;

        line-height: 2;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .news-date1 li {

        font-size: 18px;

        line-height: 2.3;

    }

}



@media only screen and (max-width: 479px) {

    .news-date1 li {

        height: 35px;

        font-size: 16px;

        width: 80px;

    }

}



.news-date1 li:nth-child(odd) {

    background: #419144;

    color: #FFFFFF;

    font-weight: 700;

}



.news-date1 li:nth-child(even) {

    background: #fdc800;

    color: #212121;

    font-weight: 500;

}



.news-date2 {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 1;

}



.news-date2 li {

    width: 80px;

    height: 50px;

    font-size: 18px;

    text-align: center;

    line-height: 2.8;

}



@media (min-width: 480px) and (max-width: 991px) {

    .news-date2 li {

        height: 40px;

        font-size: 20px;

        width: 90px;

        line-height: 2;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .news-date2 li {

        font-size: 18px;

        line-height: 2.3;

    }

}



@media only screen and (max-width: 479px) {

    .news-date2 li {

        height: 35px;

        font-size: 16px;

        width: 80px;

        line-height: 2.2;

    }

}



.news-date2 li:nth-child(odd) {

    background: #419144;

    color: #FFFFFF;

    font-weight: 700;

}



.news-date2 li:nth-child(even) {

    background: #fdc800;

    color: #212121;

    font-weight: 500;

}



.news-comments {

    margin-bottom: 35px;

    padding-bottom: 10px;

}



.news-comments li {

    display: inline-block;

    margin-right: 20px;

}



@media (min-width: 992px) and (max-width: 1199px) {

    .news-comments li {

        margin-right: 8px;

    }

}



.news-comments li a {

    color: #b1b1b1;

}



.news-comments li a:hover {

    color: #419144;

}



.news-comments li a i {

    color: #fdc800;

    margin-right: 8px;

}



.news-comments li a span {

    color: #444444;

}



.news-details-page-area {

    padding: 100px 0;

}



@media (min-width: 992px) and (max-width: 1199px) {

    .news-details-page-area {

        padding: 90px 0;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .news-details-page-area {

        padding: 80px 0;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .news-details-page-area {

        padding: 70px 0;

    }

}



@media (min-width: 321px) and (max-width: 479px) {

    .news-details-page-area {

        padding: 60px 0;

    }

}



@media only screen and (max-width: 320px) {

    .news-details-page-area {

        padding: 50px 0;

    }

}



.news-details-page-inner .news-img-holder {

    margin-bottom: 25px;

    position: relative;

}



.news-details-page-inner .title-default-left-bold {

    margin-bottom: 20px;

}



.news-details-page-inner p span {

    font-style: italic;

    padding: 40px 50px 50px;

    background: #f5f5f5;

    display: block;

    position: relative;

    margin-bottom: 30px;

}



.news-details-page-inner p span:before {

    color: #fdc800;

    content: "\f10d";

    font-family: FontAwesome;

    font-size: 20px;

    left: 30px;

    position: absolute;

    top: 30px;

    z-index: 1;

}



.news-details-page-inner .news-social {

    margin-top: 10px;

    margin-bottom: 80px;

    display: inline-block;

}



.news-details-page-inner .news-social li {

    display: inline-block;

    margin-right: 5px;

}



.news-details-page-inner .news-social li a {

    background: #419144;

    width: 30px;

    height: 30px;

    display: block;

    text-align: center;

    line-height: 27px;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.news-details-page-inner .news-social li a i {

    color: #fdc800;

    font-size: 13px;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.news-details-page-inner .news-social li a:hover {

    background: #fdc800;

}



.news-details-page-inner .news-social li a:hover i {

    color: #419144;

}



.news-details-page-inner .news-social li:last-child {

    margin-right: 0;

}



.event-page-area {

    padding: 100px 0;

}



@media (min-width: 992px) and (max-width: 1199px) {

    .event-page-area {

        padding: 90px 0;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .event-page-area {

        padding: 80px 0;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .event-page-area {

        padding: 70px 0;

    }

}



@media (min-width: 321px) and (max-width: 479px) {

    .event-page-area {

        padding: 60px 0;

    }

}



@media only screen and (max-width: 320px) {

    .event-page-area {

        padding: 50px 0;

    }

}



@media only screen and (max-width: 479px) {

    .event-inner-wrapper .col-xs-6 {

        width: 100%;

    }

}



.event-inner-wrapper .single-item {

    margin-bottom: 40px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

}



@media only screen and (max-width: 1199px) {

    .event-inner-wrapper .single-item {

        display: block;

    }

}



.event-inner-wrapper .single-item .item-img {

    -webkit-box-flex: 1;

    -moz-flex: 1;

    -webkit-flex: 1;

    flex: 1;

}



.event-inner-wrapper .single-item .item-content {

    padding: 0 30px;

    -webkit-box-flex: 1;

    -moz-flex: 1;

    -webkit-flex: 1;

    flex: 1;

}



@media only screen and (max-width: 1199px) {

    .event-inner-wrapper .single-item .item-content {

        padding: 30px 0;

    }

}



.event-inner-wrapper .single-item .item-content p {

    margin-bottom: 30px;

}



.event-inner-wrapper .event-info-block li {

    line-height: 1.4;

    margin-bottom: 15px;

    font-size: 18px;

    color: #419144;

    padding-left: 40px;

    position: relative;

}



@media only screen and (max-width: 479px) {

    .event-inner-wrapper .event-info-block li {

        font-size: 16px;

    }

}



.event-inner-wrapper .event-info-block li:last-child {

    margin-bottom: 0;

}



.event-inner-wrapper .event-info-block li i {

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    font-size: 24px;

    margin-right: 15px;

    color: #fdc800;

}



.event-details-page-area {

    padding: 100px 0;

}



@media (min-width: 992px) and (max-width: 1199px) {

    .event-details-page-area {

        padding: 90px 0;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .event-details-page-area {

        padding: 80px 0;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .event-details-page-area {

        padding: 70px 0;

    }

}



@media (min-width: 321px) and (max-width: 479px) {

    .event-details-page-area {

        padding: 60px 0;

    }

}



@media only screen and (max-width: 320px) {

    .event-details-page-area {

        padding: 50px 0;

    }

}



.event-details-inner .event-details-img {

    position: relative;

    margin-bottom: 30px;

}



.event-details-inner .event-details-img .countdown-content {

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    z-index: 1;

}



@media only screen and (max-width: 767px) {

    .event-details-inner .event-details-img .countdown-content {

        top: inherit;

        bottom: 0;

        transform: translateY(0);

        left: 0;

        right: 0;

        margin: 0 auto;

        text-align: center;

    }

}



.event-details-inner .event-details-img .countdown-content .countdown-section {

    padding: 15px 0;

    text-align: center;

    width: 80px;

}



@media only screen and (max-width: 991px) {

    .event-details-inner .event-details-img .countdown-content .countdown-section {

        padding: 8px 0 4px;

        width: 75px;

    }

}



@media only screen and (max-width: 767px) {

    .event-details-inner .event-details-img .countdown-content .countdown-section {

        width: 65px;

        display: inline-block;

    }

}



.event-details-inner .event-details-img .countdown-content .countdown-section h3 {

    color: #FFFFFF;

    margin-bottom: 0;

    line-height: 1;

    font-size: 18px;

    font-weight: 700;

}



.event-details-inner .event-details-img .countdown-content .countdown-section p {

    margin-bottom: 0;

}



.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {

    background: #419144;

}



.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {

    color: #a0a5ac;

}



.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {

    background: #fdc800;

}



.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {

    color: #856900;

}



.event-details-inner p {

    margin-bottom: 50px;

}



.event-info-inline {

    margin-bottom: 55px;

}



.event-info-inline li {

    display: inline-block;

    line-height: 1.4;

    margin-right: 30px;

    font-size: 18px;

    color: #419144;

    padding-left: 40px;

    position: relative;

    margin-bottom: 10px;

}



@media only screen and (max-width: 479px) {

    .event-info-inline li {

        font-size: 16px;

    }

}



.event-info-inline li:last-child {

    margin-bottom: 0;

}



.event-info-inline li i {

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    font-size: 24px;

    margin-right: 15px;

    color: #fdc800;

}



.leave-comments .form-group {

    margin-bottom: 20px;

}



.leave-comments .form-group .form-control {

    border-radius: 0;

    background: #f9f9f9;

    box-shadow: none;

    border: none;

}



.leave-comments .form-group input {

    height: 45px;

    color: #212121;

    font-weight: 500;

    border-right: 1px solid #e5e5e5!important;

    border-bottom: 1px solid #e5e5e5!important;

}



.leave-comments .form-group textarea {

    border-right: 1px solid #e5e5e5!important;

    border-bottom: 1px solid #e5e5e5!important;

}



.leave-comments .rate-wrapper {

    display: inline-block;

    margin: 5px 0;

}



.leave-comments .rate {

    float: left;

    color: #f5f5f5;

    cursor: pointer;

}



.leave-comments .rate:hover,

.leave-comments .rate.selected {

    color: #fdc800;

}



.leave-comments .rate-label {

    float: left;

    color: #419144;

    margin-right: 10px;

    margin-left: 0;

}



.leave-comments .rate-item {

    float: left;

    cursor: pointer;

    margin: 0px 5px 0px 5px;

}



.leave-comments .rate-item:hover~.rate-item,

.leave-comments .rate-item.active~.rate-item {

    color: hsl(0, 0%, 96%);

}



.news-box {

    margin-bottom: 55px;

}



.news-box h2 {

    margin-bottom: 12px;

}



.news-box p {

    margin-bottom: 30px;

}



.news-box .news-img-holder {

    margin-bottom: 25px;

    position: relative;

}



.news-date1 {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 1;

}



.news-date1 li {

    width: 112px;

    height: 60px;

    font-size: 24px;

    text-align: center;

    line-height: 2.5;

}



@media (min-width: 480px) and (max-width: 991px) {

    .news-date1 li {

        height: 40px;

        font-size: 20px;

        width: 90px;

        line-height: 2;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .news-date1 li {

        font-size: 18px;

        line-height: 2.3;

    }

}



@media only screen and (max-width: 479px) {

    .news-date1 li {

        height: 35px;

        font-size: 16px;

        width: 80px;

    }

}



.news-date1 li:nth-child(odd) {

    background: #419144;

    color: #FFFFFF;

    font-weight: 700;

}



.news-date1 li:nth-child(even) {

    background: #fdc800;

    color: #212121;

    font-weight: 500;

}



.news-date2 {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 1;

}



.news-date2 li {

    width: 80px;

    height: 50px;

    font-size: 18px;

    text-align: center;

    line-height: 2.8;

}



@media (min-width: 480px) and (max-width: 991px) {

    .news-date2 li {

        height: 40px;

        font-size: 20px;

        width: 90px;

        line-height: 2;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .news-date2 li {

        font-size: 18px;

        line-height: 2.3;

    }

}



@media only screen and (max-width: 479px) {

    .news-date2 li {

        height: 35px;

        font-size: 16px;

        width: 80px;

        line-height: 2.2;

    }

}



.news-date2 li:nth-child(odd) {

    background: #419144;

    color: #FFFFFF;

    font-weight: 700;

}



.news-date2 li:nth-child(even) {

    background: #fdc800;

    color: #212121;

    font-weight: 500;

}



.news-comments {

    margin-bottom: 35px;

    padding-bottom: 10px;

}



.news-comments li {

    display: inline-block;

    margin-right: 20px;

}



@media (min-width: 992px) and (max-width: 1199px) {

    .news-comments li {

        margin-right: 8px;

    }

}



.news-comments li a {

    color: #b1b1b1;

}



.news-comments li a:hover {

    color: #419144;

}



.news-comments li a i {

    color: #fdc800;

    margin-right: 8px;

}



.news-comments li a span {

    color: #444444;

}



.news-details-page-area {

    padding: 100px 0;

}



@media (min-width: 992px) and (max-width: 1199px) {

    .news-details-page-area {

        padding: 90px 0;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    .news-details-page-area {

        padding: 80px 0;

    }

}



@media (min-width: 480px) and (max-width: 767px) {

    .news-details-page-area {

        padding: 70px 0;

    }

}



@media (min-width: 321px) and (max-width: 479px) {

    .news-details-page-area {

        padding: 60px 0;

    }

}



@media only screen and (max-width: 320px) {

    .news-details-page-area {

        padding: 50px 0;

    }

}



.news-details-page-inner .news-img-holder {

    margin-bottom: 25px;

    position: relative;

}



.news-details-page-inner .title-default-left-bold {

    margin-bottom: 20px;

}



.news-details-page-inner p span {

    font-style: italic;

    padding: 40px 50px 50px;

    background: #f5f5f5;

    display: block;

    position: relative;

    margin-bottom: 30px;

}



.news-details-page-inner p span:before {

    color: #fdc800;

    content: "\f10d";

    font-family: FontAwesome;

    font-size: 20px;

    left: 30px;

    position: absolute;

    top: 30px;

    z-index: 1;

}



.news-details-page-inner .news-social {

    margin-top: 10px;

    margin-bottom: 80px;

    display: inline-block;

}



.news-details-page-inner .news-social li {

    display: inline-block;

    margin-right: 5px;

}



.news-details-page-inner .news-social li a {

    background: #419144;

    width: 30px;

    height: 30px;

    display: block;

    text-align: center;

    line-height: 27px;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.news-details-page-inner .news-social li a i {

    color: #fdc800;

    font-size: 13px;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.news-details-page-inner .news-social li a:hover {

    background: #fdc800;

}



.news-details-page-inner .news-social li a:hover i {

    color: #419144;

}



.news-details-page-inner .news-social li:last-child {

    margin-right: 0;

}





/*@media (max-width:600px){*/





/*    .banner-img{*/





/*        height:0px!important;*/





/*    }*/





/*}*/



@media only screen and (max-width: 767px) {

    .sidebar {

        margin-top: 30px;

    }

}



.sidebar-box {

    margin-bottom: 30px;

    background: #FFFFFF;

    border: 1px solid #e0e0e0;

}



.sidebar-box:last-child {

    margin-bottom: 0;

}



.sidebar-box .sidebar-box-inner {

    padding: 30px 25px;

    background-color: #333333;

    color: #FDAD30;

}



@media (min-width: 768px) and (max-width: 1199px) {

    .sidebar-box .sidebar-box-inner {

        padding: 30px 15px;

    }

}



.sidebar-categories li {

    margin-bottom: 10px;

    padding-bottom: 10px;

    border-bottom: 1px solid #e0e0e0;

}



.sidebar-categories li:last-child {

    border-bottom: 0;

    margin-bottom: 0;

    padding-bottom: 0;

}



.sidebar-categories li a {

    color: #fff;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.sidebar-categories li a:hover {

    color: #fdc800;

}



.blog-images {

    width: 780px;

}



.blog-title {

    color: #E9673C;

}



.default-big-btn {

    color: #212121;

    padding: 15px 0;

    background: #FDAD30;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 700;

    display: inline-block;

    border: none;

    width: 162px;

    text-align: center;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    border-radius: 10px;

}



.sidebar-search-btn-full {

    color: #212121;

    padding: 13px 0;

    width: 100%;

    background: #FDAD30;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 700;

    display: inline-block;

    border: none;

    text-align: center;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.product-tags li a {

    color: #419144;

    text-transform: capitalize;

    display: block;

    padding: 10px 24px;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.sidebar-blogs {

    list-style-type: none;

    padding: 0px;

}



.focus-business {

    color: #000 !important;

}



.testi-para {

    color: #fff;

    font-size: 14px;

    font-weight: 500;

}



.foot-links {

    color: #fff;

}



.banner-text-1 {

    font-size: 55px !important;

}



.banner-css {

    padding-top: 20px;

}



.banner-img {

    /*height: 700px !important;*/

    padding-top: 0px !important;

}



.acheivement-score {

    color: #f6bb19 !important;

}



.who-we-are-bg {

    background-image: url(../img/its/who-we-are-bg.jpg);

    background-position: center;

    background-repeat: no-repeat;

}



.who-we-are-bg-img {

    padding-top: 27px !important;

    padding-bottom: 27px;

    padding-left: 27px;

    padding-right: 27px;

    background-color: #fff;

}



.who-we-are-section-content {

    padding-top: 78px !important;

}



.bg-yellow {

    background-image: url(../img/its/bann.jpg);

    background-repeat: no-repeat;

}



.service-bg-img {

    background-image: url(../img/its/bg-full.png);

}



.border-box {

    border: 5px solid;

    border-color: #f6bb19;

    padding: 12px;

}



.border-sections {

    display: block;

    margin: auto!important;

    width: 318px;

}



.border-sections-1 {

    display: block;

    margin: auto!important;

    width: 400px;

}



.border-sections-2 {

    display: block;

    margin: auto!important;

    width: 600px;

}



.location {

    font-weight: bold;

}



.who-we-are-section-title {

    font-size: 22px !important;

    color: #333333;

    padding: 19px;

    width: 240px;

    padding-bottom: 10px !important;

    border-left: 5px solid #f8f8f8;

    border-bottom: 5px solid #f8f8f8;

}



.my-we-are {

    font-size: 14px;

}



.prop {

    font-size: 15px;

}



.fa-my {

    align-items: center;

    margin-top: 8px;

    display: block;

    color: #b2b2b2;

    font-size: 18px;

}



.so-box {

    border: 3px solid #fff;

    color: #4c4e54;

    display: inline-block;

    width: 44px;

    height: 44px;

    text-align: center;

    line-height: 38px;

    margin: 0 21px 0 0;

}



.footer-social-box {

    border: 3px solid #b2b2b2;

    color: #4c4e54;

    width: 44px;

    height: 44px;

    text-align: center;

    display: inline-block;

    margin-right: 23px;

}



.socio-icon {

    color: #b2b2b2;

}



.new-text {

    padding-top: 0px!important;

}



.form-color {

    background-color: #81DEF2;

    color: #fff;

}



.my-form-btn {

    background: #000 !important;

    height: 40px !important;

    width: 100% !important;

    line-height: 0px;

}



.confi-para {

    font-size: 16px;

    line-height: 27px;

}



.new-prop {

    width: 77%;

    display: block;

    margin: auto!important;

}



.new-prop-div {

    width: 70%;

    display: block;

    margin: auto;

}



.new-part {

    width: 60%;

    display: block;

    margin: auto!important;

}



.new-prop-1 {

    width: 40%;

    display: block;

    margin: auto!important;

}



.new-prop-dsc {

    width: 50%;

    display: block;

    margin: auto!important;

}



@media(max-width:600px) {

    .who-we-are-section-title {

        display: block;

        margin: auto!important;

    }

    .border-sections-2 {

        width: 100%;

    }

    .para-section {

        max-width: 90%;

    }

    .my-form {

        width: 100%;

    }

    .new-prop-div {

        width: 100%;

    }

    .it-up-section-title h2,

    .it-up-section-title-2 h2 {

        font-size: 28px;

    }

    .card-header {

        overflow-x: scroll;

    }

    .home-tab>.dropdown-btn {

        display: none;

    }

    .section-p {

        font-size: 15px;

    }

    .new-prop-dsc {

        width: 100%;

    }

    .new-prop-1 {

        width: 100%;

    }

    .who-we-are-section-title {

        display: block;

        margin: auto;

    }

    .it-up-footer-copyright p {

        float: none;

    }

    .btn{

        white-space:normal !important;

    }

}



@media(max-width:768px) {

    .it-up-banner-img {

        max-width: 100%;

    }

    .my-form {

        width: 100%;

    }

    .new-part {

        width: 100%;

        text-align: center;

    }

    .it-up-footer-copyright p {

        float: none;

    }

    .card-header {

        overflow-x: scroll;

    }

    .who-we-are-section-title {

        display: block;

        margin: auto!important;

    }

    .border-sections-2 {

        width: 100%;

    }

    .para-section {

        max-width: 90%;

    }

    .my-form {

        width: 100%;

    }

    .new-prop-div {

        width: 100%;

    }

    .it-up-section-title h2,

    .it-up-section-title-2 h2 {

        font-size: 28px;

    }

    .card-header {

        overflow-x: scroll;

    }

    .home-tab>.dropdown-btn {

        display: none;

    }

    .section-p {

        font-size: 15px;

    }

    .new-prop-dsc {

        width: 100%;

    }

    .new-prop-1 {

        width: 100%;

    }

    .who-we-are-section-title {

        display: block;

        margin: auto;

    }

    .it-up-footer-copyright p {

        float: none;

    }

    .responsive-form{

        margin-top:30px;

    }

    .pay-btn{

        display: none;

    }

    .mob-pay-btn{

        width: 90% !important;

    }

    .btn{

        white-space:normal !important;

    }

}

@media(min-width:1200px) {

    .mobile_menu_content {

        display: none !important;

    }

}







/*---------------Date 19-08-2021----------*/

.new-it-up-bg {

    background-image: url(../banner/banner.png);

}



.foot-div+a {

    display: none!important;

}



.foot-div-2>a {

    display: none!important;

}



.overlayerbg {

    background-image: url(../banner/process_bg.png);

    background-size: contain;

    height: 100px;

    width: 88%;

    position: relative;

    left: 0px;

    top: 100px;

    background-repeat: no-repeat;

}



.process-count {

    width: 111px;

}



.process-row {

    text-align: center;

}



.process-p {

    font-size: 16px;

}



.mob-enquiry {

    display: none;

}

.aitf-service-bnr{

    width:inherit;

}

.landing-logo{

    margin-left:80px;

    margin-top:10px;

}

.form-background{

    background-image: url(../img/its/services.png);

    background-repeat:no-repeat;

    height:600px;

    

}

    

