/* ------ common css strats here ------*/

ul {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px;
}

ul li {
    list-style-type: none;
    padding: 0px;
}


/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
    text-decoration: none !important;
}


/* for removing underline for anchor*/

button:focus {
    outline: 0px !important;
}

a:hover {
    text-decoration: none;
    color: #e87121;
}

textarea {
    resize: none;
}

.w-100 {
    width: 100%;
}


/* ------ common css ends here -----------*/

body {
    /* line-height: 32px; */
    color: #1a1a1a;
    /* letter-spacing: .64px;*/
    font-size: 15px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all ease .4s;
    overflow-x: hidden;
    line-height: 1.6;
}


/*======================================================  kiran css start  =============================================================*/

label.error {
    display: block;
    margin: 3px 0;
    color: #000;
    font-family: 'Roboto-Medium';
}

.top-call-t a {
    color: #000;
}

.top-call-t a:hover {
    color: #e87121;
}

.services-pad {
    padding: 20px 20px 20px 20px;
}

.services-border {
    border: 1px solid #d7d7d7;
}

.browsemore-bg4 {
    border-radius: 25px;
    background-image: linear-gradient(90deg, #3197f7 0%, #5553cb 100%);
    font-size: 16px;
    color: #ffffff;
    line-height: 15px;
    padding: 9px 20px;
    font-family: 'Roboto-Regular';
}

.browsemore-bg4:hover {
    background-image: linear-gradient(90deg, #5553cb 0%, #3197f7 100%);
    color: #fff;
}

.content-head {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto-Bold';
    margin: 0px;
    color: #000;
}

.service-list li {
    background: url(../images/li-img.png) no-repeat left 4px;
    margin-bottom: 1.1%;
    line-height: 21px;
    padding-left: 25px;
    vertical-align: middle;
}

p {
    letter-spacing: 0px;
}

.p-30p {
    padding: 30px;
}

.mtb-75p {
    margin: 75px 0px;
}

.mtb-30p {
    margin: 30px 0px;
}

.mtb-35p {
    margin: 35px 0px;
}

.mtb-40p {
    margin: 40px 0px;
}

.mtb-50p {
    margin: 50px 0px;
}

.black-t {
    color: #000000;
}

.business_icon img {
    height: 480px;
    object-fit: cover;
    object-position: top;
}

.bs-main {
    padding: 0px;
}

.yel-t {
    color: #e49f37;
}

.black-t {
    color: #000;
}

.grey-t {
    color: #181818;
}

.white-t {
    color: #fff;
}

.head-t3 {
    font-size: 24px;
    line-height: 25px;
    margin: 0px;
    color: #000;
    white-space: pre-line;
    /*font-weight:900;*/
}

.service-bg {
    background: url(../images/service-bg.png) no-repeat left top;
}

.strategy-bg {
    background: url(../images/bgn-quote.jpg) no-repeat left top;
    background-size: 100%;
    height: 1042px;
}

.grey-bg {
    background-color: #f4f4f4;
}

.ser-posation {
    position: absolute;
    left: -50px;
    top: 21px;
}

.ser-padding {
    padding: 35px 20px 35px 35px;
}

.ser-head {
    font-size: 22px;
    line-height: 26px;
    margin: 0px;
    color: #000;
}

.ser-head a {
    color: #000;
}

.ser-head a:hover {
    color: #da9935;
}

.strategy-content {
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.frm-p {
    padding: 1.4rem 0.75rem;
    border-radius: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
}

.form-control {
    border: none !important;
    box-shadow: 0 14px 28px rgb(0 0 0 / 5%), 0 10px 10px rgb(0 0 0 / 4%);
}

.con-but {
    padding: 10px 36px 9px 36px;
    border: 1px solid #000;
    background-color: #000;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Roboto-Regular';
    line-height: 1.6;
}

.con-but:hover {
    background-color: #d68e21;
}

.home-contact {
    position: absolute;
    top: 50%;
    right: -16%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.foot-li a {
    color: #fff;
}

.foot-li a:hover {
    color: #e49f37;
}

.fb-icon {
    background: url(../images/fb.png);
    width: 35px;
    height: 36px;
    background-position: center;
}

.fb-icon:hover {
    background: url(../images/fb1.png);
    width: 35px;
    height: 36px;
    background-position: center
}

.tw-icon {
    background: url(../images/tw.png);
    width: 35px;
    height: 36px;
    background-position: center
}

.tw-icon:hover {
    background: url(../images/tw1.png);
    width: 35px;
    height: 36px;
    background-position: center
}

.in-icon {
    background: url(../images/in.png);
    width: 35px;
    height: 36px;
    background-position: center
}

.in-icon:hover {
    background: url(../images/in1.png);
    width: 35px;
    height: 36px;
    background-position: center
}

.insta-icon {
    background: url(../images/insta.png);
    width: 35px;
    height: 36px;
    background-position: center
}

.insta-icon:hover {
    background: url(../images/insta-hover.png);
    width: 35px;
    height: 36px;
    background-position: center
}

.foot-social li {
    margin-right: 2.3%!important;
}

.foot-social li:last-child {
    margin-right: 0;
}

.copy-right-bg {
    background-color: #26272a;
}

.foot-padding {
    padding-top: 40px;
    padding-bottom: 20px;
}

.foot-map-dis-f {
    display: flex;
}

.foot-t-m50 {
    margin-top: 50px;
}

@media only screen and (min-width:1400px) {
    .business_icon img {
        height: 480px;
        object-fit: cover;
    }
    .home-contact {
        position: absolute;
        top: 50%;
        right: -10%;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
}


/*======================================================  kiran css end  =============================================================*/


/* for positions */

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}


/* padding styles */

.pb-0,
.py-0 {
    padding-bottom: 0!important;
}


/* margin styles */

.mb-0,
.my-0 {
    margin-bottom: 0!important;
}

.mtb-40p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40p {
    margin-top: 40px;
}

.mb-40p {
    margin-bottom: 40px;
}


/* for border */

.border-bottom-0 {
    border-bottom: 0!important;
}


/* for text alignments */

.text-center {
    text-align: center!important;
}


/* for text colors */

.white {
    color: #fff !important;
}

.color_aaa {
    color: #aaa;
}

.red_color {
    color: #e62b4a !important;
}


/* for font-families  */

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'Futura-PT-Bold';
    src: url('../fonts/Futura PT Bold.ttf');
}

@font-face {
    font-family: 'JosefinSans-Bold';
    src: url('../fonts/JosefinSans-Bold.ttf');
}

@font-face {
    font-family: 'POPPINS-REGULAR';
    src: url('../fonts/POPPINS-REGULAR.TTF');
}

@font-face {
    font-family: 'Tungsten-SemiBold';
    src: url('../fonts/Tungsten-SemiBold.ttf');
}

@font-face {
    font-family: 'MONT-BOLD';
    src: url('../fonts/MONT-BOLD.OTF');
}

@font-face {
    font-family: 'MONT-HEAVY';
    src: url('../fonts/MONT-HEAVY.OTF');
}

.Roboto-Bold {
    font-family: Roboto-Bold;
}

.Roboto-Bold {
    font-family: Roboto-Medium !important;
}

.Oswald-Regular {
    font-family: Oswald-Regular;
}


/* for section titles  */

.commonSection {
    padding: 75px 0px;
    position: relative;
}

.contact-commonSection {
    padding: 120px 0px;
    position: relative;
}

.commonSection-pt-75p {
    padding-top: 75px;
    padding-bottom: 50px;
    position: relative;
}

.sec_title,
.sub_title {
    font-weight: 600;
}

.sub_title {
    font-size: 12px;
    /* line-height: .8; */
    letter-spacing: 1.2px;
    /* margin: 0 0 5px; */
    color: #454545;
}

.sec_title {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 25px;
    color: #000;
    white-space: pre-line;
    font-family: 'MONT-BOLD' !important;
    /*font-weight:900;*/
}

.sec_desc {
    margin: 0 0 25px;
    font-family: 'Muli';
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


/* HOME PAGE CSS STRATS HERE */


/* header section starts here */

.subheader {
    background-color: #fff;
}

.header_01 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    padding: 0px 50px 0px 50px;
    /*border-bottom: 2px solid hsla(0, 0%, 100%, .1)*/
}

.logo {
    text-align: left;
    padding: 0px
}

.logo img {
    max-width: 100%;
    height: auto
}

.mainmenu {
    position: relative;
    float: right;
}

.mainmenu ul {
    margin: 0;
    padding: 0
}

.mainmenu ul li {
    list-style: none;
    display: inline-block;
    line-height: .8;
    padding: 36px 20px;
    position: relative
}

.mainmenu ul li a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: .8;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat-Regular;
}

.mainmenu ul li a:after {
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    transition: all .4s ease-out
}

.mainmenu ul>li.active>a,
.mainmenu ul li a:hover {
    color: #e87121;
}

.mainmenu ul>li.active>a:after,
.mainmenu ul li a:hover:after {
    width: 100%
}

.mainmenu ul ul.sub-menu {
    box-shadow: -2px 4px 30px 0 rgba(0, 0, 0, .3);
    background: #fff;
    width: 300px;
    z-index: 9;
    padding: 30px 30px 30px !important;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all ease .4s;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100px;
    transform: translateX(-50%);
    z-index: 2;
    font-family: 'Montserrat-Regular';
}

.mainmenu ul ul.sub-menu:before {
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    z-index: 10
}

.mainmenu ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 66px
}

.mainmenu ul ul.sub-menu li {
    margin: 0;
    padding: 0 0 15px;
    display: block;
}

.mainmenu ul ul.sub-menu li a {
    font-size: 13px;
    line-height: 1.5;
    display: inline-block
}

.mainmenu ul ul.sub-menu li a:after {
    bottom: 0;
}

.navigator {
    position: relative;
    padding: 6px 0 37px
}

.navigator a {
    display: inline-block;
    color: #fff;
    line-height: .8;
    font-size: 25px;
    margin: 0
}

.navigator a.active,
.navigator a:hover {
    color: #e62b4a
}

.mei-menu:before {
    content: "\e809";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* banner section starts here */

.carousel-caption {
    position: absolute;
    top: 39%;
    left: -40%;
    right: 0px;
    margin: 0px auto;
    font-family: 'Tungsten-SemiBold';
}

.main-slider__subtext {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

.main-slider .common_btn {
    transform: translateY(100px);
    transition-delay: 2.5s;
    transition: transform 2s ease, opacity 2s ease, color .5s ease, background .5s ease
}

.main-slider__title {
    white-space: pre-line;
    font-size: 65px;
    color: #fff;
    line-height: 65px;
    font-weight: 700;
    margin: 5px 0 10px;
    font-family: 'Tungsten-SemiBold';
}

.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
    /* animation: slideShow 15s linear infinite 0s; */
    /* -o-animation: slideShow 15s linear infinite 0s; */
    /* -moz-animation: slideShow 15s linear infinite 0s; */
    /* -webkit-animation: slideShow 15s linear infinite 0s; */
}

.carousel-item.active {
    opacity: 0;
    /* animation: slideShow 24s linear infinite 0s; */
    /* -o-animation: slideShow 24s linear infinite 0s; */
    /* -moz-animation: slideShow 24s linear infinite 0s; */
    /* -webkit-animation: slideShow 24s linear infinite 0s; */
}

.swiper-button-next,
.swiper-button-prev {
    background-color: hsla(0, 0%, 100%, .35);
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .5s ease;
    position: absolute;
    top: 50%;
    z-index: 10;
    border-radius: 50px;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 30px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff;
    color: black;
}

.swiper-button-prev {
    left: 1.5%;
}

.swiper-button-next {
    right: 1.5% !important;
}


/* keyframes*/

@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}


/* service section  */

.wrapper-1 {
    background-image: url(../images/service-page-bg.jpg);
    height: 350px;
}

.text-end {
    text-align: end;
}

.service_section {
    background: url("../images/service-bg.png") no-repeat 50%/cover
}

.service_section h2 {
    margin-bottom: 10px !important;
}

.service_section p {
    white-space: initial !important;
    margin-bottom: 20px !important;
}


/* services section */

.ser_br1 {
    margin-top: -210px;
}

.ser_br2 {
    margin-top: -3px;
}

.expertise-hd {
    margin-top: -8px;
}

.work {
    margin-bottom: 30px;
}

.work a {
    color: #000;
}

.takes-box {
    padding: 20px;
    border: 1px solid #f4cc6c;
    height: 100%;
}

.takes-box h4 {
    font-family: 'MONT-BOLD';
    font-size: 18px;
}

.takes-box img {
    height: 55px;
    margin-bottom: 10px;
}

.takes-box:hover i {
    color: #0460a9;
}

.work:nth-child(2) .takes-box {
    border: 1px solid #c2cce0;
}

.work:nth-child(3) .takes-box {
    border: 1px solid #f2b4b9;
}

.work:nth-child(4) .takes-box {
    border: 1px solid #9ed4b8;
}

.work:nth-child(5) .takes-box {
    border: 1px solid #ade0f0;
}

.work:last-child .takes-box {
    border: 1px solid #ddc2f0;
}

.takes-box:hover {
    border: 1px solid #ffb400;
}

.work:nth-child(2) .takes-box:hover {
    border: 1px solid #6988c7;
}

.work:nth-child(3) .takes-box:hover {
    border: 1px solid #f7808a;
}

.work:nth-child(4) .takes-box:hover {
    border: 1px solid #4dc889;
}

.work:nth-child(5) .takes-box:hover {
    border: 1px solid #4fcbf3;
}

.work:last-child .takes-box:hover {
    border: 1px solid #bc77ec;
}


/* welcome to smart agency section starts here */

.PR_79 {
    padding-right: 79px
}

.MB_45 {
    margin-bottom: 45px
}

.ab_img1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.ab_img1 img {
    max-width: 100%;
    height: auto;
    box-shadow: -2px 4px 30px 0 rgba(0, 0, 0, .3)
}

.ab_img2 {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 2
}

.ab_img2:after {
    position: absolute;
    top: -40px;
    left: 40px;
    content: "";
    border: 10px solid #e62b4a;
    width: 470px;
    height: 458px
}

.ab_img2 img {
    max-width: 100%;
    height: auto;
    box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, .3)
}

.common_btn {
    border: 1px solid black;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 25px;
    display: inline-block;
    letter-spacing: 4px;
    position: relative;
    outline: none;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    margin-top: 35px;
    font-family: 'Roboto-Regular';
    line-height: 1.6;
}

.common_btn__1 {
    font-size: 12px;
    font-weight: 400;
    background: black;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 26px;
    display: inline-block;
    letter-spacing: 4px;
    position: relative;
    outline: none;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    margin-top: 35px;
    font-family: 'Roboto-Regular';
    line-height: 1.6;
}

.common_btn__1:after {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.common_btn span {
    position: relative;
    z-index: 2;
}


/*.common_btn.red_bg { padding: 28px 40.5px;}*/

.common_btn__1 span {
    position: relative;
    z-index: 2;
}

.common_btn:after {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.common_btn__1.white_bg:hover:after {
    width: 100%;
}

.common_btn__1.white_bg:after {
    background: #fff;
}

.common_btn.red_bg:after {
    background: #000;
}

.common_btn.red_bg:hover {
    color: #fff;
}

.common_btn.red_bg:hover:after {
    width: 100%;
}


/* watch video section starts here */

.what_wedo {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 72px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.what_wedo:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: #f4f4f4;
    z-index: -1;
}

.videoWrap {
    position: relative;
    margin-bottom: 100px
}

.videoWrap img {
    width: 100%;
    height: auto
}

.play_video {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.play_video a.video_popup {
    display: inline-block;
    width: 115px;
    height: 115px;
    border-radius: 0;
    position: relative;
    background: #e62b4a;
    color: #fff;
    font-size: 30px;
    line-height: .8;
    padding: 42px 0;
    margin-bottom: 31px
}

.play_video a.video_popup:hover {
    background: #000;
    color: #fff
}

.play_video h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 0
}


/* counter section starts here */

.funfact {
    background: url("../images/timer.jpg") no-repeat 50%/cover;
    padding: 0 0 275px
}

.BR {
    border-right: 1px solid #1a1a1a
}

.singlefunfact {
    position: relative;
    padding-top: 50px
}

.singlefunfact h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2.4px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 25px
}

.singlefunfact h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: .8;
    color: #aaa;
    letter-spacing: 1.6px;
    margin: 0
}


/* trust section starts here */

.trustClient {
    padding: 0;
    margin-top: -212px;
    z-index: 5;
}

.pb_120 {
    padding-bottom: 120px
}

.CL_content {
    position: relative
}

.CL_content img {
    max-width: 100%;
    height: auto
}

.abc_inner {
    position: relative;
    margin-top: -475px;
    z-index: 2;
}

.abci_content {
    position: relative;
    background: #fff;
    padding: 87px 0 0 100px;
    margin-left: -17px
}

.abci_content h2 {
    font-size: 50px;
    letter-spacing: 2px;
    color: #000;
    line-height: 63px;
    text-transform: uppercase;
    margin: 0 0 43px
}

.abci_content p {
    margin-bottom: 55px;
    font-family: 'Muli';
}


/* Client section starts here */

.brand-sec img {
    width: auto !important;
}

.brand-sec .owl-dots .owl-dot span {
    border-radius: 0px !important;
}

.brand-sec .owl-dots .owl-dot.active span,
.brand-sec .owl-dots .owl-dot:hover span {
    background: black !important;
}

.client {
    background: #f4f4f4;
    margin-top: 20px;
}

.singleClient {
    position: relative;
    width: 100%;
    height: 125px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all ease .5s;
    -webkit-transition: all .5s ease
}

.singleClient a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block
}

.singleClient a img {
    max-width: 119px;
    height: auto;
    left: 0;
    margin: auto;
    opacity: .4;
    display: inline-block!important
}

.singleClient:after,
.singleClient a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease;
    -moz-transition: all ease .5s;
    -webkit-transition: all .5s ease
}

.singleClient:after {
    width: 4px;
    height: 0;
    margin: auto 0;
    content: "";
    background: #e62b4a;
    visibility: hidden;
    opacity: 0
}

.singleClient:hover:after {
    visibility: visible;
    opacity: 1;
    height: 100%
}

.singleClient:hover a img {
    opacity: 1
}

.singleClient:hover {
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .05)
}


/* Blog section starts here */

.latestBlogItem {
    position: relative;
}

.lbi_thumb {
    overflow: hidden;
    position: relative
}


/*.lbi_thumb img {width: 100%; height: auto}*/

.lbi_thumb img {
    height: 63px;
    width: 100%;
}

.lbi_details {
    text-align: left;
    position: relative;
    margin: -20px 10px 0;
    padding: 30px 30px 0;
    background: #fff;
    z-index: 3
}

.lbi_details .lbid_date {
    font-size: 10px;
    line-height: .8;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    height: 31px;
    width: 65px;
    background: #000;
    color: #fff;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px
}

.lbi_details .lbid_date:hover {
    color: #fff;
    background: #e62b4a
}

.lbi_details h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 13px
}

.lbi_details h2 a {
    color: #000
}

.lbi_details h2 a:hover {
    color: #e62b4a
}

.lbi_details .learnM {
    display: inline-block;
    font-size: 12px;
    line-height: .8;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #000;
    position: relative
}

.lbi_details .learnM:after {
    width: 0;
    height: 1px;
    content: "";
    background: #e62b4a;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
    transition: all .4s ease-out
}

.lbi_details .learnM:hover:after {
    width: 100%
}

.lbi_details .learnM:hover {
    color: #e62b4a
}


/* Get Your Project Started section strats here */

.ready {
    background: url("../images/get-bg.jpg") no-repeat 50%/cover
}

.ready .sec_title {
    margin: 0
}

.ready .common_btn {
    padding: 23px 42.5px
}

.common_btn:hover:after {
    width: 100%;
}

.ready a:hover {
    color: black;
}


/* footer section starts here */

.footer_1 {
    position: relative;
    /*background: linear-gradient(to right, #ebb745 0%, #dd8729 100%);*/
    background: url(../images/footer.jpg) no-repeat 50%/cover;
}

.footer_1 .widget {
    position: relative;
    padding: 0 0 37px;
}

.footer_1 .widget .widget_title {
    font-size: 18px;
    letter-spacing: .72px;
    color: #fff;
    line-height: .8;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
}

.widget.foot-li a {
    font-family: Roboto-Light;
}

.widget.foot-li li {
    margin-bottom: 11px;
}

.footer_1 .aboutwidget {
    padding-right: 110px;
    margin-top: -8px
}


/*.footer_1 .aboutwidget img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}*/

.footer_1 .aboutwidget p {
    font-size: 14px;
    letter-spacing: .56px;
    color: #aaa;
    margin: 0;
}

.footer_1 .contact_widgets {
    padding-left: 60px
}

.footer_1 .contact_widgets p {
    font-size: 14px;
    letter-spacing: .56px;
    color: #aaa;
    margin: 0;
    font-family: 'Muli';
}

.footer_1 .contact_widgets p a,
.footer_1 .copyright a {
    color: #fff
}

.footer_1 .contact_widgets p a:hover,
.footer_1 .copyright a:hover {
    color: #e62b4a
}

.footer_1 .contact_widgets p:first-of-type {
    margin-bottom: 32px
}

.footer_1 .social_widget ul {
    margin: 0;
    padding: 0
}

.footer_1 .social_widget ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    margin-bottom: 5px;
}

.footer_1 .social_widget ul li a {
    font-size: 14px;
    letter-spacing: .56px;
    color: #aaa;
    margin: 0;
    display: block;
    text-align: left;
    border-radius: 50%;
}

.footer_1 .social_widget ul li a i {
    font-size: 16px;
    color: #fff;
    margin-right: 12px
}

.footer_1 .social_widget ul li a:hover {
    color: #fff
}

.footer_1 .copyright {
    border-top: 1px solid #1a1a1a;
    font-size: 14px;
    line-height: .8;
    color: #aaa;
    text-transform: capitalize;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
}


/* RESPONSIVE NAVBAR MENU CSS*/

.pull-right {
    float: right;
    font-size: 25px;
    padding-top: 8px;
}

.modal-fullscreen-menu .close {
    color: #ffff;
    opacity: 1;
    padding: 10px;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 1;
    font-size: 4vh;
}

.modal-fullscreen-menu .modal-dialog {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    display: flex;
    height: 100%;
    align-items: center;
    /* background: #000000b8; */
}

.modal {
    background: #000000b8;
}

.modal-fullscreen-menu .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.modal-fullscreen-menu .list-group {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.modal-fullscreen-menu .list-group a {
    font-size: 200%;
    font-weight: 200;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.25s ease;
    background-color: transparent;
    color: #fff;
    padding: 30px 0px;
    height: 5vh;
    font-size: 5vh;
    line-height: 0;
}

.modal-fullscreen-menu .list-group a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdb913;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
}

.modal-fullscreen-menu .list-group a:hover {
    color: #333;
}

.modal-fullscreen-menu .list-group a:hover:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.modal-backdrop.in {
    opacity: 1;
}


/* INNER PAGES CSS STARTS HERE */


/* ABOUT PAGE CSS */

.update-soon {
    margin-top: 100px;
    margin-bottom: 100px;
}

.update-soon h2 {
    font-size: 50px;
    color: red;
}


/* about banner section */

.pageBanner {
    min-height: 465px;
    background: url("../images/about-bg.jpg") no-repeat 50%/cover;
    padding-top: 224px
}

.banner_content,
.pageBanner {
    position: relative
}

.banner_content h4 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0 0 12px
}

.banner_content h4 a {
    color: #fff;
    display: inline-block
}

.banner_content h4 a:hover {
    color: #000
}

.banner_content h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin: 0;
    color: #fff;
    text-transform: uppercase
}


/* get to know section starts here */

.get-to-know h2 {
    white-space: initial !important;
}

.agency_img1 {
    position: relative;
    text-align: right
}

.agency_img1:after {
    position: absolute;
    right: 60px;
    top: 60px;
    border: 10px solid #e62b4a;
    height: 464px;
    width: 530px;
    content: "";
    z-index: 6
}

.agency_img2 {
    position: relative;
    text-align: left;
    z-index: 4;
    margin-top: -184px
}

.agency_img1 img,
.agency_img2 img {
    max-width: 100%;
    height: auto;
    box-shadow: -2px 4px 35px 0 rgba(0, 0, 0, .3)
}

.compay_date {
    position: absolute;
    right: 60px;
    bottom: 3px;
    z-index: 4
}

.compay_date h5 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: .8;
    color: #000;
    margin: 0 0 3px
}

.compay_date h2 {
    font-size: 110px;
    line-height: .9;
    letter-spacing: 4.4px;
    color: #000;
    margin: 0
}


/* why choose us section starts here*/

.chooseUs_title {
    margin: 0;
    padding: 0
}

.chooseUs_title li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.33333333%;
    display: inline-block;
    position: relative;
    float: left
}

.chooseUs_title li a {
    display: block;
    font-size: 20px;
    line-height: .8;
    color: #000;
    letter-spacing: .8px;
    background: #f4f4f4;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

.chooseUs_title li.active a,
.chooseUs_title li:hover a {
    background: #000;
    color: #fff
}

.chose_img {
    position: relative;
    margin: 60px 0 0
}

.chose_img img {
    width: 100%;
    height: auto
}

.wh_choose {
    position: relative;
    margin: 51px 0 0
}

.wh_choose p {
    margin: 0 0 25px;
    font-family: 'Muli';
}

.wh_choose ul {
    margin: 0;
    padding: 0
}

.wh_choose ul li {
    display: block;
    line-height: 36px;
    font-family: 'Muli';
}

.wh_choose ul li i {
    font-size: 14px;
    color: #e62b4a;
    line-height: 32px;
    margin-right: 15px
}

.what_wedo_2 {
    background: #f4f4f4
}

.single_wedo {
    position: relative;
    overflow: hidden;
    transition: all .4s ease-out
}

.single_wedo img {
    width: 100%;
    height: auto
}

.single_wedo .overlay_wedo {
    width: 100%
}

.single_wedo .overlay_wedo,
.single_wedo .overlay_wedo:after {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    transition: all .4s ease-out
}

.single_wedo .overlay_wedo:after {
    background: rgba(230, 43, 74, .7);
    overflow: hidden;
    width: 0;
    content: "";
    visibility: hidden;
    opacity: 0
}

.single_wedo:hover .overlay_wedo:after {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.single_wedo .overlay_wedo a {
    height: 68px;
    color: #000;
    line-height: .8;
    font-size: 18px;
    letter-spacing: .72px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 26px 0;
    width: 240px;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.single_wedo .overlay_wedo a:hover {
    color: #fff;
    background: #000
}

.gmapsection {
    position: relative
}

.gmap {
    width: 100%;
    height: 609px
}

.btn_link {
    position: relative
}

.btn_link,
.btn_link a {
    width: 100%;
    line-height: .8
}

.btn_link a {
    display: inline-block;
    height: 143px;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: .96px;
    background: #e62b4a;
    padding: 61px 0
}

.btn_link a:hover {
    background: #000;
    color: #fff
}

.btn_link.bg_black a {
    background: #000
}

.btn_link.bg_black a:hover {
    background: #e62b4a
}


/*raju*/

.ham-display {
    display: none;
}


/* core section */

.core-content {
    padding: 15px;
}

.core-content h4 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #212121;
    font-family: 'Mont-Bold';
}

.core-content p {
    font-size: 15px;
    line-height: 25px;
    color: #1a1a1a;
}

.core-content a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #36a5ed;
    border: 1px solid #36a5ed;
    border-radius: 50px;
    padding: 8px 25px;
}

.core-content a:hover {
    background-image: linear-gradient(90deg, #ff6c00 0%, #ffcb17 100%);
    border: 0px;
    color: #fff;
}

.common_btn_1 {
    line-height: 1.6;
    margin-top: 0px;
}

.form-bg {
    height: 730px;
    object-fit: cover;
    object-position: top;
}

.core-box {
    box-shadow: 0 14px 28px rgb(0 0 0 / 5%), 0 10px 10px rgb(0 0 0 / 4%);
    background: #fff;
}

.pic-m {
    height: 670px;
    object-fit: cover;
    object-position: center;
}

.com-btn-m {
    margin-top: 76px;
}

.white-pre {
    white-space: pre-line;
}

.footer-h4 {
    font-weight: 400;
}

.mvv-img {
    height: 70px;
}

.PR_79_1 {
    padding-right: 14%;
}

.widget h4:first-of-type {
    margin-bottom: 20px;
}

.mainmenu ul ul.sub-menu li:last-of-type {
    margin: 0;
    padding: 0px;
    display: block;
}

.work p {
    color: #1a1a1a;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 50% !important;
}

.service-bg p {
    line-height: 26px;
}

.overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #282525f2;
    z-index: 99999;
    overflow-y: auto;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 25vh;
    height: 100%;
    font-size: 26px;
    background-color: none;
}

.overlay ul {
    list-style: none;
    margin: 0 auto;
}

.overlay ul li {
    padding: 10px 0px;
}

.overlay ul li a {
    text-decoration: none;
    color: white;
}

.overlay-close {
    position: absolute;
    color: white;
    font-size: 24px;
    height: auto;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.overlay-data {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.overlay-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.close {
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 13px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:hover {
    opacity: 1;
}


/* .close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 40px;
    width: 5px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
} */

.sub-menu-item {
    display: none;
}

#sub-menu-item {
    border: 1px solid #ffffff36;
    background: #0003;
}

#menu-sub-menu-item {
    height: 30px;
}

#sub-menu-item li a {
    font-size: 20px;
}

#sub-menu-item li {
    padding: 3px 0px;
}

.menu-sub-menu-item-class {
    transform: rotate(0deg);
    transition: border-width 150ms ease-in-out;
    transition: all 0.5s;
    display: none;
}

.menu-sub-menu-item-class:hover {
    transform: rotate(180deg);
    transition: all 0.5s;
    margin-bottom: -5px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}


/*About Page section starts Here*/

.about-pic {
    height: 350px !important;
    object-fit: cover;
    object-position: center;
}

.carousel-caption-about {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 10;
}


/*.quote {
	background-image: url(../images/blakquote.png);
	background-position: left top;
	background-repeat: no-repeat;
}*/

.quote p:before {
    content: url(../images/blakquote.png);
    display: block;
    font-size: 6em;
    line-height: 1;
    position: absolute;
    top: -0.5em;
    left: -40px;
    color: currentColor;
    z-index: -1;
}

.quote p {
    font-size: 1.5625em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.pt-20p {
    padding-top: 20px;
}

.pt-30p {
    padding-top: 30px;
}

.about-main-slider__subtext {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

.about-main-slider__title {
    white-space: pre-line;
    font-size: 40px;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    margin: 5px 0 10px;
    font-family: 'MONT-BOLD';
}

.about-main-slider__title1 {
    font-family: 'MONT-BOLD';
    font-size: 18px;
    line-height: 35px;
}

.about-border {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 40px;
}

.progress {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    height: 5px;
    border-radius: 0 !important;
    margin-top: 7px;
    margin-bottom: 20px;
}

.progress-value {
    animation: load 3s normal forwards;
    background: #e87121;
    height: 5px;
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 89%;
    }
}


/*Contact page starts here*/

.contact-pic {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

.ptb-40p {
    padding: 40px 15px;
}

.ptb-75p {
    padding-top: 125px;
    padding-bottom: 50px;
}

.p-r {
    position: relative;
}

.contact-item {
    display: inline-flex;
    align-items: center;
}

.contact-item h4 {
    font-family: MONT-BOLD;
}

.container-width {
    max-width: 1400px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    background: #FFF;
    bottom: -5.5em;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
}

.contact-bg-img {
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -5px;
}

.contact-item img {
    padding-right: 10px;
}

.index-bg-img {
    background-image: url(../images/bgn-get-a-quote.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.superior_sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}

.contact-banner-heading {
    margin-left: -15px;
}


/* font css */

@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato-Italic.ttf');
}

@font-face {
    font-family: 'georgiai';
    src: url('../fonts/georgiai.ttf');
}

.font-lati-italic {
    font-family: 'Lato-Italic';
}

.font-georgiai-italic {
    font-family: 'georgiai';
}

.f1-pattern p {
    font-family: 'Lato-Italic';
}

.f2-pattern p {
    font-family: 'georgiai';
}

.error {
    color: red !important;
}