/* ===================================
    About
====================================== */
/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Scrollbar
    - Header & Navigation
    - Banner
    - About
    - Team
    - Portfolio Section
    - Testimonial
    - Contact sec
    - footer
    - Stand Alone
    - loader
    - Scroll Top
    - Media Queries   */

/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&display=swap');
.main-font{font-family: 'Raleway', sans-serif;}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');

/* ===================================
    General
====================================== */

body {font-size: 18px;color: #ffffff!important;font-weight: normal;line-height: 25px;width: 100%; overflow-x: hidden!important;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative; overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
p{margin: 0 0 15px!important;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-top{padding-top: 7.5rem;}
.padding-bottom{padding-bottom: 7.5rem;}
.padding-half-top{padding-top: 90px;}

/*bg color */

.gradient-bg1{background-image: linear-gradient(135deg, rgb(20, 39, 78) 40%, rgb(155, 164, 180) 60%);}
/* .gradient-bg1{background-image: linear-gradient(135deg, rgb(71, 68, 116) 40%, rgb(106, 104, 168) 60%);} */
.bg-light-red{background-color:#3a6894;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*icon bg hover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;}
.instagram-bg-hvr:hover{background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;color: #fff !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;}
.mail-bg-hvr:hover{background:#c32aa3 !important;color: #fff !important;border: 1px solid #c32aa3 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial;  transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 18px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-medium {font-size:16px; padding: 12px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 32px; line-height: 1.8em;}
.btn.btn-large-1 {font-size:15px;  padding: 9px 35px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

/* button hover */
.btn.btn-orange-white {background: #3a6894; border-color: #3a6894; color: #ffffff}
.btn.btn-hvr-white:hover {background: #ffffff !important; border-color: #FFFFFF; color: #fd7161!important}

.btn.btn-orange {background: #fd7161; border-color: #fd7161; color: #ffffff}
.btn.btn-orange:hover {background: #202020 !important; border-color: #202020; color: #FFFFFF !important}

.pink-and-purple-btn{font-size: 16px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color:#ffffff;font-weight: 600;background-color:#5a5890;border:1px solid transparent;border-radius: 0;}
.pink-and-purple-btn:hover{color: #ffffff !important;background-color: #fd7161 !important;border: 1px solid transparent;}


/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    width: 6px;
    background:#ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #fd7161;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
/* ===================================
        Header & Navigation
   ====================================== */
/* nav top default */
header a.logo img {
    max-width: 100px;
    vertical-align: sub;
}

.navbar-top-default{
    position: absolute;
    top: 15px;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.nav-button {
    position: relative;
    left: 20px;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #3a6894;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 0.8rem 2.9rem;
    text-transform: lowercase;
    font-family: 'Raleway', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

/*nav color */
.navbar-simple .navbar-nav .nav-link:hover{
    color:#fd7161;
}

.navbar-simple .navbar-nav .nav-link.active{
    color:#fd7161;
}

/* ===================================
        Side Menu
====================================== */
.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fd7161;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 999;
    cursor: pointer;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #FFFFFF;
    transition: .5s ease;
}

.header-appear .sidemenu_btn span{
    background: #FFFFFF;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #FFFFFF;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #FFFFFF;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #FFFFFF;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover{
    background-color:#FFFFFF;
    color: #f94217;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: #f94217;
    color: #000000;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*!* ===================================*/
/*       banner
/*====================================== *!*/
.image-banner{
    width: 100%;
    position: relative;
    top: 45px;
}

.heading-area .sub-heading{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 10px;
}

.heading-area .banner-heading{
    font-size: 48px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 26px;
}

.heading-area .banner-heading span{
    font-weight: 400;
}

.slider-icons .slider-social{
    position: absolute;
    left: 2%;
    top: 41%;
    transform: translateY(-50%);
    z-index: 11;
    color: #FFFFFF;
}

.slider-icons .slider-social li{
    list-style: none;
}

.slider-icons .slider-social a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    position: relative;
}

/* ===================================
        About
====================================== */
.about-area{
    text-align: center;
}

.about-heading{
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #202020;
}

.about-des{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #696969;
    width: 60%;
    margin: auto;
}

.about-us .card {
    border: none;
    border-radius: 10px;
    transition: all .6s ease;
    box-shadow: 1px 1px 31px #e6e6e6;
}

.about-us .card .feature-icon {
    display: inline-block;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
}

.about-us .card .feature-icon i {
    display: block;
    font-size: 100px;
    color: #202020;
    transition: .6s ease;
}

.about-us .card:hover {
    background-color: #202020;
    cursor: pointer;
    transition: .5s ease;
}

.about-us .card:hover p {
    color: #fff;
}

.about-us .card:hover .feature-icon i {
    transform: translateY(60px);
    font-size: 50px;
    color: #fff;
}

.about-us .card-body {
    padding: 85px 49px;
    padding-bottom: 50px;
}

.about-us .card-body p {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #202020;
}

.feature-text{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #696969;
}

.feature-heading{
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #202020;
}

.feature-des{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#696969;
    line-height: 1.6;
}

.feature-area{
    padding-top: 78px;
}

.parallax-box{
    cursor: pointer;
}

.parallax-box i{
    font-size: 35px;
    color:#fd7161;
}

.stats-number-inner {
    font-size: 30px;
    margin: 20px 0;
    color: #000000;
    font-weight: 600;
}

.parallax-box h5{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #202020;
    font-weight: 500;
}

/* ===================================
        Team
====================================== */
.team-heading{
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.team-des{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 30px 0 70px 0;
    line-height: 1.8;
}

.team-owl .owl-nav.disabled {
    display: block;
}

.team-owl .owl-nav button.owl-next, .team-owl .owl-nav button.owl-prev{
    font-size: 40px;
    color: #acacac;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-owl .owl-nav button.owl-next span:hover, .team-owl .owl-nav button.owl-prev span:hover{
    background: #ffffff;
    transition: .5s ease;
    color: #fd7161;
}

.team-owl .owl-prev span{
    position: absolute;
    left: -4%;
    top: 39%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    line-height: 40px;
    transition: .5s ease;
}

.team-owl .owl-next span{
    position: absolute;
    right: 2%;
    top: 39%;
    width: 50px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    line-height: 40px;
    transition: .5s ease;
}

.item .team-img{
    width: 65%;
    margin: auto;
}

.item .name-img{
    width: 90%;
    margin: auto;
}

.team-tittle {
    padding: 15px 100px 20px 20px;
}

.name-img{
    position: relative;
}

.name-img .name{
    position: absolute;
    top: 20px;
    left: 33%;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #fd7161;
}

.team-tittle .sub-heading{
    font-size: 15px;
    font-weight: 400;
}

.social-icons a{
    color: #202020;
}

.social-icons a i{
    width: 36px;
    height: 36px;
    background-color: transparent;
    color: #FFFFFF;
    padding: 9px 0;
    border-radius: 50%;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.social-icons a .fb:hover{
    background-color: #3b5998;
    color: #fff;
}

.social-icons a .twt:hover{
    background-color: #00acee;
    color: #fff;
}
.social-icons a .drb:hover{
     background-color: #ea4c89;
     color: #fff;
}
/* ===================================
    Portfolio Section
====================================== */
.portfolio-sec .container {
    max-width: 1140px;
}

.cbp-item-off {
    display: none!important;
}

.portfolio-sec .portfolio-heading{
    color: #202020;
    margin-bottom:0;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.portfolio-sec .cbp-wrapper-outer {
    overflow: visible;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus{
    color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    margin-right: 25px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-bottom: solid 2px transparent ;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #fbc900;
    background: transparent;
    border-bottom: solid 3px #fbc900;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even{
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.portfolio-sec .cbp-item.even {
    margin-top: -190px;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(55, 55, 55, .8);
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: #202020;
    border-color: #fbc900;
}

.portfolio-sec .cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.portfolio-sec .portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}

.portfolio-sec .portfolio-hover-effect .hover-text{
    padding-left: 3%;
    padding-bottom: 2%;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span{
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2){
    transform: rotate(90deg);
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.portfolio-sec #js-loadMore-lightbox-gallery {
    margin-top: 45px;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data{
    z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}

.portfolio-sec .portfolio-foot-detail{
    padding-bottom: 3%;
}

.portfolio-sec .portfolio-foot-detail .p-text{
    color: #202020;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.portfolio-sec .portfolio-foot-detail .p-text:last-child{
    margin-bottom: 0;
}

.portfolio-sec .portfolio-foot-detail .p-num{
    color: #202020;
    font-size: 72px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
/* ===================================
         Client
====================================== */
.testimonial-sec .testimonial-details .text{
    margin-top: 40px;
}
.testimonial-sec .testimonial-area .testimonial-carousel{
    width: 98%;
    margin: 0 auto;
}
.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box{
    padding-left: 40px;
}
.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder{
    display: block;
    margin-bottom: 30px;
}
.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder i{
    color: #FFFFFF;
    font-size: 32px;
    display: inline-block;
    font-style: italic;
}
.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder img{
    border-radius: 50%;
    width: 100%;
}
.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .user-name{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.testimonial-heading{
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.testimonial-text{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
/* ===================================
      Contact sec
====================================== */
.contact-sec .heading{
    color: #202020;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
}

.contact-sec .heading span{
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
}

.contact-sec .contact-form{
    width: 95%;
}

.contact-sec .contact-form input{
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
    box-shadow: none;
}

.contact-sec .contact-form .form-control{
    border-radius: 0;
    box-shadow: none;
    border:solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder{
    color: #8799a3;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-form textarea{
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-form .purple-btn{
    margin-top: 15px;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}

.contact-sec .contact-details .heading{
    margin-bottom: 35px;
}

.contact-sec .contact-details .text{
    color: #18212e;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li{
    color: #252525;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.contact-sec .contact-details ul li:first-child{
    width: 70%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 38px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #fd7161;
}

.contact-sec .contact-details ul li i.email {
    transform: rotate(-30deg);
}
/* ===================================
     Footer
====================================== */
.footer-social ul{
    margin: 0;
    padding: 0;
}
.footer-social li{
    display: inline-block;
}
.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    color: #202020;
    font-size: 17px;
    margin: 0 10px 0 0;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.company-about{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #888888;
    text-align: end;
}
/* ===================================
     Standalone
====================================== */
.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0;
    background-image: linear-gradient(135deg, rgb(71, 68, 116) 40%, rgb(106, 104, 168) 60%);
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:4rem;
    text-transform:capitalize;
    font-family: 'Roboto', sans-serif;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
    font-family: 'Raleway', sans-serif;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #ffffff;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 60px;
    color: #202020;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin: 0 auto;
    color: #202020;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    color: #202020;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #202020;
    font-weight: normal;
}
/* ===================================
     Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #14274E;
    border-top: 8px solid #394867;
    border-radius: 50%;
    animation: rotate 5s linear infinite
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}
/* ===================================
   Scroll Top
====================================== */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #202020;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

.go-top.active {
    -webkit-animation: slideInRight 1s;
    animation: slideInRight 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
     Media Query
====================================== */
@media screen and (width: 1920px){
    /* banner*/
    .image-banner {
        top: 200px;
    }
    .slider-icons .slider-social{
        top: 47%;
    }
    .heading-area{
       padding-top: 270px;
    }
    .banner-sec{
        height: 100vh;
    }
    /* team-sec*/
    .item .team-img {
        width: 50%;
        margin: auto;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    /*banner*/
    .image-banner {
        top: 80px;
    }
}
@media screen and (max-width: 1024px){
    /* navbar*/
    .side-menu{
        width: 60%;
    }
    .side-menu p {
        font-size: 17px;
    }
    .navbar-simple .navbar-nav .nav-link{
        padding: 0.8rem 1.9rem;
    }
    .nav-button{
        left:0;
    }
    .sidemenu_btn{
        right: 8px;
    }
    /* banner */
    .slider-icons .slider-social{
        left: 0;
    }
    .image-banner{
        top: 80px;
    }
    /* about*/
    .about-us .card-body p {
        font-size: 18px;
        font-weight: 500;
    }
    .about-des{
        width: auto;
        font-size: 18px;
        line-height: 1.6;
    }
    /* feature*/
    .feature-heading {
        font-size: 36px;
    }
    .feature-des {
        font-size: 18px;
    }
    .parallax-box h5 {
        font-size: 17px;
    }
    .name-img .name {
        top: 17px;
        font-size: 22px;
    }
    /* portfolio*/
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        font-size: 14px;
        font-weight: 500;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .pink-and-purple-btn {
        font-size: 15px;
        padding: 11px 34px;
    }
    .portfolio-sec .portfolio-foot-detail .p-text {
        font-size: 16px;
    }
    /*testimonial*/
    .testimonial-text{
        font-size: 17px;
    }
    /* contact*/
    .contact-sec .contact-details ul li{
        font-size: 14px;
    }
    .contact-sec .contact-details ul li:first-child{
        width: auto;
    }
    /* standalone*/
    .standalone-area .heading-text{
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    /* general*/
    .mt-5{
        margin-top: 2rem!important;
    }
    section{
        padding: 5.5rem 0;
    }
    .padding-top{
        padding-top: 5.5rem;
    }
    .padding-bottom{
        padding-bottom: 5.5rem;
    }
    /*navbar*/
    .navbar-top-default{
        top: 0;
    }
    .side-menu {
        width: 70%;
    }
    /* banner*/
    .slider-icons .slider-social{
        display:none;
    }
    .heading-area{
        margin: auto;
        padding-top: 50px;
    }
    .image-banner {
        top: 85px;
        display: flex;
        justify-content: center;
    }
    /* about*/
    .about-heading {
        font-size: 44px;
    }
    .about-des {
        font-size: 17px;
        line-height: 1.6;
        width: auto;
    }
    .about-us .card-body p {
        font-size: 22px;
    }
    .about-us .card {
        margin-bottom: 40px;
    }
    .about-image{
        display: flex;
        justify-content: center;
    }
    /* feature*/
    .feature-area {
        padding-top: 70px;
        text-align: center;
    }
    .feature-heading {
        font-size: 36px;
    }
    .parallax-box{
        text-align: center;
    }
    /*team*/
    .team-heading {
        font-size: 44px;
    }
    .team-des {
        font-size: 17px;
        margin: 30px 0 40px 0;
    }
    .team-area{
        text-align: center;
        margin-bottom: 60px;
    }
    .team-owl .owl-next span{
        display: none;
    }
    .team-owl .owl-prev span{
        display: none;
    }
    .team-tittle {
        padding: 15px 20px 20px 20px;
    }
    .item .name-img {
        width: 80%;
        margin: auto;
    }
    .name-img .name {
        top: 31px;
        left: 37%;
        font-size: 26px;
    }
    .team-tittle .sub-heading {
        font-size: 16px;
    }
    /* portfolio*/
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        font-size: 14px;
    }
    .portfolio-sec .portfolio-heading{
        font-size: 44px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }

    .testimonial-heading {
        font-size: 36px;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box{
        padding-left: 0;
    }
    .testimonial-sec .item{
        margin-top: 50px;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .user-name{
        font-size: 20px;
    }
    /*contact*/
    .contact-sec .heading span {
        font-size: 42px;
    }
    .contact-sec .heading{
        font-size: 21px;
        margin-bottom: 40px;
    }
    .contact-sec .contact-form{
        width: auto;
    }
    .contact-sec .contact-details ul li:first-child{
        width: auto;
    }
    .contact-sec .contact-details ul li{
        display: block;
        margin-bottom: 25px;
        font-size: 17px;
    }
    .contact-sec .contact-details ul li i{
        display: block;
    }
    /* footer*/
    .company-about {
        font-size: 15px;
        text-align: center;
    }
    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 42px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-detail .para_text{
        font-size: 17px;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 17px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    /* general*/
    section{
        padding: 4.5rem 0;
    }
    .padding-top{
        padding-top: 4.5rem;
    }
    .padding-bottom{
        padding-bottom: 4.5rem;
    }
    /* navbar*/
    .navbar-top-default {
        top: 0;
        height: 90px;
    }
    .sidemenu_btn{
        right: 16px;
    }
    .header-appear .sidemenu_btn{
        top: 32px;
    }
    .side-menu{
        width: 100%;
    }
    .side-menu .inner-wrapper {
        padding: 2.5rem 3rem;
    }
    .header-appear .navbar-top-default {
        height: 90px;
    }
    /*banner*/
    .slider-icons .slider-social{
        display: none;
    }
    .image-banner {
        top: 65px;
    }
    .heading-area .banner-heading {
        font-size: 36px;
    }
    .heading-area .sub-heading {
        font-size: 16px;
    }
    .heading-area{
        margin: auto;
        padding-top: 60px;
    }
    /* about*/
    .about-heading {
        font-size: 36px;
    }
    .about-des {
        font-size: 16px;
        width: auto;
    }
    .about-us .card {
        margin-bottom: 50px;
    }

    /* feature*/
    .feature-heading {
        font-size: 27px;
    }
    .feature-text {
        font-size: 18px;
    }
    .feature-des {
        font-size: 15px;
    }
    .feature-area {
        padding-top: 70px;
        text-align: center;
    }
    .parallax-box {
        text-align: center;
        margin-bottom: 40px;
    }
    /* team*/
    .team-heading {
        font-size: 40px;
    }
    .team-des {
        font-size: 17px;
        margin: 30px 0 40px 0;
    }
    .team-area{
        text-align: center;
        margin-bottom: 60px;
    }
    .team-owl .owl-next span{
        display: none;
    }
    .team-owl .owl-prev span{
        display: none;
    }
    .team-tittle {
        padding: 15px 25px 20px 20px;
    }
    .item .name-img{
        width: auto;
    }
    .name-img .name {
        top: 16px;
        left: 31%;
        font-size: 22px;
    }
    /* portfolio*/
    .portfolio-sec .portfolio-heading{
        font-size: 40px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        margin-right: 15px;
    }
    .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close{
        visibility: hidden;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .portfolio-sec .portfolio-foot-detail .p-text{
        font-size: 13px;
    }
    .pink-and-purple-btn {
        font-size: 14px;
        padding: 11px 28px;
    }
    /* testimonial*/
    .testimonial-heading {
        font-size: 36px;
    }
    .testimonial-text {
        font-size: 16px;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box {
        margin-top: 50px;
        padding-left: 0;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel{
        width: auto;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .user-name{
        font-size: 22px;
    }
    /* contact*/
    .contact-sec .heading span {
        font-size: 32px;
    }
    .contact-sec .heading {
        font-size: 20px;
    }
    .contact-sec .contact-form{
        width: auto;
    }
    .contact-sec .contact-details ul li i{
        display: block;
        margin-bottom: 15px;
    }
    .contact-sec .contact-details ul li{
        display: block;
        margin-bottom: 50px;
    }
    .contact-sec .contact-details ul li:first-child{
        width: auto;
    }
    .contact-sec .contact-details {
        margin: auto;
        width: auto;
        padding-top: 30px;
    }
    /*footer*/
    .company-about {
        font-size: 13px;
        text-align: center;
    }
    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 36px;
        font-weight: 500;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
        font-size: 16px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .page-title {
        padding: 200px 0;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}
@media (max-width: 360px){
    /* Portfolio button*/
    .pink-and-purple-btn {
        font-size: 13px;
        padding: 11px 28px;
    }
    /* about*/
    .about-heading {
        font-size: 34px;
    }
    /* contact*/
    .contact-sec .heading span {
        font-size: 30px;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 35px;
    }
    /* standalone*/
    .page-title h2{
        font-size: 35px;
    }
    .standalone-detail .para_text{
        font-size: 14px;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 14px;
    }
}