@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,577;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,577;1,600;1,700;1,800;1,900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
:root{
--white: #fff;
--lightYellow: #CDB083;
--lightGreen: #449382;
--darkGray: #474D4C;
}
*{
margin: 0;
padding: 0;
}
body, html{ 
height: 100%;
padding-bottom: 70px;
background-color: #F4F5F5;
font-family: 'Muli', sans-serif;
/* font-family: 'Merriweather', serif; */
}
section{
width: 100%;
position: relative;
float: left;
}
img{
max-width: 100%
}
/* navigation */
.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar-right a{
cursor: pointer;
}
.navbar {
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
padding: 30px 0;
}
.nav>li>a{
font-size: 15px;
font-weight: 600;
padding: 10px 20px;
}
.navbar-default .navbar-nav>li>a {
color: var(--white);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: var(--lightYellow);
background-color: transparent;
}
@media (min-width: 768px){
.navbar {
    border-radius: 0;
}
}
/* button style */
.btn-default{
border-color: var(--lightYellow);
color: var(--lightYellow);
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
padding: 15px 40px;
border: 2px solid var(--lightYellow);
}
.btn-nav{
border: 2px solid var(--white);
text-transform: uppercase;         
}
.btn-default:hover,.btn-default:active, .btn-default.focus, .btn-default:focus, .btn-nav:hover{
color: var(--white);
border-color: transparent;
border: 2px solid var(--lightYellow);
background-color: var(--lightYellow);
}
.btn-default, .btn-nav{
background-color: transparent;
border-radius: 0;
transition: .5s;
}
/* banner style */
.mainbanner{
overflow: hidden;
position: relative;
}
.mainCol{
position: absolute;
right: 0;
top: 0;
width: 50%;
background-color: rgba(65,78,76, .5);
height: 100%;
}
.isideCol{
position: absolute;
transform: translateY(-50%);
top: 50%;
left: 10%;
max-width: 440px;
}
.isideCol h3{
color: var(--white);
font-size: 40px;
line-height: 50px;
font-family: 'Merriweather', serif;
}
.isideCol p{
margin: 50px 0;
}
.rotateText{
    font-size: 15px;
}
.isideCol p{
    font-size: 20px;
}
.isideCol p, .rotateText{
color: var(--white);
line-height: 30px;
}
.rotateText{
transform: rotate(90deg)translate(-20%);
/* display: inline-flex; */
position: absolute;
/* top: 50%; */
bottom: 19.5555%;
right: -54px;
}
.rotateText:after{
width: 70px;
height: 1px;
background-color: var(--white);
content: '';
bottom: 15px;
right: -100px;
position: absolute;
}
.offering{
padding: 60px 0;
}
.leftStyle h3{
color: var(--lightYellow);
font-size: 30px;
font-weight: bold;
line-height: 42px;
font-family: 'Merriweather', serif;
position: relative;
margin-top: 0;
}
._bdr_none h3:after{
    display: none;
}
.leftStyle h3:after{
position: absolute;
left: 0;
bottom: -30px;
content: '';
width: 40%;
height: 2px;
background-color: var(--lightYellow);
}
.rightStyle p{
color: var(--darkGray);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.rightStyle{
margin: 0 0 70px;
}
/* offering section */
.colBox a{
text-decoration: none;
}
.colBox{
width: 100%;
height: 262.5px;
box-shadow: 0px 3px 40px rgba(88,88,88, .1);
border-radius: 4px;
text-align: center;
padding: 40px 24px;
margin: 0 0 30px;
transition: .5s;
background-color: var(--white);
}
.colBox:hover{
background-color: #D7F4ED;
cursor: default;
}
.ImgIcon{
display: inline-block;
background-color: #D7F4ED;
padding: 20px;
border-radius: 12px;
margin: 0  0 25px;
}
.TextStyle{
font-size: 22px;
font-weight: 500;
line-height: 28px;
color: #535A58;
}
/* how it's work */
.HowItWorks{
background-color: var(--lightGreen);
overflow: hidden;
}
.HowItWorksText {
padding: 130px 0 0 50px;
position: relative;
z-index: 2;
}
.HowItWorksText h3{
font-size: 29px;
font-weight: bold;
color: var(--lightYellow);
font-family: 'Merriweather', serif;
margin: 0 0 40px;
white-space: nowrap;
}
.HowItWorksText p{
font-size: 14px;
color: var(--white);
margin: 0 0 20px;
}
.HowItWorksText a , .get-in-touch button{
font-size: 15px;
margin: 30px 0 0;
}
.Features{
padding: 80px 0 0;
background-image: linear-gradient(#F4F5F5 25%, white 10%, white 89%, #F4F5F5 50%)
}
.grid-row{
display: grid;
grid-template-columns: repeat(2, 1fr);
padding: 50px 0;
}
.features-text h3, .get-in-touch h3{
font-size: 30px;
font-weight: bold;
color: var(--lightYellow);
line-height: 52px;
font-family: 'Merriweather', serif;
margin: 0;
position: relative;
}
.features-text h3:after{
    position: absolute;
    right: 0;
    top: 20px;
    content: '';
    width: 30%;
    height: 2px;
    background-color: var(--lightYellow);
    opacity: .5;
}
.features-col{
margin: 0 0 20px;
}
.features-col span{
font-size: 20px;
font-weight: 500;
color: var(--lightGreen);
}
.features-col p{
font-size: 20px;
font-weight: 400;
color: var(--darkGray);
}
.get-in-touch{
padding: 80px 0;
}

/* form style */
.customForm h3{
padding: 0 0 50px;
}
.select-cutom{
    position: relative;
}
.select-cutom select{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
    color: #9F9F9F;
}
.select-cutom:after{
position: absolute;
content: '';
border:solid #9F9F9F;
border-width: 0 2px 2px 0;
display:inline-block;
padding: 3px;
right: 20px;
top: 30%;
transform: translateY(-40%);
-webkit-transform: translateY(-40%);
-moz-transform: translateY(-40%);
z-index: -1;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.customForm input[type='text'], .customForm input[type='email'], .customForm select, .customForm textarea{
border-radius: 0;
border: 2px solid #D5D5D5;
color: #9F9F9F;
font-size: 18px;
box-shadow: none;
}
.customForm textarea{
min-height: 210px;
}
.customForm input[type='text'], .customForm input[type='email'], .customForm select{
height: 60px;
}
.customForm select{
color: #9F9F9F;
background-color: var(--white);
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;   
-webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
-moz-border-radius: 0;  /* Firefox 1-3.6 */     
border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
/* end form style */
.footer{
    padding: 60px 0;
    background-color: var(--darkGray);
}
.footer-link h3{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    color: var(--white);
    line-height: 30px;
    text-transform: uppercase;
}
.footer-link ul{
    list-style-type: none;
}
.footer-link li, .footer-link li a{
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    line-height: 30px;
}
ul.social-list li{
display: inline-block;
padding: 0 5px;
}
ul.social-list li a{
font-size: 27px;
}
ul.social-list li a:hover{
color: var(--lightYellow);
}
/* mobile view */
@media(max-width: 767px){
    .navbar-brand>img {
    height: 40px!important;
}
.isideCol{
    position: relative;
}
.isideCol h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 26px;
}
.isideCol p{
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
}
.btn-default{
    font-size: 12px;
    padding: 6px 15px;
}
.navbar {
    padding: 5px 0!important;
}
.mainCol{
width: 100%
}
.rotateText{
font-size: 10px;
top: 70%;
right: -40px;
}
.navbar-brand{
padding: 4px 15px!important;
}
.navbar-default .navbar-toggle {
border-color: var(--lightYellow);
}
.navbar-default .navbar-toggle .icon-bar {
background-color:var(--lightYellow);
}
.navbar-nav {
margin: 0px -15px;
background-color: rgba(0,0,0,0.8);
padding: 15px 0;
height: 100%;
}
.btn-nav{
margin: 0 15px;
}
.leftStyle h3{
margin:0 0 70px;
}
.grid-rows{
columns: 2;
float: left;
}
.TextStyle{
font-size: 16px;
}
.colBox{
padding: 25px 18px;
height: auto;
}
.grid-rows .masonry{
width: 100%;
break-inside: avoid;
}
.masonry{
margin-right: 0;
margin-left: 0;
padding-right: 0px;
padding-left: 0px;
}
.features-img{
margin: 0 0 50px;
}
.Features{
background-image: linear-gradient(#F4F5F5 20%, white 10%, white 95%, #F4F5F5 50%)
}
}
#setBack{
transition: 0.2s;
color: var(--lightYellow);
}
.Meetings_Webinars{
    padding: 60px 0 0;
}
.bgback{
    background-color: var(--white);
}
._box_white{
    background-color: var(--white);
    padding: 60px 35px 60px;
    position: relative;
    z-index: 2;
}
._box_trans{
    background-color: rgba(177,152,113,0.6);
    height: 100%;
    width: 97.5%;
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
}
._box_white p{
    font-size: 16px;
    line-height: 24px;
    width: 94%;
}
.rela_time_video_conference{
    padding: 150px 0 ;
    background: url(../images/Real_time_bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 60px;
    overflow: hidden;
}
.cloud_video_conference{
    padding: 60px 0;
    position: relative;
    background-color: #FAFCFE;
}

/* FAQ */
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f106";
   font-weight: bold; 
   font-size: 22px; 
   line-height: 22px;
    /* -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); */
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\f107";
    font-weight: bold;
    font-size: 22px; 
    line-height: 22px;    
    /* -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); */
      
  }
  .panel-group .panel{
      margin-bottom: 15px;

  }
  .accordion-option .toggle-accordion:before {
    content: "Expand All";
  }
  
  .accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
  }
  .panel-title>a{
      display: block;
  }
  .panel-default {
    border-color: var(--White);
}
  .panel-default>.panel-heading {
    color: var(--grayText);
    background-color: transparent;
    border: 1px solid var(--White);
    box-shadow: 0px 0px 8px rgba(109, 106, 106, 0.2);
    position: relative;
}
.panel-heading {
    padding: 20px 15px;
    border-radius: 0;
}
.panel-body {
    padding: 15px;
    border: 1px solid var(--White)!important;;
    border: 1px solid var(--White);
    background-color: var(--White);
}
.panel-body p{
font-size: 16px;
font-weight: normal;
color: var(--grayText);
line-height: 24px;
}
.panel-title{
    font-size:22px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
    border: 1px solid var(--White);
    background-color: var(--White);
    color: var(--grayText);
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}
.panel-heading {
    padding: 0
}
.panel-heading a{
padding: 20px 15px;
font-size: 22px;
font-weight: 500;
color: #44474A;
}
a:focus, a:hover{
    text-decoration: none;
}
.panel{
    border: none;
}
.panel-default span{
    margin-right: 25px;
    height: 32px;
    display: inline-block;
}
/* end accordion code */
._50px{
    margin: 50px 0 0;
}
._30px{
    margin: 30px 0 0;
}
ul._list_points{
    padding-left: 20px; 
    font-size: 16px;
    color: #44474A;
    line-height: 28px;
}
.leftStyle2 h3{
    font-size: 28.222px;
}
._style__{
    padding: 50px 0 0;
}
._z_index{
    position: relative;
    z-index: 2;
}
._60px{
    padding: 60px 0 0;
}
.amp_up{
    background-color: #449382;
    padding: 80px 0;
    position: relative;
}
.amp_up p{
    font-size: 16px;
    line-height: 24px;
}
.amp_up, .amp_up h3, .amp_up a{
    color: var(--white);
}
.amp_up h3{
    margin: 0 0 30px;
}
.amp_up a{
    border-color: var(--white);
}
.increase_productivity{
    position: relative;
    padding: 70px 0 40px;
    background-color: var(--white);
}
.increase_productivity .grid-row{
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    padding: 0 32px 0 0;
    position: relative;
    z-index: 2;
}
.increase_productivity .features-col p{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.increase_productivity .features-col h4{
    font-weight: bold;
    font-size: 17px;
    color: #000;
}
.increase_productivity .features-text h3{
    line-height: normal;
    margin: 0 0 40px;
    z-index: 2;
}
._copyright{
    font-size: 15px;
    text-align: center;
    color: var(--white);
    margin-bottom: 0; 
}
.increase_productivity::after{
    background-color: #FAFCFE;
    width: 46%;
    height: 100%;
    right: 0;
    top: 0;
}
.amp_up::before{
    left: 0;
}
.amp_up::before, .HowItWorks:after{
    background-color: rgba(90,173,155,0.5);
    width: 28%;
    height: 100%;
    top: 0;
}
.HowItWorks:after{
    right: 0;
}
.how-it-works-img{
    position: relative;
    z-index: 2;
}
.cloud_video_conference::after{
    background-color: #F4F5F5;
    width: 28%;
    height: 75%;
    right: 0;
    top: 0;
}
.increase_productivity::after, .amp_up:before, .cloud_video_conference:after, .HowItWorks:after{
    position: absolute;
    content: '';
}
._pos_rel{
    position: relative;
    top: 20px;
}
.cloud_video_conference .features-text h3:after{
    width: 20%;
}
.productivity_img{
    position: relative;
    z-index: 2;
}
/* registration form */

.modal-footer{
    border: none;
    text-align: left;
}
.select-cutom{
    position: relative;
}
.select-cutom select{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: none;
    /* background-color: transparent; */
    color: #7B7B7B;
}
.select-cutom:after{
position: absolute;
content: '';
border:solid #7B7B7B;
border-width: 0 2px 2px 0;
display:inline-block;
padding: 3px;
right: 20px;
top: 30%;
transform: translateY(-40%);
-webkit-transform: translateY(-40%);
-moz-transform: translateY(-40%);
z-index: 0;

transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.form_custom input, .form_custom .select-cutom select{
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 6px;
    text-transform: uppercase;
}
.form_custom{
    padding: 0 50px 50px;
}
._title_form{
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0;
}
@media(max-width: 767px){
    .increase_productivity .grid-row{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        padding:0;
    }
    .amp_up a{
        margin: 50px 0;
    }
    .productivity_img{
        margin: 0 0 50px
    }
    .rela_time_video_conference .leftStyle h3{
            margin: 0 0 30px;
    }
    .rela_time_video_conference {
        padding: 80px 0;
    }
    .amp_up::before, .HowItWorks:after, .cloud_video_conference::after{
        width: 60%;
    }
    .HowItWorksText h3{
        white-space: normal;
    }
    .panel-heading a, .panel-default>.panel-heading a[aria-expanded="true"]{
        font-size: 13px;
        font-weight: bold;
    }
    ._style__{
        padding: 0;
    }
    .leftStyle2 h3{
        margin: 0 0 30px
    }
    .HowItWorksText{
        padding: 50px 0 0 0;
    }
    .form_custom {
        padding: 0 20px 20px;
    }
}